From 58fc4a08dd88fe579ce6c52c54fd23c4390540fb Mon Sep 17 00:00:00 2001 From: Elaina Claus Date: Thu, 11 Sep 2025 17:33:08 -0400 Subject: [PATCH] more me just reviewing the code base and comments --- src/vbr/vbr.nasm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/vbr/vbr.nasm b/src/vbr/vbr.nasm index f091167..fba43f0 100755 --- a/src/vbr/vbr.nasm +++ b/src/vbr/vbr.nasm @@ -85,10 +85,6 @@ init: %include "util/kmem_func.nasm" %include "util/error_func.nasm" -; ############### -; End Section -; ############### - ; ; byte boot_drive @ bp - 2 ; word part_offset @ bp - 4 @@ -96,7 +92,7 @@ init: ALIGN 4, db 0x90 main: mov byte [bp - 2], dl ; boot_drive - mov word [bp - 4], si ; part_offset + mov word [bp - 4], si ; part_offset (i.e offset into partition table our boot partition is mov word [bp - 6], bx ; partition_table .load_fs_data: