summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* refactor ATA interfaceIan McFarlane2025-04-202-201/+263
|
* make stuff publicFreya Murphy2025-04-202-29/+51
|
* dont use in[s] instructions or rep in cFreya Murphy2025-04-202-165/+136
|
* move kspin to use ms, add ata_reportFreya Murphy2025-04-2010-89/+103
|
* add ata_init to main and fix some compilation problemsIan McFarlane2025-04-201-2/+2
|
* PIT (timer)Freya Murphy2025-04-204-8/+48
|
* fix term/gpu memory OOB error, add dynamic kernel identity map with N_IDENT_PTSFreya Murphy2025-04-208-56/+99
|
* fix code segment (retfq) on long mode edge case (kvm)Freya Murphy2025-04-201-21/+13
|
* rollback mem_map_memoryFreya Murphy2025-04-204-15/+29
|
* remove invalid includesFreya Murphy2025-04-208-9/+0
|
* UEFI and republicansFreya Murphy2025-04-2030-249/+2006
|
* set mmap limitFreya Murphy2025-04-204-3/+10
|
* more pci devicesFreya Murphy2025-04-202-4/+7
|
* oob checkIan McFarlane2025-04-201-2/+5
|
* add ata_init to main and fix some compilation problemsIan McFarlane2025-04-202-12/+12
|
* throw together something testable but atapi isnt supported and errors are insaneIan McFarlane2025-04-201-4/+225
|
* add rudimentary sleeping function based on CMOS clockIan McFarlane2025-04-204-4/+29
|
* read BARs from PCIIan McFarlane2025-04-202-10/+34
|
* added initialization but it is untestedIan McFarlane2025-04-203-7/+475
|
* adding code from osdev and readingIan McFarlane2025-04-181-5/+46
|
* Merge branch 'main' into ataIan McFarlane2025-04-184-20/+14
|\
| * fix compile warningsFreya Murphy2025-04-174-20/+14
| |
* | switch __FUNCTION__ to __func__Ian McFarlane2025-04-181-4/+4
| |
* | added logging, but we still get warnings about __FUNCTION__Ian McFarlane2025-04-174-24/+75
| |
* | Merge branch 'main' into ataIan McFarlane2025-04-171-2/+1
|\|
| * gcc14stdenv instead of clangIan McFarlane2025-04-171-2/+1
| |
* | Merge branch 'main' into ataIan McFarlane2025-04-17102-13560/+7421
|\|
| * clang 18 in flake instead of zigIan McFarlane2025-04-171-2/+1
| |
| * remove build.zigFreya Murphy2025-04-171-202/+0
| |
| * qemu-kvm-noxFreya Murphy2025-04-171-1/+4
| |
| * fix ldflagsFreya Murphy2025-04-171-1/+1
| |
| * elf sym loadingFreya Murphy2025-04-1761-12884/+4754
| |
| * fmtFreya Murphy2025-04-175-36/+43
| |
| * font rending in framebuffer yay!!Freya Murphy2025-04-1719-145/+642
| |
| * fmtFreya Murphy2025-04-163-80/+84
| |
| * add qemu-kvm make targetFreya Murphy2025-04-161-0/+3
| |
| * remove all printing to report functionsFreya Murphy2025-04-168-24/+105
| |
| * add binary radix (%b) to printfFreya Murphy2025-04-162-0/+19
| |
| * add support for cpu feature checking, see, and avxFreya Murphy2025-04-165-77/+219
| |
| * update build.zigFreya Murphy2025-04-152-856/+1
| |
| * fmtFreya Murphy2025-04-152-4/+5
| |
| * procs stub from wrc baselineFreya Murphy2025-04-154-0/+2032
| |
| * more stub mem_ctx fnsFreya Murphy2025-04-152-3/+36
| |
| * move error.h out of symlinkFreya Murphy2025-04-151-1/+35
| |
| * public cpu_print_regs fnFreya Murphy2025-04-153-68/+75
| |
| * expand memory manager work with userspace (more then one ctx)Freya Murphy2025-04-1515-192/+378
| |
* | starting on ataIan McFarlane2025-04-152-0/+37
|/
* fix %nFreya Murphy2025-04-112-2/+2
|
* fmtFreya Murphy2025-04-108-20/+28
|
* make lib bettererFreya Murphy2025-04-106-91/+231
|