Discussion on the future of floppies in 5.x and 6.x
Avleen Vig
lists-freebsd at silverwraith.com
Sun Jan 11 13:34:37 PST 2004
On Sun, Jan 11, 2004 at 09:24:38PM +0100, Nicolas Rachinsky wrote:
> > Now, who wants to give this a try?
>
> OK, I tried now the following:
>
> I made copies of the 4.9 RELEASE Floppies, split the half of the
> kernel and mfsroot to another floppy and added two appropriate
> splitfiles.
>
> Afterwards booting from these four disks worked fine.
OK, someone help me out here :)
I was going to try this with a range of floppies (4.8, 4.9, 5.1, 5.2,
etc), but I can't figure out what to do with splitfs.c
gcc -o splitfs /usr/src/lib/libstand/splitfs.c
/usr/lib/crt1.o: In function `_start':
/usr/lib/crt1.o(.text+0x85): undefined reference to `main'
/tmp/cc1Xbt2V.o: In function `splitfs_open':
/tmp/cc1Xbt2V.o(.text+0x239): undefined reference to `fgetstr'
/tmp/cc1Xbt2V.o: In function `splitfs_seek':
/tmp/cc1Xbt2V.o(.text+0x695): undefined reference to `panic'
/tmp/cc1Xbt2V.o(.text+0x801): undefined reference to `panic'
/tmp/cc1Xbt2V.o(.data+0x10): undefined reference to `null_write'
/tmp/cc1Xbt2V.o(.data+0x1c): undefined reference to `null_readdir'
I'm guessing that's not the right thing to do.
More information about the freebsd-hackers
mailing list