WIP for config.sys parsing

This commit is contained in:
Nero 2019-09-25 20:45:50 +00:00
parent 80a7b03ddc
commit 2c2720323c
4 changed files with 56 additions and 1 deletions

View file

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