Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | pgdir clone stub, constify free fns | Freya Murphy | 2025-04-25 | 4 | -18/+42 | |
| | ||||||
* | virt ctx clone | Freya Murphy | 2025-04-25 | 2 | -0/+39 | |
| | ||||||
* | make alloc_pages_at() able to allocate noncontiguous physical pages | Ian McFarlane | 2025-04-24 | 5 | -16/+126 | |
| | ||||||
* | fix paging free fns | Freya Murphy | 2025-04-24 | 1 | -0/+25 | |
| | ||||||
* | size_t for alloc pages cals | Ian McFarlane | 2025-04-24 | 2 | -7/+7 | |
| | ||||||
* | user.c for loading userspace elfs into memoryuser | Freya Murphy | 2025-04-24 | 4 | -0/+158 | |
| | ||||||
* | fmt | Freya Murphy | 2025-04-24 | 4 | -29/+23 | |
| | ||||||
* | kernel syscall handler | Freya Murphy | 2025-04-24 | 3 | -3/+134 | |
| | ||||||
* | const pointers on free & kmapuseraddr | Freya Murphy | 2025-04-24 | 5 | -16/+42 | |
| | ||||||
* | only backtrace on valid kernel frames | Freya Murphy | 2025-04-24 | 1 | -2/+11 | |
| | ||||||
* | make 0x80 ring3, add kernel mem ctx switch in idt handler | Freya Murphy | 2025-04-24 | 1 | -0/+7 | |
| | ||||||
* | add tss | Freya Murphy | 2025-04-24 | 5 | -1/+124 | |
| | ||||||
* | update paging code | Freya Murphy | 2025-04-23 | 6 | -469/+401 | |
| | ||||||
* | some paging updates (more to come) | Freya Murphy | 2025-04-23 | 3 | -245/+369 | |
| | ||||||
* | change pcb structure (move context to top) | Freya Murphy | 2025-04-23 | 1 | -4/+4 | |
| | ||||||
* | remove bad includes | Freya Murphy | 2025-04-22 | 3 | -3/+0 | |
| | ||||||
* | fmt | Freya Murphy | 2025-04-22 | 2 | -3/+3 | |
| | ||||||
* | add pml4 allocation/mem ctx alloation | Freya Murphy | 2025-04-22 | 8 | -50/+215 | |
| | ||||||
* | fix warning | Freya Murphy | 2025-04-22 | 1 | -0/+1 | |
| | ||||||
* | make pit ticks volatile, disable reload for now since broken | Freya Murphy | 2025-04-22 | 2 | -6/+7 | |
| | ||||||
* | fix kernel fs invalid err offset bug | Freya Murphy | 2025-04-21 | 1 | -2/+3 | |
| | ||||||
* | make fs use void* | Freya Murphy | 2025-04-21 | 2 | -4/+4 | |
| | ||||||
* | make somce changes to procs | Freya Murphy | 2025-04-21 | 3 | -558/+100 | |
| | ||||||
* | fmt, rename some fns | Freya Murphy | 2025-04-21 | 8 | -45/+98 | |
| | ||||||
* | fs read/write functions, initrd | Freya Murphy | 2025-04-21 | 7 | -28/+202 | |
| | ||||||
* | Merge branch 'main' of github.com:kenshineto/kern | Ian McFarlane | 2025-04-21 | 2 | -4/+6 | |
|\ | ||||||
| * | fix virt mem start | Freya Murphy | 2025-04-21 | 1 | -1/+1 | |
| | | ||||||
| * | fmt | Freya Murphy | 2025-04-21 | 1 | -3/+5 | |
| | | ||||||
* | | fixed inw/outw mixup | Ian McFarlane | 2025-04-21 | 1 | -1/+1 | |
|/ | ||||||
* | ata fin | Freya Murphy | 2025-04-20 | 1 | -5/+6 | |
| | ||||||
* | add newline to log messages | Ian McFarlane | 2025-04-20 | 1 | -0/+4 | |
| | ||||||
* | fix pic | Freya Murphy | 2025-04-20 | 1 | -7/+2 | |
| | ||||||
* | refactor ATA interface | Ian McFarlane | 2025-04-20 | 2 | -201/+263 | |
| | ||||||
* | make stuff public | Freya Murphy | 2025-04-20 | 2 | -29/+51 | |
| | ||||||
* | dont use in[s] instructions or rep in c | Freya Murphy | 2025-04-20 | 2 | -165/+136 | |
| | ||||||
* | move kspin to use ms, add ata_report | Freya Murphy | 2025-04-20 | 10 | -89/+103 | |
| | ||||||
* | 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 | 2 | -12/+12 | |
| | ||||||
* | 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 | 4 | -4/+29 | |
| | ||||||
* | read BARs from PCI | Ian McFarlane | 2025-04-20 | 2 | -10/+34 | |
| | ||||||
* | added initialization but it is untested | Ian McFarlane | 2025-04-20 | 3 | -7/+475 | |
| | ||||||
* | adding code from osdev and reading | Ian McFarlane | 2025-04-20 | 1 | -5/+46 | |
| | ||||||
* | switch __FUNCTION__ to __func__ | Ian McFarlane | 2025-04-20 | 1 | -4/+4 | |
| | ||||||
* | added logging, but we still get warnings about __FUNCTION__ | Ian McFarlane | 2025-04-20 | 4 | -24/+75 | |
| | ||||||
* | starting on ata | Ian McFarlane | 2025-04-20 | 2 | -0/+37 | |
| | ||||||
* | PIT (timer) | Freya Murphy | 2025-04-20 | 4 | -8/+48 | |
| | ||||||
* | fix term/gpu memory OOB error, add dynamic kernel identity map with N_IDENT_PTS | Freya Murphy | 2025-04-20 | 7 | -56/+87 | |
| | ||||||
* | fix code segment (retfq) on long mode edge case (kvm) | Freya Murphy | 2025-04-19 | 1 | -21/+13 | |
| |