Add stop floppy.

This commit is contained in:
erich 1998-06-01 00:13:53 +00:00
parent 7f437f37f3
commit e1a55a7b85

View file

@ -446,6 +446,8 @@ bsd_boot(int type, int bootdev)
int clval = 0, i;
struct bootinfo bi;
stop_floppy();
while (*(++cur_cmdline) && *cur_cmdline != ' ');
str = cur_cmdline;
while (*str)