]> Zhao Yanbai Git Server - minix.git/commit
. added cd-probe logic; tries to find the right root filesystem
authorBen Gras <ben@minix3.org>
Fri, 22 Jul 2005 18:28:32 +0000 (18:28 +0000)
committerBen Gras <ben@minix3.org>
Fri, 22 Jul 2005 18:28:32 +0000 (18:28 +0000)
commit6e8f484b3b9f24cfec663475a1a213ef63f530c1
tree7fcd88cfcfa0e7b22a4247ac873338ad6903ef5c
parentf73af8573a4ad59f3bb3e8b1bf962aad7f10f5ae
. added cd-probe logic; tries to find the right root filesystem
  if the boot monitor parameter is set. it also sets a boot monitor
  parameter (by talking to the PM) so userland knows it.
. ramdisk copy code made slightly smarter
. various select() prettifications (work in progress)
servers/fs/Makefile
servers/fs/cdprobe.c [new file with mode: 0644]
servers/fs/main.c
servers/fs/proto.h
servers/fs/select.c
servers/fs/super.c
servers/fs/timers.c