Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fmt | Freya Murphy | 2025-05-06 | 1 | -10/+10 |
* | add unfinished forkman game and syscalls | Ian McFarlane | 2025-05-06 | 1 | -25/+33 |
* | update fs headers 2.0 | Freya Murphy | 2025-04-30 | 1 | -3/+5 |
* | fmt | Freya Murphy | 2025-04-27 | 1 | -2/+1 |
* | lba48 for more then 256 sectors | Freya Murphy | 2025-04-27 | 1 | -8/+11 |
* | fixed inw/outw mixup | Ian McFarlane | 2025-04-21 | 1 | -1/+1 |
* | refactor ATA interface | Ian McFarlane | 2025-04-20 | 1 | -177/+234 |
* | make stuff public | Freya Murphy | 2025-04-20 | 1 | -25/+9 |
* | dont use in[s] instructions or rep in c | Freya Murphy | 2025-04-20 | 1 | -160/+102 |
* | move kspin to use ms, add ata_report | Freya Murphy | 2025-04-20 | 1 | -32/+38 |
* | add ata_init to main and fix some compilation problems | Ian McFarlane | 2025-04-20 | 1 | -2/+2 |
* | oob check | Ian McFarlane | 2025-04-20 | 1 | -2/+5 |
* | add ata_init to main and fix some compilation problems | Ian McFarlane | 2025-04-20 | 1 | -12/+10 |
* | throw together something testable but atapi isnt supported and errors are insane | Ian McFarlane | 2025-04-20 | 1 | -4/+225 |
* | add rudimentary sleeping function based on CMOS clock | Ian McFarlane | 2025-04-20 | 1 | -3/+6 |
* | read BARs from PCI | Ian McFarlane | 2025-04-20 | 1 | -9/+29 |
* | added initialization but it is untested | Ian McFarlane | 2025-04-20 | 1 | -6/+455 |
* | adding code from osdev and reading | Ian McFarlane | 2025-04-20 | 1 | -5/+46 |
* | added logging, but we still get warnings about __FUNCTION__ | Ian McFarlane | 2025-04-20 | 1 | -8/+13 |
* | starting on ata | Ian McFarlane | 2025-04-20 | 1 | -0/+37 |