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. |
||
---|---|---|
.. | ||
c | ||
decl | ||
hsrc | ||
c++.cpp | ||
error.cpp | ||
format.cpp | ||
io.cpp | ||
Makefile | ||
memory.cpp | ||
start.s | ||
string.cpp | ||
thread.cpp |