Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixestarfs_freya | Freya Murphy | 2025-05-06 | 1 | -0/+1 |
| | |||||
* | set pit into mode3 (fixes uefi) | Freya Murphy | 2025-05-06 | 1 | -2/+2 |
| | |||||
* | make ps2 not do led stuff, it brokie | Freya Murphy | 2025-05-06 | 2 | -4/+2 |
| | |||||
* | kernel alloc should not be doing all of this, make it simpler (and work) | Freya Murphy | 2025-05-06 | 1 | -142/+14 |
| | |||||
* | virt alloc fixes | Freya Murphy | 2025-05-06 | 1 | -19/+17 |
| | |||||
* | add some memory logging | Freya Murphy | 2025-05-06 | 2 | -32/+76 |
| | |||||
* | terrible hack to not overwrite mboot data | Freya Murphy | 2025-05-06 | 4 | -11/+58 |
| | |||||
* | remove sym lookup | Freya Murphy | 2025-05-06 | 1 | -3/+2 |
| | |||||
* | update fs | Freya Murphy | 2025-05-06 | 2 | -5/+5 |
| | |||||
* | pc spkr | Freya Murphy | 2025-05-05 | 9 | -21/+143 |
| | |||||
* | off by one | Freya Murphy | 2025-05-02 | 1 | -1/+1 |
| | |||||
* | broken? | Freya Murphy | 2025-05-02 | 1 | -59/+60 |
| | |||||
* | temp badness | Freya Murphy | 2025-05-02 | 1 | -18/+26 |
| | |||||
* | changes idk | Freya Murphy | 2025-05-01 | 6 | -11/+26 |
| | |||||
* | ramdisk | Freya Murphy | 2025-05-01 | 2 | -8/+36 |
| | |||||
* | add some warnings so i know what the fuck is going wrong, bah | Freya Murphy | 2025-05-01 | 1 | -3/+10 |
| | |||||
* | fix yet another terrible bug, someone please kill me | Freya Murphy | 2025-05-01 | 1 | -7/+15 |
| | |||||
* | more data! | Freya Murphy | 2025-05-01 | 1 | -1/+1 |
| | |||||
* | FUCKING OFF BY ONE ERRORS | Freya Murphy | 2025-05-01 | 1 | -2/+2 |
| | |||||
* | comment out non contigous phys page allocator, its causing problems and this ↵ | Freya Murphy | 2025-05-01 | 1 | -49/+65 |
| | | | | is due tomorrow, dear god aaaaaaaaa | ||||
* | finish syscall impls | Freya Murphy | 2025-05-01 | 10 | -22/+267 |
| | |||||
* | tarfs | Freya Murphy | 2025-04-30 | 6 | -25/+338 |
| | |||||
* | fmt | Freya Murphy | 2025-04-30 | 2 | -4/+6 |
| | |||||
* | update fs headers 3.0 | Freya Murphy | 2025-04-30 | 2 | -11/+29 |
| | |||||
* | update makefiles | Freya Murphy | 2025-04-30 | 5 | -8/+48 |
| | |||||
* | update fs headers 2.0 | Freya Murphy | 2025-04-30 | 3 | -49/+150 |
| | |||||
* | fs header changes | Freya Murphy | 2025-04-29 | 3 | -112/+38 |
| | |||||
* | input manager | Freya Murphy | 2025-04-29 | 6 | -72/+150 |
| | |||||
* | change queue structures | Freya Murphy | 2025-04-29 | 3 | -52/+62 |
| | |||||
* | ps2 | Freya Murphy | 2025-04-29 | 5 | -0/+493 |
| | |||||
* | dispatch(): wait for a process to schedule | Freya Murphy | 2025-04-29 | 1 | -4/+11 |
| | |||||
* | fmt | Freya Murphy | 2025-04-28 | 3 | -15/+9 |
| | |||||
* | change struct gpu to gpu_dev | Freya Murphy | 2025-04-28 | 6 | -9/+9 |
| | |||||
* | fork syscall | Freya Murphy | 2025-04-28 | 3 | -2/+52 |
| | |||||
* | clone pgdir | Freya Murphy | 2025-04-28 | 3 | -73/+257 |
| | |||||
* | fix pml4 free and physalloc_free | Freya Murphy | 2025-04-28 | 2 | -12/+14 |
| | |||||
* | heap (brk / sbrk) | Freya Murphy | 2025-04-28 | 4 | -8/+89 |
| | |||||
* | allocate vaddrs when given directly | Freya Murphy | 2025-04-28 | 3 | -21/+76 |
| | |||||
* | fix segments | Freya Murphy | 2025-04-28 | 2 | -3/+4 |
| | |||||
* | make sure sleep sets pcb to state sleeping | Freya Murphy | 2025-04-28 | 1 | -0/+1 |
| | |||||
* | fix pic eoi in timer | Freya Murphy | 2025-04-28 | 1 | -2/+4 |
| | |||||
* | stderr in write syscall | Freya Murphy | 2025-04-28 | 1 | -2/+6 |
| | |||||
* | fmt | Freya Murphy | 2025-04-28 | 1 | -1/+2 |
| | |||||
* | move context save area to pcb not in stack | Freya Murphy | 2025-04-28 | 12 | -134/+272 |
| | |||||
* | seperate interrupt stack | Freya Murphy | 2025-04-27 | 1 | -2/+3 |
| | |||||
* | add register to n param | Freya Murphy | 2025-04-27 | 6 | -6/+6 |
| | |||||
* | add more syscall impls | Freya Murphy | 2025-04-27 | 1 | -29/+163 |
| | |||||
* | fmt | Freya Murphy | 2025-04-27 | 3 | -7/+7 |
| | |||||
* | fix FIXMEs in syscall.c | Freya Murphy | 2025-04-27 | 1 | -12/+15 |
| | |||||
* | convert user.c to use a standard block size | Freya Murphy | 2025-04-27 | 1 | -19/+41 |
| |