From 12033fe1b2eac0f37cd3ea78b81a725df687d83c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Kala=C5=A1=20=28Floxen=29?= Date: Mon, 13 Jul 2026 21:56:46 +0200 Subject: [PATCH] =?UTF-8?q?Bootloader:=20na=C4=8D=C3=ADt=C3=A1n=C3=AD=20po?= =?UTF-8?q?=C4=8Dtu=20sektor=C5=AF=20j=C3=A1dra=20z=20generovan=C3=A9ho=20?= =?UTF-8?q?include?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- boot/stage2.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/stage2.asm b/boot/stage2.asm index 71a838d..97ab485 100644 --- a/boot/stage2.asm +++ b/boot/stage2.asm @@ -11,8 +11,8 @@ jmp start2 %include "disk.asm" +%include "kernel_sectors.inc" -KERNEL_SECTORS equ 256 KERNEL_START_LBA equ 17 KERNEL_LOAD_SEG equ 0x1000 PML4_ADDR equ 0x00070000