Fall back to sector after bootloader if no partition table is found

This commit is contained in:
Jeremy Soller
2020-02-05 20:56:12 -07:00
parent e08e3b301d
commit 0a3a08d6ff
+2 -4
View File
@@ -29,8 +29,6 @@ find_redoxfs_partition:
.notfound:
mov si, .no_partition_found_msg
call print
.halt:
cli
hlt
jmp .halt
mov eax, (startup_end - boot) / 512
ret
.no_partition_found_msg: db "No MBR partition with type 0x83 found", 0xA, 0xD, 0