From 7aea8d20ec8816759c8439fc39d90579fc37e18b Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Wed, 27 Aug 2014 23:10:04 +0200 Subject: cleanup and switched logging to vesa mode console! --- boot/mbr.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'boot/mbr.asm') diff --git a/boot/mbr.asm b/boot/mbr.asm index bb1fc2b..26d13bf 100644 --- a/boot/mbr.asm +++ b/boot/mbr.asm @@ -56,13 +56,13 @@ jmp boot_16 ;start boot process BOOT_DRIVE: db 0xff STR_VERSION: - db "v0.3~",0 + db "Fool Boot Loader v0.3.1~",0 VESA_CHECK1: - db "vesa1.",0 + db " VESA: Get Info.",0 VESA_CHECK2: - db "vesa2.",0 + db " VESA: Get Mode Info.",0 VESA_CHECK3: - db "vesa3.",0 + db " VESA: Set Mode.",0 ;lets put our temporary GDT (Global Descriptor Table) here ;kernel should move this away -- cgit v1.2.3