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:
Nero 2020-09-20 19:58:19 +02:00
parent 8ed9fe7465
commit 31eac279c2
3 changed files with 5 additions and 36 deletions

View file

@ -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