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