| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2025-05-05 | pc spkr | Freya Murphy | 2 | -12/+63 |
| 2025-04-30 | update fs headers 2.0 | Freya Murphy | 1 | -3/+5 |
| 2025-04-29 | input manager | Freya Murphy | 1 | -45/+17 |
| 2025-04-29 | ps2 | Freya Murphy | 1 | -0/+296 |
| 2025-04-28 | change struct gpu to gpu_dev | Freya Murphy | 3 | -5/+5 |
| 2025-04-27 | fmt | Freya Murphy | 1 | -2/+1 |
| 2025-04-27 | lba48 for more then 256 sectors | Freya Murphy | 1 | -8/+11 |
| 2025-04-27 | remove pit fixme | Freya Murphy | 1 | -5/+4 |
| 2025-04-22 | fmt | Freya Murphy | 1 | -1/+1 |
| 2025-04-22 | fix warning | Freya Murphy | 1 | -0/+1 |
| 2025-04-22 | make pit ticks volatile, disable reload for now since broken | Freya Murphy | 1 | -5/+6 |
| 2025-04-21 | fixed inw/outw mixup | Ian McFarlane | 1 | -1/+1 |
| 2025-04-21 | fmt | Freya Murphy | 1 | -3/+5 |
| 2025-04-20 | ata fin | Freya Murphy | 1 | -5/+6 |
| 2025-04-20 | refactor ATA interface | Ian McFarlane | 1 | -177/+234 |
| 2025-04-20 | make stuff public | Freya Murphy | 1 | -25/+9 |
| 2025-04-20 | dont use in[s] instructions or rep in c | Freya Murphy | 1 | -160/+102 |
| 2025-04-20 | move kspin to use ms, add ata_report | Freya Murphy | 3 | -36/+43 |
| 2025-04-20 | add ata_init to main and fix some compilation problems | Ian McFarlane | 1 | -2/+2 |
| 2025-04-20 | oob check | Ian McFarlane | 1 | -2/+5 |
| 2025-04-20 | add ata_init to main and fix some compilation problems | Ian McFarlane | 1 | -12/+10 |
| 2025-04-20 | throw together something testable but atapi isnt supported and errors are insane | Ian McFarlane | 1 | -4/+225 |
| 2025-04-20 | add rudimentary sleeping function based on CMOS clock | Ian McFarlane | 1 | -3/+6 |
| 2025-04-20 | read BARs from PCI | Ian McFarlane | 1 | -9/+29 |
| 2025-04-20 | added initialization but it is untested | Ian McFarlane | 1 | -6/+455 |
| 2025-04-20 | adding code from osdev and reading | Ian McFarlane | 1 | -5/+46 |
| 2025-04-20 | added logging, but we still get warnings about __FUNCTION__ | Ian McFarlane | 1 | -8/+13 |
| 2025-04-20 | starting on ata | Ian McFarlane | 1 | -0/+37 |
| 2025-04-20 | PIT (timer) | Freya Murphy | 1 | -0/+23 |
| 2025-04-20 | fix term/gpu memory OOB error, add dynamic kernel identity map with N_IDENT_PTS | Freya Murphy | 2 | -7/+15 |
| 2025-04-19 | remove invalid includes | Freya Murphy | 1 | -1/+0 |
| 2025-04-19 | UEFI and republicans | Freya Murphy | 4 | -118/+72 |
| 2025-04-18 | more pci devices | Freya Murphy | 1 | -4/+4 |
| 2025-04-17 | fmt | Freya Murphy | 2 | -32/+36 |
| 2025-04-17 | font rending in framebuffer yay!! | Freya Murphy | 5 | -117/+242 |
| 2025-04-16 | fmt | Freya Murphy | 1 | -14/+14 |
| 2025-04-16 | remove all printing to report functions | Freya Murphy | 2 | -4/+37 |
| 2025-04-15 | expand memory manager work with userspace (more then one ctx) | Freya Murphy | 1 | -2/+2 |
| 2025-04-08 | backtrace | Freya Murphy | 2 | -112/+7 |
| 2025-04-08 | fmt | Freya Murphy | 1 | -78/+88 |
| 2025-04-08 | acpi | Freya Murphy | 2 | -0/+326 |
| 2025-04-08 | tty => term | Freya Murphy | 2 | -7/+112 |
| 2025-04-08 | break apart c libaray | Freya Murphy | 4 | -131/+36 |
| 2025-04-07 | fmt | Freya Murphy | 1 | -1/+1 |
| 2025-04-07 | remove tty_init fn | Freya Murphy | 2 | -13/+3 |
| 2025-04-04 | fix tripple pci device print | Freya Murphy | 1 | -2/+0 |
| 2025-04-04 | fmt | Freya Murphy | 3 | -116/+135 |
| 2025-04-04 | real time clock | Freya Murphy | 2 | -0/+161 |
| 2025-04-03 | serial and tty | Freya Murphy | 4 | -0/+154 |
| 2025-04-03 | pci | Freya Murphy | 2 | -0/+181 |