mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
66c058fba1
uintptr_t is now replaced with addr_t when referring to physical memory addresses in Sortix. Many bugs in the previous memory management code have been fixed. The new interface is less flexible - but should prove more solid as the nasty internals have been hidden away. The current interface design should also make the code more 64-bit ready/friendly. And so on. |
||
---|---|---|
.. | ||
base.s | ||
bits.h | ||
boot.s | ||
gdt.asm | ||
interrupt.asm | ||
memorymanagement-asm.s | ||
x86.cpp | ||
x86.h |