remove 9bootfat print

cinap_lenrek 2011-05-15 19:19:11 +00:00
parent fe668572ff
commit 266e791298
1 changed files with 0 additions and 1 deletions

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