remove incorrect debug message from bootloader

This commit is contained in:
K. Lange 2018-04-12 15:00:10 +09:00 committed by Kevin Lange
parent a7975b96df
commit 6fb392b110

View File

@ -204,7 +204,6 @@ static void do_it(struct ata_device * _device) {
print("\n - bad sector size\n");
return;
}
print("Locating stage2...\n");
for (int i = 0x10; i < 0x15; ++i) {
ata_device_read_sector_atapi(device, i, (uint8_t *)root);
switch (root->type) {