Update BOOT_DATA structure and use it instead of all the BOOT_* vars.

git-svn-id: svn://kolibrios.org@7132 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2017-12-17 02:12:53 +00:00
parent b00728a5d1
commit 368d42ffae
18 changed files with 192 additions and 204 deletions

View File

@@ -28,7 +28,7 @@ proc Parser_params
locals
buff rb 4 ; for test cd
endl
mov ax, [OS_BASE+BOOT_BX_FROM_LOAD]
mov ax, [BOOT.bx_from_load]
mov ecx, sysdir_path
mov [ecx-64], dword 'sys'
mov [ecx-2], byte 3