summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'main' into pciepcieIan McFarlane2025-04-2258-2915/+774
|\
| * force rebuild on header changeFreya Murphy2025-04-222-5/+5
| |
| * remove bad includesFreya Murphy2025-04-223-3/+0
| |
| * fmtFreya Murphy2025-04-222-3/+3
| |
| * add pml4 allocation/mem ctx alloationFreya Murphy2025-04-228-50/+215
| |
| * build user code in main makeFreya Murphy2025-04-221-0/+1
| |
| * fix warningFreya Murphy2025-04-221-0/+1
| |
| * make pit ticks volatile, disable reload for now since brokenFreya Murphy2025-04-222-6/+7
| |
| * prettify make messagesFreya Murphy2025-04-221-4/+5
| |
| * update gdb configFreya Murphy2025-04-221-30/+2
| |
| * fix kernel fs invalid err offset bugFreya Murphy2025-04-211-2/+3
| |
| * make fs use void*Freya Murphy2025-04-212-4/+4
| |
| * fix makefileFreya Murphy2025-04-211-1/+1
| |
| * make somce changes to procsFreya Murphy2025-04-214-559/+101
| |
| * update userland to compileFreya Murphy2025-04-2136-2186/+297
| |
| * update linker scriptsFreya Murphy2025-04-212-33/+47
| |
| * fmt, rename some fnsFreya Murphy2025-04-218-45/+98
| |
* | try to find mcfgIan McFarlane2025-04-211-0/+21
|/
* fs read/write functions, initrdFreya Murphy2025-04-217-28/+202
|
* Merge branch 'main' of github.com:kenshineto/kernIan McFarlane2025-04-212-4/+6
|\
| * fix virt mem startFreya Murphy2025-04-211-1/+1
| |
| * fmtFreya Murphy2025-04-211-3/+5
| |
* | fixed inw/outw mixupIan McFarlane2025-04-211-1/+1
|/
* fix makefile targetFreya Murphy2025-04-201-9/+9
|
* ata finFreya Murphy2025-04-201-5/+6
|
* generate disk image as make stepIan McFarlane2025-04-201-6/+12
|
* add newline to log messagesIan McFarlane2025-04-201-0/+4
|
* fix picFreya Murphy2025-04-201-7/+2
|
* 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
|
* 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-201-5/+46
|
* switch __FUNCTION__ to __func__Ian McFarlane2025-04-201-4/+4
|
* added logging, but we still get warnings about __FUNCTION__Ian McFarlane2025-04-204-24/+75
|
* starting on ataIan McFarlane2025-04-202-0/+37
|
* 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-191-21/+13
|
* rollback mem_map_memoryFreya Murphy2025-04-194-15/+29
|
* remove invalid includesFreya Murphy2025-04-198-9/+0
|
* UEFI and republicansFreya Murphy2025-04-1930-249/+2006
|
* set mmap limitFreya Murphy2025-04-184-3/+10
|