| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2025-04-19 | rollback mem_map_memory | Freya Murphy | 4 | -15/+29 |
| 2025-04-19 | remove invalid includes | Freya Murphy | 8 | -9/+0 |
| 2025-04-19 | UEFI and republicans | Freya Murphy | 27 | -243/+1986 |
| 2025-04-18 | set mmap limit | Freya Murphy | 4 | -3/+10 |
| 2025-04-18 | more pci devices | Freya Murphy | 2 | -4/+7 |
| 2025-04-17 | fix compile warnings | Freya Murphy | 2 | -20/+12 |
| 2025-04-17 | elf sym loading | Freya Murphy | 57 | -12867/+4689 |
| 2025-04-17 | fmt | Freya Murphy | 5 | -36/+43 |
| 2025-04-17 | font rending in framebuffer yay!! | Freya Murphy | 17 | -143/+635 |
| 2025-04-16 | fmt | Freya Murphy | 3 | -80/+84 |
| 2025-04-16 | remove all printing to report functions | Freya Murphy | 8 | -24/+105 |
| 2025-04-16 | add binary radix (%b) to printf | Freya Murphy | 1 | -0/+10 |
| 2025-04-16 | add support for cpu feature checking, see, and avx | Freya Murphy | 4 | -76/+219 |
| 2025-04-15 | update build.zig | Freya Murphy | 1 | -856/+0 |
| 2025-04-15 | fmt | Freya Murphy | 2 | -4/+5 |
| 2025-04-15 | procs stub from wrc baseline | Freya Murphy | 4 | -0/+2032 |
| 2025-04-15 | more stub mem_ctx fns | Freya Murphy | 2 | -3/+36 |
| 2025-04-15 | move error.h out of symlink | Freya Murphy | 1 | -1/+35 |
| 2025-04-15 | public cpu_print_regs fn | Freya Murphy | 3 | -68/+75 |
| 2025-04-15 | expand memory manager work with userspace (more then one ctx) | Freya Murphy | 14 | -166/+350 |
| 2025-04-11 | fix %n | Freya Murphy | 1 | -1/+1 |
| 2025-04-10 | fmt | Freya Murphy | 5 | -12/+19 |
| 2025-04-10 | make lib betterer | Freya Murphy | 4 | -33/+66 |
| 2025-04-08 | refactor mboot | Freya Murphy | 4 | -89/+45 |
| 2025-04-08 | backtrace | Freya Murphy | 6 | -112/+84 |
| 2025-04-08 | no longer use hardcoded position for pml4 | Ian McFarlane | 1 | -1/+1 |
| 2025-04-08 | fmt | Freya Murphy | 6 | -85/+94 |
| 2025-04-08 | acpi | Freya Murphy | 12 | -18/+420 |
| 2025-04-08 | fix old checkout | Freya Murphy | 51 | -4196/+4817 |
| 2025-04-08 | tty => term | Freya Murphy | 5 | -32/+152 |
| 2025-04-08 | break apart c libaray | Freya Murphy | 50 | -265/+1905 |
| 2025-04-07 | fmt | Freya Murphy | 1 | -1/+1 |
| 2025-04-07 | modify gdt | Freya Murphy | 1 | -9/+30 |
| 2025-04-07 | remove tty_init fn | Freya Murphy | 4 | -34/+14 |
| 2025-04-04 | fix tripple pci device print | Freya Murphy | 1 | -2/+0 |
| 2025-04-04 | fix file pointers | Freya Murphy | 2 | -6/+15 |
| 2025-04-04 | fs doesnt need close | Freya Murphy | 1 | -7/+0 |
| 2025-04-04 | fix fs vtable | Freya Murphy | 1 | -10/+28 |
| 2025-04-04 | fmt | Freya Murphy | 3 | -42/+43 |
| 2025-04-04 | update fs header | Freya Murphy | 1 | -20/+22 |
| 2025-04-04 | adde disk read/write functions | Freya Murphy | 2 | -0/+42 |
| 2025-04-04 | generic file system structures | Freya Murphy | 2 | -0/+225 |
| 2025-04-04 | fmt | Freya Murphy | 8 | -172/+220 |
| 2025-04-04 | real time clock | Freya Murphy | 4 | -0/+184 |
| 2025-04-03 | serial and tty | Freya Murphy | 9 | -19/+211 |
| 2025-04-03 | pci | Freya Murphy | 5 | -5/+274 |
| 2025-04-03 | fmt | Freya Murphy | 10 | -137/+147 |
| 2025-04-03 | load multiboot memory map, heap is done!!! | Freya Murphy | 6 | -14/+225 |
| 2025-04-03 | add 64-bit idt/pic and fix paging | Freya Murphy | 14 | -15/+1141 |
| 2025-04-03 | use GDT.Data | Freya Murphy | 1 | -3/+2 |