WIP for config.sys parsing
This commit is contained in:
parent
80a7b03ddc
commit
2c2720323c
4 changed files with 56 additions and 1 deletions
|
@ -38,6 +38,8 @@ init:
|
|||
mov ds, ax
|
||||
mov es, ax
|
||||
|
||||
call config_first_run
|
||||
|
||||
mov di, kernel_end
|
||||
call drive_setup
|
||||
|
||||
|
@ -56,5 +58,6 @@ init:
|
|||
hlt
|
||||
jmp .halt
|
||||
|
||||
%include "config.asm"
|
||||
|
||||
kernel_end:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue