Revert to more sensible kernel.bs boot scheme
I think i should consider it a necessity that the kernel is accessible as a regular file. This makes installing rdos on another blockdev much easier.
This commit is contained in:
parent
8ed9fe7465
commit
31eac279c2
3 changed files with 5 additions and 36 deletions
|
@ -248,9 +248,6 @@ main: ; Set up BP to point to BPB
|
|||
; load root directory
|
||||
call loadr
|
||||
|
||||
; search for first system directory
|
||||
mov ah, 0x14
|
||||
call loadf
|
||||
; search for first system file
|
||||
mov ah, 0x04
|
||||
call loadf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue