Add stop floppy.
This commit is contained in:
parent
7f437f37f3
commit
e1a55a7b85
1 changed files with 2 additions and 0 deletions
|
@ -446,6 +446,8 @@ bsd_boot(int type, int bootdev)
|
||||||
int clval = 0, i;
|
int clval = 0, i;
|
||||||
struct bootinfo bi;
|
struct bootinfo bi;
|
||||||
|
|
||||||
|
stop_floppy();
|
||||||
|
|
||||||
while (*(++cur_cmdline) && *cur_cmdline != ' ');
|
while (*(++cur_cmdline) && *cur_cmdline != ' ');
|
||||||
str = cur_cmdline;
|
str = cur_cmdline;
|
||||||
while (*str)
|
while (*str)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue