summaryrefslogtreecommitdiff
path: root/src/memory/memory.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* formattingtrimill2024-02-031-4/+4
|
* alloc on write paging, -O3 compile works, 'volatile' is the story of my lifeFreya Murphy2024-02-031-1/+0
|
* refactor, new arch dirs, (wip) page alloc on write, hsv screen (convert to ↵Freya Murphy2024-02-031-1/+1
| | | | userspace later), other fixes
* looping kalloc can allocate all of memory (sometimes) :3Freya Murphy2024-02-021-2/+9
|
* follow the corn style guidetrimill2024-02-011-1/+1
|
* acpi, fix mboot memory map, fix kalloc, fix virtalloc node allocator, add ↵Freya Murphy2024-02-011-22/+12
| | | | kprintf, other changes
* better mboot and kallocFreya Murphy2024-01-311-0/+214