Mirror of most important branches of the main Sortix repository
Go to file
Jonas 'Sortie' Termansen ba9b715c59 Added a global variable at the end of the kernel to detect its size.
This lets the kernel use any memory not directly used by it or the
init ramdisk. Although, now we test whether the kernel fits into
the identitymapped area. It can't really grow down there, unless it
wants to collide with user-space. Instead, modules and the like
(when they are invented), should be put in the upper memory. Or in
their own user-space process, yay, microkernel!
2011-12-23 13:09:09 +01:00
bench uptime(2) now reports usecs instead of msecs. 2011-12-04 21:27:21 +01:00
debsrc The produced deb file now contains the proper installed-size field. 2011-10-16 17:58:19 +02:00
games Added auto-completion to snake for debugging purposes. 2011-12-06 14:18:15 +01:00
initrd The Sortix programs are now compiled into initrd/. 2011-08-28 12:42:06 +02:00
isosrc/boot/grub Initial version of Sortix. 2011-08-05 14:25:00 +02:00
libmaxsi The initial ramdisk is now mapped onto a special location. 2011-12-22 14:13:18 +01:00
mkinitrd Removed excess space. 2011-12-04 21:31:53 +01:00
mxmpp Removed references to mksound from mxmpp. 2011-12-04 21:33:23 +01:00
sortix Added a global variable at the end of the kernel to detect its size. 2011-12-23 13:09:09 +01:00
subsystem Initial version of Sortix. 2011-08-05 14:25:00 +02:00
utils Added calc, an integer-based reverse polish notation calculator. 2011-12-17 11:40:16 +01:00
.gitignore Initial signal support. Please squash improvements into this commit. 2011-11-23 00:19:09 +01:00
Makefile Begun development of Sortix 0.6. 2011-12-06 01:28:23 +01:00
crosscompilemakefile.mak Added -fno-exceptions to the cross compiler flags. 2011-12-16 18:46:56 +01:00
gpl.html Added the GNU licenses used for Sortix. 2011-08-27 14:47:43 +02:00
lgpl.html Added the GNU licenses used for Sortix. 2011-08-27 14:47:43 +02:00