| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-04-30 | fmt | Freya Murphy | 1 | -2/+4 | |
| 2025-04-30 | update fs headers 3.0 | Freya Murphy | 1 | -4/+19 | |
| 2025-04-30 | update fs headers 2.0 | Freya Murphy | 1 | -28/+103 | |
| 2025-04-29 | fs header changes | Freya Murphy | 2 | -111/+37 | |
| 2025-04-29 | input manager | Freya Murphy | 4 | -27/+40 | |
| 2025-04-29 | change queue structures | Freya Murphy | 1 | -7/+5 | |
| 2025-04-29 | ps2 | Freya Murphy | 2 | -0/+192 | |
| 2025-04-28 | change struct gpu to gpu_dev | Freya Murphy | 3 | -4/+4 | |
| 2025-04-28 | fork syscall | Freya Murphy | 1 | -0/+5 | |
| 2025-04-28 | heap (brk / sbrk) | Freya Murphy | 1 | -0/+4 | |
| 2025-04-28 | move context save area to pcb not in stack | Freya Murphy | 3 | -3/+20 | |
| 2025-04-27 | fmt | Freya Murphy | 1 | -1/+4 | |
| 2025-04-27 | better rep insw | Freya Murphy | 1 | -2/+1 | |
| 2025-04-27 | fs return bytes read | Freya Murphy | 1 | -2/+2 | |
| 2025-04-27 | lba48 for more then 256 sectors | Freya Murphy | 1 | -2/+2 | |
| 2025-04-27 | new syscalls | Freya Murphy | 1 | -1/+3 | |
| 2025-04-25 | mem_get_phys fn | Freya Murphy | 1 | -0/+13 | |
| 2025-04-25 | fix fs off by 1 sector | Freya Murphy | 1 | -2/+2 | |
| 2025-04-25 | poweroff syscall | Freya Murphy | 1 | -1/+2 | |
| 2025-04-25 | fmt | Freya Murphy | 2 | -4/+2 | |
| 2025-04-25 | noreturn on dispatch | Freya Murphy | 1 | -0/+1 | |
| 2025-04-25 | syscall_return fn | Freya Murphy | 1 | -0/+6 | |
| 2025-04-25 | pgdir clone stub, constify free fns | Freya Murphy | 1 | -1/+1 | |
| 2025-04-24 | make alloc_pages_at() able to allocate noncontiguous physical pages | Ian McFarlane | 2 | -0/+21 | |
| 2025-04-24 | user.c for loading userspace elfs into memoryuser | Freya Murphy | 3 | -0/+34 | |
| 2025-04-24 | kernel syscall handler | Freya Murphy | 1 | -1/+1 | |
| 2025-04-24 | const pointers on free & kmapuseraddr | Freya Murphy | 1 | -4/+14 | |
| 2025-04-23 | update paging code | Freya Murphy | 2 | -26/+4 | |
| 2025-04-23 | some paging updates (more to come) | Freya Murphy | 1 | -4/+11 | |
| 2025-04-23 | change pcb structure (move context to top) | Freya Murphy | 1 | -4/+4 | |
| 2025-04-22 | add pml4 allocation/mem ctx alloation | Freya Murphy | 1 | -2/+27 | |
| 2025-04-22 | make pit ticks volatile, disable reload for now since broken | Freya Murphy | 1 | -1/+1 | |
| 2025-04-21 | make fs use void* | Freya Murphy | 1 | -2/+2 | |
| 2025-04-21 | make somce changes to procs | Freya Murphy | 1 | -122/+33 | |
| 2025-04-21 | fmt, rename some fns | Freya Murphy | 3 | -5/+42 | |
| 2025-04-21 | fs read/write functions, initrd | Freya Murphy | 4 | -12/+30 | |
| 2025-04-20 | add newline to log messages | Ian McFarlane | 1 | -0/+4 | |
| 2025-04-20 | refactor ATA interface | Ian McFarlane | 1 | -24/+29 | |
| 2025-04-20 | make stuff public | Freya Murphy | 1 | -4/+42 | |
| 2025-04-20 | dont use in[s] instructions or rep in c | Freya Murphy | 1 | -5/+34 | |
| 2025-04-20 | move kspin to use ms, add ata_report | Freya Murphy | 4 | -38/+43 | |
| 2025-04-20 | add rudimentary sleeping function based on CMOS clock | Ian McFarlane | 2 | -1/+8 | |
| 2025-04-20 | read BARs from PCI | Ian McFarlane | 1 | -1/+5 | |
| 2025-04-20 | added initialization but it is untested | Ian McFarlane | 2 | -1/+20 | |
| 2025-04-20 | switch __FUNCTION__ to __func__ | Ian McFarlane | 1 | -4/+4 | |
| 2025-04-20 | added logging, but we still get warnings about __FUNCTION__ | Ian McFarlane | 2 | -14/+58 | |
| 2025-04-20 | starting on ata | Ian McFarlane | 1 | -0/+0 | |
| 2025-04-20 | PIT (timer) | Freya Murphy | 1 | -0/+21 | |
| 2025-04-20 | fix term/gpu memory OOB error, add dynamic kernel identity map with N_IDENT_PTS | Freya Murphy | 1 | -2/+5 | |
| 2025-04-19 | rollback mem_map_memory | Freya Murphy | 1 | -2/+2 | |