summaryrefslogtreecommitdiff
path: root/kernel/memory/physalloc.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-05-05pc spkrFreya Murphy10-21/+144
2025-05-02off by oneFreya Murphy1-1/+1
2025-05-02broken?Freya Murphy1-59/+60
2025-05-02temp badnessFreya Murphy2-19/+27
2025-05-01changes idkFreya Murphy6-11/+26
2025-05-01ramdiskFreya Murphy4-9/+39
2025-05-01add some warnings so i know what the fuck is going wrong, bahFreya Murphy1-3/+10
2025-05-01fix yet another terrible bug, someone please kill meFreya Murphy1-7/+15
2025-05-01more data!Freya Murphy1-1/+1
2025-05-01FUCKING OFF BY ONE ERRORSFreya Murphy1-2/+2
2025-05-01comment out non contigous phys page allocator, its causing problems and this ↵Freya Murphy1-49/+65
is due tomorrow, dear god aaaaaaaaa
2025-05-01finish syscall implsFreya Murphy18-37/+398
2025-04-30tarfsFreya Murphy7-26/+339
2025-04-30fmtFreya Murphy2-4/+6
2025-04-30update fs headers 3.0Freya Murphy2-11/+29
2025-04-30lossy RLE for appleFreya Murphy2-125220/+568842
2025-04-30inflate / deflateFreya Murphy4-1/+171
2025-04-30make malloc workFreya Murphy1-11/+24
2025-04-30update makefilesFreya Murphy11-121/+124
2025-04-30update fs headers 2.0Freya Murphy3-49/+150
2025-04-29fs header changesFreya Murphy3-112/+38
2025-04-29input managerFreya Murphy6-72/+150
2025-04-29change queue structuresFreya Murphy3-52/+62
2025-04-29ps2Freya Murphy5-0/+493
2025-04-29dispatch(): wait for a process to scheduleFreya Murphy1-4/+11
2025-04-28fmtFreya Murphy3-15/+9
2025-04-28change struct gpu to gpu_devFreya Murphy6-9/+9
2025-04-28fork syscallFreya Murphy4-2/+72
2025-04-28clone pgdirFreya Murphy3-73/+257
2025-04-28fix pml4 free and physalloc_freeFreya Murphy2-12/+14
2025-04-28heap (brk / sbrk)Freya Murphy5-8/+135
2025-04-28allocate vaddrs when given directlyFreya Murphy3-21/+76
2025-04-28fix segmentsFreya Murphy2-3/+4
2025-04-28anti aliasing :3Freya Murphy1-2/+22
2025-04-28make sure sleep sets pcb to state sleepingFreya Murphy1-0/+1
2025-04-28fix pic eoi in timerFreya Murphy1-2/+4
2025-04-28stderr in write syscallFreya Murphy1-2/+6
2025-04-28fmtFreya Murphy1-1/+2
2025-04-28fix red zoneFreya Murphy1-1/+1
2025-04-28move context save area to pcb not in stackFreya Murphy12-134/+272
2025-04-28add stderrFreya Murphy3-1/+4
2025-04-27seperate interrupt stackFreya Murphy1-2/+3
2025-04-27add register to n paramFreya Murphy6-6/+6
2025-04-27add more syscall implsFreya Murphy1-29/+163
2025-04-27fmtFreya Murphy4-9/+12
2025-04-27fix FIXMEs in syscall.cFreya Murphy1-12/+15
2025-04-27🍎Freya Murphy4-1/+129445
2025-04-27convert user.c to use a standard block sizeFreya Murphy1-19/+41
2025-04-27better rep inswFreya Murphy1-2/+1
2025-04-27fs return bytes readFreya Murphy2-14/+15