diff options
Diffstat (limited to 'sys/arch/i386/boot/boot.c')
-rw-r--r-- | sys/arch/i386/boot/boot.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/arch/i386/boot/boot.c b/sys/arch/i386/boot/boot.c index 77b91bbe05e..648535dfa41 100644 --- a/sys/arch/i386/boot/boot.c +++ b/sys/arch/i386/boot/boot.c @@ -272,10 +272,6 @@ nosyms: * arg7 = conventional memory size (640) * arg8 = extended memory size (8196) */ - if (maj == 2) { - printf("\n\nInsert file system floppy\n"); - getc(); - } startaddr &= 0xffffff; argv[1] = howto; |