minix/drivers/memory/ramdisk
Ben Gras 89bf7bae27 - tty: only report unrecognized scancodes once; forget about
remembering the origin and cursor position as that feature didn't
   really work properly anyway
 - tty: map in video and font memory using a vm call, access it from C,
   thereby eliminating pesky weird segment calls and assembly to access it,
   and unbreaks loadfont (Roman Ignatov)
 - bios_wini: fix bios_wini by allocating a <1MB buffers for it
 - memory: preallocate ramdisk, makes it a bit faster (and doesn't
   fail halfway if you allocate a huge one)
 - floppy: use <1MB buffer
 - ramdisk proto: because of the 2x1 page reservations, binaries
   got a little fatter and didn't fit on the ramdisk any more.
   increase it.
2009-09-21 14:25:54 +00:00
..
bintoc.c Initial root filesystem is now on a ramdisk that is part of the image. 2006-02-15 11:18:21 +00:00
Makefile don't call mkdep with an absolute path 2007-02-08 16:26:20 +00:00
mtab Initial root filesystem is now on a ramdisk that is part of the image. 2006-02-15 11:18:21 +00:00
proto - tty: only report unrecognized scancodes once; forget about 2009-09-21 14:25:54 +00:00
proto.sh Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
rc Added a hack to start binaries from the boot image only. In particular, setting 2009-08-18 11:36:01 +00:00