acpi: read ioapic & local apic bases

git-svn-id: svn://kolibrios.org@2212 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2011-09-19 18:35:05 +00:00
parent 39db646ff8
commit f95c868e2f
10 changed files with 286 additions and 92 deletions

View File

@@ -21,12 +21,10 @@ saverd_fileinfo:
endg
sysfn_saveramdisk: ; 18.6 = SAVE FLOPPY IMAGE (HD version only)
call restorefatchain
mov eax, saverd_fileinfo
mov ebx, saverd_fileinfo
mov [saverd_fileinfo.name], ecx
pushad
push eax
call file_system_lfn
pop eax
call file_system_lfn ;in ebx
popad
mov [esp+32], eax
ret