Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2025-04-21 | update userland to compile | Freya Murphy | 1 | -0/+65 |
2025-04-21 | update linker scripts | Freya Murphy | 2 | -33/+47 |
2025-04-21 | fmt, rename some fns | Freya Murphy | 8 | -45/+98 |
2025-04-21 | fs read/write functions, initrd | Freya Murphy | 7 | -28/+202 |
2025-04-21 | fixed inw/outw mixup | Ian McFarlane | 1 | -1/+1 |
2025-04-21 | fix virt mem start | Freya Murphy | 1 | -1/+1 |
2025-04-21 | fmt | Freya Murphy | 1 | -3/+5 |
2025-04-20 | fix makefile target | Freya Murphy | 1 | -9/+9 |
2025-04-20 | ata fin | Freya Murphy | 1 | -5/+6 |
2025-04-20 | generate disk image as make step | Ian McFarlane | 1 | -6/+12 |
2025-04-20 | add newline to log messages | Ian McFarlane | 1 | -0/+4 |
2025-04-20 | fix pic | Freya Murphy | 1 | -7/+2 |
2025-04-20 | refactor ATA interface | Ian McFarlane | 2 | -201/+263 |
2025-04-20 | make stuff public | Freya Murphy | 2 | -29/+51 |
2025-04-20 | dont use in[s] instructions or rep in c | Freya Murphy | 2 | -165/+136 |
2025-04-20 | move kspin to use ms, add ata_report | Freya Murphy | 10 | -89/+103 |
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 | 2 | -12/+12 |
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 | 4 | -4/+29 |
2025-04-20 | read BARs from PCI | Ian McFarlane | 2 | -10/+34 |
2025-04-20 | added initialization but it is untested | Ian McFarlane | 3 | -7/+475 |
2025-04-20 | adding code from osdev and reading | Ian McFarlane | 1 | -5/+46 |
2025-04-20 | switch __FUNCTION__ to __func__ | Ian McFarlane | 1 | -4/+4 |
2025-04-20 | added logging, but we still get warnings about __FUNCTION__ | Ian McFarlane | 4 | -24/+75 |
2025-04-20 | starting on ata | Ian McFarlane | 2 | -0/+37 |
2025-04-20 | PIT (timer) | Freya Murphy | 4 | -8/+48 |
2025-04-20 | fix term/gpu memory OOB error, add dynamic kernel identity map with N_IDENT_PTS | Freya Murphy | 8 | -56/+99 |
2025-04-19 | fix code segment (retfq) on long mode edge case (kvm) | Freya Murphy | 1 | -21/+13 |
2025-04-19 | rollback mem_map_memory | Freya Murphy | 4 | -15/+29 |
2025-04-19 | remove invalid includes | Freya Murphy | 8 | -9/+0 |
2025-04-19 | UEFI and republicans | Freya Murphy | 30 | -249/+2006 |
2025-04-18 | set mmap limit | Freya Murphy | 4 | -3/+10 |
2025-04-18 | more pci devices | Freya Murphy | 2 | -4/+7 |
2025-04-17 | fix compile warnings | Freya Murphy | 4 | -20/+14 |
2025-04-17 | gcc14stdenv instead of clang | Ian McFarlane | 1 | -2/+1 |
2025-04-17 | clang 18 in flake instead of zig | Ian McFarlane | 1 | -2/+1 |
2025-04-17 | remove build.zig | Freya Murphy | 1 | -202/+0 |
2025-04-17 | qemu-kvm-nox | Freya Murphy | 1 | -1/+4 |
2025-04-17 | fix ldflags | Freya Murphy | 1 | -1/+1 |
2025-04-17 | elf sym loading | Freya Murphy | 61 | -12884/+4754 |
2025-04-17 | fmt | Freya Murphy | 5 | -36/+43 |
2025-04-17 | font rending in framebuffer yay!! | Freya Murphy | 19 | -145/+642 |
2025-04-16 | fmt | Freya Murphy | 3 | -80/+84 |
2025-04-16 | add qemu-kvm make target | Freya Murphy | 1 | -0/+3 |
2025-04-16 | remove all printing to report functions | Freya Murphy | 8 | -24/+105 |
2025-04-16 | add binary radix (%b) to printf | Freya Murphy | 2 | -0/+19 |
2025-04-16 | add support for cpu feature checking, see, and avx | Freya Murphy | 5 | -77/+219 |
2025-04-15 | update build.zig | Freya Murphy | 2 | -856/+1 |