diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-15 19:19:11 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-15 19:19:11 +0000 |
commit | 266e791298a30748fd930c5c460bc4d3b2c7f961 (patch) | |
tree | 92088c6ca6d4d1ed11dd2bba98575f62ae640145 /sys/src/boot | |
parent | fe668572ff7b8c8968f78bd9173d7d1c6e624a23 (diff) |
remove 9bootfat print
Diffstat (limited to 'sys/src/boot')
-rw-r--r-- | sys/src/boot/pc/fat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/boot/pc/fat.c b/sys/src/boot/pc/fat.c index a81880b5c..d313c6f0f 100644 --- a/sys/src/boot/pc/fat.c +++ b/sys/src/boot/pc/fat.c @@ -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(); |