summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixestarfs_freyaFreya Murphy2025-05-062-2/+2
|
* set pit into mode3 (fixes uefi)Freya Murphy2025-05-061-2/+2
|
* make ps2 not do led stuff, it brokieFreya Murphy2025-05-062-4/+2
|
* init improvementsFreya Murphy2025-05-061-22/+62
|
* kernel alloc should not be doing all of this, make it simpler (and work)Freya Murphy2025-05-061-142/+14
|
* virt alloc fixesFreya Murphy2025-05-061-19/+17
|
* add some memory loggingFreya Murphy2025-05-062-32/+76
|
* terrible hack to not overwrite mboot dataFreya Murphy2025-05-064-11/+58
|
* remove sym lookupFreya Murphy2025-05-061-3/+2
|
* update fsFreya Murphy2025-05-062-5/+5
|
* pc spkrFreya Murphy2025-05-0510-21/+144
|
* off by oneFreya Murphy2025-05-021-1/+1
|
* broken?Freya Murphy2025-05-021-59/+60
|
* temp badnessFreya Murphy2025-05-022-19/+27
|
* changes idkFreya Murphy2025-05-016-11/+26
|
* ramdiskFreya Murphy2025-05-014-9/+39
|
* add some warnings so i know what the fuck is going wrong, bahFreya Murphy2025-05-011-3/+10
|
* fix yet another terrible bug, someone please kill meFreya Murphy2025-05-011-7/+15
|
* more data!Freya Murphy2025-05-011-1/+1
|
* FUCKING OFF BY ONE ERRORSFreya Murphy2025-05-011-2/+2
|
* comment out non contigous phys page allocator, its causing problems and this ↵Freya Murphy2025-05-011-49/+65
| | | | is due tomorrow, dear god aaaaaaaaa
* finish syscall implsFreya Murphy2025-05-0118-37/+398
|
* tarfsFreya Murphy2025-04-307-26/+339
|
* fmtFreya Murphy2025-04-302-4/+6
|
* update fs headers 3.0Freya Murphy2025-04-302-11/+29
|
* lossy RLE for appleFreya Murphy2025-04-302-125220/+568842
|
* inflate / deflateFreya Murphy2025-04-304-1/+171
|
* make malloc workFreya Murphy2025-04-301-11/+24
|
* update makefilesFreya Murphy2025-04-3011-121/+124
|
* update fs headers 2.0Freya Murphy2025-04-303-49/+150
|
* fs header changesFreya Murphy2025-04-293-112/+38
|
* input managerFreya Murphy2025-04-296-72/+150
|
* change queue structuresFreya Murphy2025-04-293-52/+62
|
* ps2Freya Murphy2025-04-295-0/+493
|
* dispatch(): wait for a process to scheduleFreya Murphy2025-04-291-4/+11
|
* fmtFreya Murphy2025-04-283-15/+9
|
* change struct gpu to gpu_devFreya Murphy2025-04-286-9/+9
|
* fork syscallFreya Murphy2025-04-284-2/+72
|
* clone pgdirFreya Murphy2025-04-283-73/+257
|
* fix pml4 free and physalloc_freeFreya Murphy2025-04-282-12/+14
|
* heap (brk / sbrk)Freya Murphy2025-04-285-8/+135
|
* allocate vaddrs when given directlyFreya Murphy2025-04-283-21/+76
|
* fix segmentsFreya Murphy2025-04-282-3/+4
|
* anti aliasing :3Freya Murphy2025-04-281-2/+22
|
* make sure sleep sets pcb to state sleepingFreya Murphy2025-04-281-0/+1
|
* fix pic eoi in timerFreya Murphy2025-04-281-2/+4
|
* stderr in write syscallFreya Murphy2025-04-281-2/+6
|
* fmtFreya Murphy2025-04-281-1/+2
|
* fix red zoneFreya Murphy2025-04-281-1/+1
|
* move context save area to pcb not in stackFreya Murphy2025-04-2812-134/+272
|