Maxim Sobolev fb74e5f595 Add splitfs vfs layer into libstand, which allows loading big kernels and
modules split across several physical medias. Following is how it works:

The splitfs code, when asked to open "foo" looks for a file "foo.split"
which is a text file containing a list of filenames and media names, e.g.

	foo.aa "Kernel floppy 1"
	foo.ab "Kernel floppy 2"
	foo.ac "Kernel and modules floppy"

For each file segment, the process is:

- try to open the file
- prompt "Insert the disk labelled <whatever> and press any key..."
- try to open the file
- return error if file could not be located

RE team is free to use this feature in the upcoming 5.0-DP1.

Reviewed by:	msmith, dcs
2002-03-17 12:18:05 +00:00
..
2001-09-30 21:06:00 +00:00
2001-07-09 23:12:23 +00:00
2001-03-27 17:27:19 +00:00
2001-03-27 17:27:19 +00:00
2001-09-30 21:41:46 +00:00
2001-09-30 22:02:43 +00:00
2002-03-15 18:09:32 +00:00
2001-03-27 17:27:19 +00:00
2002-01-06 08:47:19 +00:00
2002-03-06 15:24:51 +00:00
2001-12-21 18:26:01 +00:00
2001-03-27 17:27:19 +00:00
2002-03-11 22:53:27 +00:00
2002-03-01 01:58:20 +00:00
2001-09-30 22:02:43 +00:00