Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-04-15 | expand memory manager work with userspace (more then one ctx) | Freya Murphy | 2 | -27/+28 | |
2025-04-11 | fix %n | Freya Murphy | 2 | -2/+2 | |
2025-04-10 | fmt | Freya Murphy | 8 | -20/+28 | |
2025-04-10 | make lib betterer | Freya Murphy | 6 | -91/+231 | |
2025-04-10 | fix random ampersand? how did i do that | Ian McFarlane | 1 | -1/+1 | |
2025-04-10 | fixed whitespace in makefile | Ian McFarlane | 1 | -4/+4 | |
2025-04-10 | add nox targets to makefile | Ian McFarlane | 1 | -2/+8 | |
2025-04-08 | refactor mboot | Freya Murphy | 4 | -89/+45 | |
2025-04-08 | backtrace | Freya Murphy | 7 | -113/+86 | |
2025-04-08 | remove boot dir | Freya Murphy | 5 | -1165/+0 | |
2025-04-08 | remove valgrind | Ian McFarlane | 1 | -1/+0 | |
2025-04-08 | arm | Ian McFarlane | 1 | -0/+1 | |
2025-04-08 | undo bad | Freya Murphy | 1 | -6/+1 | |
2025-04-08 | fix makefile | Freya Murphy | 1 | -3/+8 | |
2025-04-08 | add grub and xorriso for making bootable disks | Ian McFarlane | 1 | -0/+2 | |
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 | 14 | -20/+424 | |
2025-04-08 | fix old checkout | Freya Murphy | 51 | -4196/+4817 | |
2025-04-08 | tty => term | Freya Murphy | 5 | -32/+152 | |
2025-04-08 | remove README | Freya Murphy | 1 | -25/+0 | |
2025-04-08 | break apart c libaray | Freya Murphy | 100 | -1773/+1954 | |
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 | 5 | -0/+239 | |
2025-04-04 | fmt | Freya Murphy | 10 | -310/+357 | |
2025-04-04 | switch to c11 | Freya Murphy | 2 | -2/+2 | |
2025-04-04 | real time clock | Freya Murphy | 7 | -0/+393 | |
2025-04-03 | serial and tty | Freya Murphy | 10 | -21/+215 | |
2025-04-03 | pci | Freya Murphy | 6 | -5/+276 | |
2025-04-03 | fmt | Freya Murphy | 13 | -148/+161 | |
2025-04-03 | load multiboot memory map, heap is done!!! | Freya Murphy | 8 | -15/+236 | |
2025-04-03 | add 64-bit idt/pic and fix paging | Freya Murphy | 15 | -16/+1147 | |
2025-04-03 | fix printf | Freya Murphy | 1 | -54/+108 | |
2025-04-03 | use GDT.Data | Freya Murphy | 1 | -3/+2 | |
2025-04-03 | fix verbose | Freya Murphy | 5 | -11/+12 | |
2025-04-03 | remove annoying output | Freya Murphy | 1 | -1/+1 | |
2025-04-03 | memory allocator/pager, plus other stuff | Freya Murphy | 18 | -23/+1681 | |
2025-04-03 | boot headers moved | Freya Murphy | 3 | -258/+255 | |
2025-04-03 | remove undeeded headers, add global lib.h header | Freya Murphy | 4 | -126/+6 | |
2025-04-03 | volatile string fns | Freya Murphy | 4 | -0/+73 | |
2025-04-03 | remove doc | Freya Murphy | 4 | -6148/+0 | |