From e6cf7f0ae136a2a7de34922355b9fe5d73447493 Mon Sep 17 00:00:00 2001 From: "K. Lange" Date: Tue, 27 Mar 2018 19:51:09 +0900 Subject: [PATCH] Fix progress bar filling two lines when it finishes --- boot/cstuff.c | 1 - 1 file changed, 1 deletion(-) diff --git a/boot/cstuff.c b/boot/cstuff.c index a46380f5..86375bcb 100644 --- a/boot/cstuff.c +++ b/boot/cstuff.c @@ -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();