minor cleanup and add dev enviroment files to gitignore

This commit is contained in:
2024-12-20 02:07:46 +00:00
parent 9918f2367e
commit d6e8a2a923
3 changed files with 4 additions and 25 deletions

View File

@@ -169,8 +169,6 @@ main:
call EnterUnrealMode
print_string UnrealMode_OK_info
; FAT Driver setup
call InitFATDriver
print_string InitFATSYS_OK_info
@@ -401,26 +399,6 @@ BootTarget:
; pre-bss init globals (generally const...but there are exceptions)
;
align 8, db 0x00
boot_drive:
db 0x00
align 8, db 0x00
partition_offset:
dw 0x0000
align 8, db 0x00
vbr_fat32_bpb_ptr:
dw 0x0000
align 8, db 0x00
vbr_part_table_ptr:
dw 0x0000
;
; pre-bss init globals (generally const...but there are exceptions)
;
align 8, db 0x00
boot_drive:
db 0x00