summaryrefslogtreecommitdiff
path: root/src/print.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix acpi on uefi, kprint fixesFreya Murphy2024-02-031-0/+5
|
* acpi table loading and shutdown works, plus mmap fix :3Freya Murphy2024-02-031-11/+13
|
* rework kprintfFreya Murphy2024-02-031-272/+424
|
* refactor, new arch dirs, (wip) page alloc on write, hsv screen (convert to ↵Freya Murphy2024-02-031-12/+23
| | | | userspace later), other fixes
* improved debugger, refactoredtrimill2024-02-031-1/+7
|
* better print and memFreya Murphy2024-02-021-1/+7
|
* acpi, fix mboot memory map, fix kalloc, fix virtalloc node allocator, add ↵Freya Murphy2024-02-011-0/+564
kprintf, other changes