From 196f4a08c94487eb2a4488a0c82b250cf9e0fd8f Mon Sep 17 00:00:00 2001 From: Bernd Boeckmann Date: Sun, 12 May 2024 17:54:17 +0200 Subject: [PATCH] bootnorm.asm: comment fix --- source/fdisk/bootnorm.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/fdisk/bootnorm.asm b/source/fdisk/bootnorm.asm index ed2c635..578190d 100644 --- a/source/fdisk/bootnorm.asm +++ b/source/fdisk/bootnorm.asm @@ -175,7 +175,7 @@ dap: %endif -reserved times 6 db 0 ; bytes 0x440-0x446 may contain operating +reserved times 6 db 0 ; bytes 0x440-0x445 may contain operating ; system specific data parttbl: times PARTTBL_SIZE db 0 ; space for partition table @@ -188,4 +188,4 @@ signature: absolute RELOCATED_OFFSET -driveno resb 1 ; used as byte to store boot drive +driveno resb 1 ; BIOS drive number to boot from