From bb57b124d1bb385d41747f50be7dd4f3625539c1 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 24 Nov 2019 23:34:32 +0100 Subject: Major coding style reformatting -> Kernighan & Ritchie This project now (hopefully) uses the same style recommended by Kernighan and Ritchie and used in the Linux Kernel --- src/bootloader/hdd1.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bootloader/hdd1.asm') diff --git a/src/bootloader/hdd1.asm b/src/bootloader/hdd1.asm index c347625..514deca 100644 --- a/src/bootloader/hdd1.asm +++ b/src/bootloader/hdd1.asm @@ -72,7 +72,7 @@ readwholefile: ret welcome db "Melvix", 0x0A, 0x0D, 0x00 -nolba db "BIOS lacks support for LBA addressing.", 0x00 +nolba db "BIOS lacks support for lba addressing.", 0x00 signaturebad db "Bad disk signature.", 0x00 start: -- cgit v1.2.3