Skip to content
Snippets Groups Projects
Verified Commit 0a3a08d6 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

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

parent e08e3b30
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment