diff --git a/shared_src/boot.c b/shared_src/boot.c index e67dd8c83..14b0700b7 100644 --- a/shared_src/boot.c +++ b/shared_src/boot.c @@ -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)