more me just reviewing the code base and comments

This commit is contained in:
2025-09-11 17:33:08 -04:00
parent 3da2af2d2d
commit 58fc4a08dd

View File

@@ -85,10 +85,6 @@ init:
%include "util/kmem_func.nasm" %include "util/kmem_func.nasm"
%include "util/error_func.nasm" %include "util/error_func.nasm"
; ###############
; End Section
; ###############
; ;
; byte boot_drive @ bp - 2 ; byte boot_drive @ bp - 2
; word part_offset @ bp - 4 ; word part_offset @ bp - 4
@@ -96,7 +92,7 @@ init:
ALIGN 4, db 0x90 ALIGN 4, db 0x90
main: main:
mov byte [bp - 2], dl ; boot_drive 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 mov word [bp - 6], bx ; partition_table
.load_fs_data: .load_fs_data: