Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | expand memory manager work with userspace (more then one ctx) | Freya Murphy | 2025-04-15 | 15 | -192/+378 |
| | |||||
* | fix %n | Freya Murphy | 2025-04-11 | 2 | -2/+2 |
| | |||||
* | fmt | Freya Murphy | 2025-04-10 | 8 | -20/+28 |
| | |||||
* | make lib betterer | Freya Murphy | 2025-04-10 | 6 | -91/+231 |
| | |||||
* | fix random ampersand? how did i do that | Ian McFarlane | 2025-04-10 | 1 | -1/+1 |
| | |||||
* | fixed whitespace in makefile | Ian McFarlane | 2025-04-10 | 1 | -4/+4 |
| | |||||
* | add nox targets to makefile | Ian McFarlane | 2025-04-10 | 1 | -2/+8 |
| | |||||
* | refactor mboot | Freya Murphy | 2025-04-08 | 4 | -89/+45 |
| | |||||
* | backtrace | Freya Murphy | 2025-04-08 | 7 | -113/+86 |
| | |||||
* | remove boot dir | Freya Murphy | 2025-04-08 | 5 | -1165/+0 |
| | |||||
* | remove valgrind | Ian McFarlane | 2025-04-08 | 1 | -1/+0 |
| | |||||
* | arm | Ian McFarlane | 2025-04-08 | 1 | -0/+1 |
| | |||||
* | undo bad | Freya Murphy | 2025-04-08 | 1 | -6/+1 |
| | |||||
* | fix makefile | Freya Murphy | 2025-04-08 | 1 | -3/+8 |
| | |||||
* | add grub and xorriso for making bootable disks | Ian McFarlane | 2025-04-08 | 1 | -0/+2 |
| | |||||
* | no longer use hardcoded position for pml4 | Ian McFarlane | 2025-04-08 | 1 | -1/+1 |
| | |||||
* | fmt | Freya Murphy | 2025-04-08 | 6 | -85/+94 |
| | |||||
* | acpi | Freya Murphy | 2025-04-08 | 14 | -20/+424 |
| | |||||
* | fix old checkout | Freya Murphy | 2025-04-08 | 51 | -4196/+4817 |
| | |||||
* | tty => term | Freya Murphy | 2025-04-08 | 5 | -32/+152 |
| | |||||
* | remove README | Freya Murphy | 2025-04-08 | 1 | -25/+0 |
| | |||||
* | break apart c libaray | Freya Murphy | 2025-04-08 | 100 | -1773/+1954 |
| | |||||
* | fmt | Freya Murphy | 2025-04-07 | 1 | -1/+1 |
| | |||||
* | modify gdt | Freya Murphy | 2025-04-07 | 1 | -9/+30 |
| | |||||
* | remove tty_init fn | Freya Murphy | 2025-04-07 | 4 | -34/+14 |
| | |||||
* | fix tripple pci device print | Freya Murphy | 2025-04-04 | 1 | -2/+0 |
| | |||||
* | fix file pointers | Freya Murphy | 2025-04-04 | 2 | -6/+15 |
| | |||||
* | fs doesnt need close | Freya Murphy | 2025-04-04 | 1 | -7/+0 |
| | |||||
* | fix fs vtable | Freya Murphy | 2025-04-04 | 1 | -10/+28 |
| | |||||
* | fmt | Freya Murphy | 2025-04-04 | 3 | -42/+43 |
| | |||||
* | update fs header | Freya Murphy | 2025-04-04 | 1 | -20/+22 |
| | |||||
* | adde disk read/write functions | Freya Murphy | 2025-04-04 | 2 | -0/+42 |
| | |||||
* | generic file system structures | Freya Murphy | 2025-04-04 | 5 | -0/+239 |
| | |||||
* | fmt | Freya Murphy | 2025-04-04 | 10 | -310/+357 |
| | |||||
* | switch to c11 | Freya Murphy | 2025-04-04 | 2 | -2/+2 |
| | |||||
* | real time clock | Freya Murphy | 2025-04-04 | 7 | -0/+393 |
| | |||||
* | serial and tty | Freya Murphy | 2025-04-03 | 10 | -21/+215 |
| | |||||
* | pci | Freya Murphy | 2025-04-03 | 6 | -5/+276 |
| | |||||
* | fmt | Freya Murphy | 2025-04-03 | 13 | -148/+161 |
| | |||||
* | load multiboot memory map, heap is done!!! | Freya Murphy | 2025-04-03 | 8 | -15/+236 |
| | |||||
* | add 64-bit idt/pic and fix paging | Freya Murphy | 2025-04-03 | 15 | -16/+1147 |
| | |||||
* | fix printf | Freya Murphy | 2025-04-03 | 1 | -54/+108 |
| | |||||
* | use GDT.Data | Freya Murphy | 2025-04-03 | 1 | -3/+2 |
| | |||||
* | fix verbose | Freya Murphy | 2025-04-03 | 5 | -11/+12 |
| | |||||
* | remove annoying output | Freya Murphy | 2025-04-03 | 1 | -1/+1 |
| | |||||
* | memory allocator/pager, plus other stuff | Freya Murphy | 2025-04-03 | 18 | -23/+1681 |
| | |||||
* | boot headers moved | Freya Murphy | 2025-04-03 | 3 | -258/+255 |
| | |||||
* | remove undeeded headers, add global lib.h header | Freya Murphy | 2025-04-03 | 4 | -126/+6 |
| | |||||
* | volatile string fns | Freya Murphy | 2025-04-03 | 4 | -0/+73 |
| | |||||
* | remove doc | Freya Murphy | 2025-04-03 | 4 | -6148/+0 |
| |