Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | better rep insw | Freya Murphy | 2025-04-27 | 1 | -2/+1 |
* | fs return bytes read | Freya Murphy | 2025-04-27 | 2 | -14/+15 |
* | lba48 for more then 256 sectors | Freya Murphy | 2025-04-27 | 2 | -10/+13 |
* | fix free phys pages | Freya Murphy | 2025-04-27 | 1 | -1/+1 |
* | zero and set define magic header in kalloc | Freya Murphy | 2025-04-27 | 1 | -1/+2 |
* | fix pgdir free, fix mapadder fns | Freya Murphy | 2025-04-27 | 1 | -27/+55 |
* | new syscalls | Freya Murphy | 2025-04-27 | 2 | -5/+60 |
* | remove pit fixme | Freya Murphy | 2025-04-27 | 2 | -6/+5 |
* | fmt | Freya Murphy | 2025-04-25 | 1 | -4/+5 |
* | mem_get_phys fn | Freya Murphy | 2025-04-25 | 4 | -7/+37 |
* | add comment | Freya Murphy | 2025-04-25 | 1 | -0/+3 |
* | add elf file checks | Freya Murphy | 2025-04-25 | 1 | -11/+62 |
* | fix fs off by 1 sector | Freya Murphy | 2025-04-25 | 2 | -5/+5 |
* | added assert that bump allocator is only being asked for one page at a time | Ian McFarlane | 2025-04-25 | 1 | -0/+1 |
* | fixed segfault caused by mapping the wrong virtual address in mem_alloc_pages_at | Ian McFarlane | 2025-04-25 | 1 | -2/+3 |
* | resolve format conflict | Ian McFarlane | 2025-04-25 | 11 | -34/+79 |
|\ | |||||
| * | poweroff syscall | Freya Murphy | 2025-04-25 | 2 | -8/+18 |
| * | load init from ata and run it | Freya Murphy | 2025-04-25 | 4 | -7/+16 |
| * | fmt | Freya Murphy | 2025-04-25 | 6 | -14/+15 |
| * | noreturn on dispatch | Freya Murphy | 2025-04-25 | 2 | -0/+2 |
| * | syscall_return fn | Freya Murphy | 2025-04-25 | 3 | -8/+23 |
| * | fix physalloc edge case | Freya Murphy | 2025-04-25 | 1 | -2/+10 |
| * | change start vitaddr | Freya Murphy | 2025-04-25 | 1 | -1/+1 |
* | | fix freeing of virtual memory | Ian McFarlane | 2025-04-25 | 1 | -16/+39 |
|/ | |||||
* | pgdir clone stub, constify free fns | Freya Murphy | 2025-04-25 | 4 | -18/+42 |
* | virt ctx clone | Freya Murphy | 2025-04-25 | 2 | -0/+39 |
* | make alloc_pages_at() able to allocate noncontiguous physical pages | Ian McFarlane | 2025-04-24 | 5 | -16/+126 |
* | fix paging free fns | Freya Murphy | 2025-04-24 | 1 | -0/+25 |
* | size_t for alloc pages cals | Ian McFarlane | 2025-04-24 | 2 | -7/+7 |
* | user.c for loading userspace elfs into memoryuser | Freya Murphy | 2025-04-24 | 4 | -0/+158 |
* | fmt | Freya Murphy | 2025-04-24 | 4 | -29/+23 |
* | kernel syscall handler | Freya Murphy | 2025-04-24 | 3 | -3/+134 |
* | const pointers on free & kmapuseraddr | Freya Murphy | 2025-04-24 | 5 | -16/+42 |
* | only backtrace on valid kernel frames | Freya Murphy | 2025-04-24 | 1 | -2/+11 |
* | make 0x80 ring3, add kernel mem ctx switch in idt handler | Freya Murphy | 2025-04-24 | 1 | -0/+7 |
* | add tss | Freya Murphy | 2025-04-24 | 5 | -1/+124 |
* | update paging code | Freya Murphy | 2025-04-23 | 6 | -469/+401 |
* | some paging updates (more to come) | Freya Murphy | 2025-04-23 | 3 | -245/+369 |