aboutsummaryrefslogtreecommitdiff
path: root/kernel (follow)
Commit message (Collapse)AuthorAge
...
* global: whitespacesRaghuram Subramani2024-12-29
|
* kernel: Use att syntax instead of intel, since I made a mistake with it.Raghuram Subramani2024-12-29
| | | | drivers/vga_text_buffer works now.
* drivers: vga_text_buffer: introduce wip driver that doesn't work yetRaghuram Subramani2024-12-29
| | | | | | For some reason, calling terminal_write_char('c'); within terminal_initialize works, but calling it elsewhere refuses to work.
* env: refactor how the root dir is calculatedRaghuram Subramani2024-12-29
|
* kernel: introduce global constructorsRaghuram Subramani2024-12-29
| | | | https://wiki.osdev.org/Calling_Global_Constructors
* build: Switch to CMake to handle the build systemRaghuram Subramani2024-12-29
|
* kernel: build: bump cmake required version & refactorRaghuram Subramani2024-12-29
|
* kernel: Working kernel compilation with CMakeRaghuram Subramani2024-12-29
|
* init kernelRaghuram Subramani2024-12-28