Fix progress bar filling two lines when it finishes

This commit is contained in:
K. Lange 2018-03-27 19:51:09 +09:00 committed by Kevin Lange
parent 274261d5ba
commit e6cf7f0ae1

View File

@ -271,7 +271,6 @@ done:
}
ata_device_read_sector_atapi(device, i, (uint8_t *)KERNEL_LOAD_START + offset);
}
print_("\n");
attr = 0x07;
print("Done.\n");
move_kernel();