]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/boot/pc/fat.c
remove 9bootfat print
[plan9front.git] / sys / src / boot / pc / fat.c
index a81880b5ce50d22fcf77efee3b37a57c476b7a4c..d313c6f0f27fadc9b48aab17f16ad0bc182d8375 100644 (file)
@@ -358,7 +358,6 @@ start(void *sp)
        /* drive passed in DL */
        drive = ((ushort*)sp)[5] & 0xFF;
 
-       print("9bootfat\r\n");
        if(findfat(&fat, drive)){
                print("no fat\r\n");
                halt();