From 08ab6eb8e5be78d6362fccb95cdf825cd977d934 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 1 May 2017 19:07:34 +0200 Subject: write vga strings and some cursor handling --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 0d9cc1e..ec9e466 100644 --- a/src/Makefile +++ b/src/Makefile @@ -8,7 +8,7 @@ image.bin: boot.bin kernel.bin cat boot.bin kernel.bin > image.bin # truncate to correct number of sectors, we have # 512 (boot, first stage) + N * 512 (N currenty is 3) + M * 512 (M is currently 3) - truncate -s 3584 image.bin + truncate -s 4096 image.bin boot.bin: boot.asm gdt.asm stage1_functions.asm stage2_functions.asm switch_mode.asm nasm boot.asm -f bin -o boot.bin -- cgit v1.2.3-54-g00ecf