remove 9bootfat print

This commit is contained in:
cinap_lenrek 2011-05-15 19:19:11 +00:00
parent fe668572ff
commit 266e791298

View 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();