Mirror of most important branches of the main Sortix repository
Go to file
Jonas 'Sortie' Termansen 66c058fba1 Refactored virtual memory management, making it less buggy.
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.
2011-08-07 00:18:41 +02:00
debsrc Initial version of Sortix. 2011-08-05 14:25:00 +02:00
hello Initial version of Sortix. 2011-08-05 14:25:00 +02:00
isosrc/boot/grub Initial version of Sortix. 2011-08-05 14:25:00 +02:00
libmaxsi Refactored virtual memory management, making it less buggy. 2011-08-07 00:18:41 +02:00
mxmpp Initial version of Sortix. 2011-08-05 14:25:00 +02:00
sortix Refactored virtual memory management, making it less buggy. 2011-08-07 00:18:41 +02:00
subsystem Initial version of Sortix. 2011-08-05 14:25:00 +02:00
Makefile Initial version of Sortix. 2011-08-05 14:25:00 +02:00