summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fmtFreya Murphy2025-04-071-1/+1
* modify gdtFreya Murphy2025-04-071-9/+30
* remove tty_init fnFreya Murphy2025-04-074-34/+14
* fix tripple pci device printFreya Murphy2025-04-041-2/+0
* fix file pointersFreya Murphy2025-04-042-6/+15
* fs doesnt need closeFreya Murphy2025-04-041-7/+0
* fix fs vtableFreya Murphy2025-04-041-10/+28
* fmtFreya Murphy2025-04-043-42/+43
* update fs headerFreya Murphy2025-04-041-20/+22
* adde disk read/write functionsFreya Murphy2025-04-042-0/+42
* generic file system structuresFreya Murphy2025-04-045-0/+239
* fmtFreya Murphy2025-04-0410-310/+357
* switch to c11Freya Murphy2025-04-042-2/+2
* real time clockFreya Murphy2025-04-047-0/+393
* serial and ttyFreya Murphy2025-04-0310-21/+215
* pciFreya Murphy2025-04-036-5/+276
* fmtFreya Murphy2025-04-0313-148/+161
* load multiboot memory map, heap is done!!!Freya Murphy2025-04-038-15/+236
* add 64-bit idt/pic and fix pagingFreya Murphy2025-04-0315-16/+1147
* fix printfFreya Murphy2025-04-031-54/+108
* use GDT.DataFreya Murphy2025-04-031-3/+2
* fix verboseFreya Murphy2025-04-035-11/+12
* remove annoying outputFreya Murphy2025-04-031-1/+1
* memory allocator/pager, plus other stuffFreya Murphy2025-04-0318-23/+1681
* boot headers movedFreya Murphy2025-04-033-258/+255
* remove undeeded headers, add global lib.h headerFreya Murphy2025-04-034-126/+6
* volatile string fnsFreya Murphy2025-04-034-0/+73
* remove docFreya Murphy2025-04-034-6148/+0
* grubFreya Murphy2025-04-033-23/+30
* working entry for long modeFreya Murphy2025-04-031-27/+48
* move old kernel code (for now) into kernel/old, trying to get long modeFreya Murphy2025-04-0351-847/+5132
* new libsFreya Murphy2025-04-0341-1321/+911
* move boot only headers to bootFreya Murphy2025-04-034-2/+495
* refactor includeFreya Murphy2025-04-0340-5424/+5342
* track changesoldFreya Murphy2025-04-015-171/+163
* track upstreamFreya Murphy2025-03-3118-271/+943
* track changesFreya Murphy2025-03-281-1/+23
* track changesFreya Murphy2025-03-275-34/+74
* track changesFreya Murphy2025-03-272-5/+9
* disable kvm (breaks gdb), fix kernel to be flat binaryFreya Murphy2025-03-272-7/+7
* readmeFreya Murphy2025-03-271-0/+25
* only strip user binariesFreya Murphy2025-03-271-1/+3
* added flake environmentIan McFarlane2025-03-274-0/+103
* cpu_reset prints at start, not usefullFreya Murphy2025-03-271-1/+1
* make user.img properFreya Murphy2025-03-271-1/+1
* track util changes as wellFreya Murphy2025-03-275-101/+140
* remove trailing whitespaceFreya Murphy2025-03-2718-105/+42
* move user to 0x30000, update kernel.ldFreya Murphy2025-03-272-5/+19
* pull changesFreya Murphy2025-03-271-21/+24
* pull upstream changes, add auto formattingFreya Murphy2025-03-2793-4579/+5447