Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fmt, rename some fns | Freya Murphy | 2025-04-21 | 3 | -5/+42 |
* | fs read/write functions, initrd | Freya Murphy | 2025-04-21 | 4 | -12/+30 |
* | add newline to log messages | Ian McFarlane | 2025-04-20 | 1 | -0/+4 |
* | refactor ATA interface | Ian McFarlane | 2025-04-20 | 1 | -24/+29 |
* | make stuff public | Freya Murphy | 2025-04-20 | 1 | -4/+42 |
* | dont use in[s] instructions or rep in c | Freya Murphy | 2025-04-20 | 1 | -5/+34 |
* | move kspin to use ms, add ata_report | Freya Murphy | 2025-04-20 | 4 | -38/+43 |
* | add rudimentary sleeping function based on CMOS clock | Ian McFarlane | 2025-04-20 | 2 | -1/+8 |
* | read BARs from PCI | Ian McFarlane | 2025-04-20 | 1 | -1/+5 |
* | added initialization but it is untested | Ian McFarlane | 2025-04-20 | 2 | -1/+20 |
* | 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 | 2 | -14/+58 |
* | starting on ata | Ian McFarlane | 2025-04-20 | 1 | -0/+0 |
* | PIT (timer) | Freya Murphy | 2025-04-20 | 1 | -0/+21 |
* | fix term/gpu memory OOB error, add dynamic kernel identity map with N_IDENT_PTS | Freya Murphy | 2025-04-20 | 1 | -2/+5 |
* | rollback mem_map_memory | Freya Murphy | 2025-04-19 | 1 | -2/+2 |
* | UEFI and republicans | Freya Murphy | 2025-04-19 | 10 | -63/+1560 |
* | set mmap limit | Freya Murphy | 2025-04-18 | 2 | -3/+6 |
* | more pci devices | Freya Murphy | 2025-04-18 | 1 | -0/+3 |
* | elf sym loading | Freya Murphy | 2025-04-17 | 2 | -0/+4590 |
* | fmt | Freya Murphy | 2025-04-17 | 2 | -2/+4 |
* | font rending in framebuffer yay!! | Freya Murphy | 2025-04-17 | 7 | -37/+206 |
* | remove all printing to report functions | Freya Murphy | 2025-04-16 | 3 | -0/+16 |
* | add support for cpu feature checking, see, and avx | Freya Murphy | 2025-04-16 | 1 | -27/+38 |
* | procs stub from wrc baseline | Freya Murphy | 2025-04-15 | 2 | -0/+320 |
* | more stub mem_ctx fns | Freya Murphy | 2025-04-15 | 1 | -1/+19 |
* | move error.h out of symlink | Freya Murphy | 2025-04-15 | 1 | -1/+35 |
* | public cpu_print_regs fn | Freya Murphy | 2025-04-15 | 1 | -5/+10 |
* | expand memory manager work with userspace (more then one ctx) | Freya Murphy | 2025-04-15 | 3 | -26/+110 |
* | fmt | Freya Murphy | 2025-04-10 | 2 | -8/+12 |
* | make lib betterer | Freya Murphy | 2025-04-10 | 2 | -8/+18 |
* | backtrace | Freya Murphy | 2025-04-08 | 1 | -0/+26 |
* | fmt | Freya Murphy | 2025-04-08 | 1 | -2/+1 |
* | acpi | Freya Murphy | 2025-04-08 | 3 | -2/+36 |
* | tty => term | Freya Murphy | 2025-04-08 | 2 | -22/+37 |
* | break apart c libaray | Freya Murphy | 2025-04-08 | 10 | -5/+579 |
* | remove tty_init fn | Freya Murphy | 2025-04-07 | 1 | -5/+0 |
* | fix file pointers | Freya Murphy | 2025-04-04 | 1 | -4/+11 |
* | fs doesnt need close | Freya Murphy | 2025-04-04 | 1 | -7/+0 |
* | fix fs vtable | Freya Murphy | 2025-04-04 | 1 | -10/+28 |
* | fmt | Freya Murphy | 2025-04-04 | 1 | -22/+22 |
* | update fs header | Freya Murphy | 2025-04-04 | 1 | -20/+22 |
* | adde disk read/write functions | Freya Murphy | 2025-04-04 | 1 | -0/+22 |
* | generic file system structures | Freya Murphy | 2025-04-04 | 1 | -0/+166 |
* | fmt | Freya Murphy | 2025-04-04 | 1 | -0/+59 |
* | real time clock | Freya Murphy | 2025-04-04 | 1 | -0/+14 |
* | serial and tty | Freya Murphy | 2025-04-03 | 2 | -0/+46 |
* | pci | Freya Murphy | 2025-04-03 | 2 | -0/+89 |
* | load multiboot memory map, heap is done!!! | Freya Murphy | 2025-04-03 | 1 | -0/+16 |
* | add 64-bit idt/pic and fix paging | Freya Murphy | 2025-04-03 | 1 | -0/+17 |