Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove build.zig | Freya Murphy | 2025-04-17 | 1 | -202/+0 |
* | elf sym loading | Freya Murphy | 2025-04-17 | 1 | -1/+2 |
* | font rending in framebuffer yay!! | Freya Murphy | 2025-04-17 | 1 | -2/+7 |
* | add support for cpu feature checking, see, and avx | Freya Murphy | 2025-04-16 | 1 | -1/+0 |
* | update build.zig | Freya Murphy | 2025-04-15 | 1 | -0/+1 |
* | backtrace | Freya Murphy | 2025-04-08 | 1 | -1/+2 |
* | acpi | Freya Murphy | 2025-04-08 | 1 | -0/+2 |
* | break apart c libaray | Freya Murphy | 2025-04-08 | 1 | -88/+30 |
* | generic file system structures | Freya Murphy | 2025-04-04 | 1 | -0/+1 |
* | switch to c11 | Freya Murphy | 2025-04-04 | 1 | -1/+1 |
* | real time clock | Freya Murphy | 2025-04-04 | 1 | -0/+2 |
* | serial and tty | Freya Murphy | 2025-04-03 | 1 | -2/+4 |
* | pci | Freya Murphy | 2025-04-03 | 1 | -0/+2 |
* | load multiboot memory map, heap is done!!! | Freya Murphy | 2025-04-03 | 1 | -0/+2 |
* | add 64-bit idt/pic and fix paging | Freya Murphy | 2025-04-03 | 1 | -1/+6 |
* | memory allocator/pager, plus other stuff | Freya Murphy | 2025-04-03 | 1 | -0/+10 |
* | move old kernel code (for now) into kernel/old, trying to get long mode | Freya Murphy | 2025-04-03 | 1 | -173/+40 |
* | disable kvm (breaks gdb), fix kernel to be flat binary | Freya Murphy | 2025-03-27 | 1 | -1/+1 |
* | only strip user binaries | Freya Murphy | 2025-03-27 | 1 | -1/+3 |
* | pull upstream changes, add auto formatting | Freya Murphy | 2025-03-27 | 1 | -0/+4 |
* | fix symbols | Freya Murphy | 2025-03-26 | 1 | -1/+3 |
* | user linker script | Freya Murphy | 2025-03-26 | 1 | -0/+1 |
* | convert build system to zig | Freya Murphy | 2025-03-25 | 1 | -0/+351 |