Clean branch main from acpi stuff, move it to branch acpi
This commit is contained in:
parent
129e6d4fe7
commit
b5bd088e09
23
umka.asm
23
umka.asm
@ -694,6 +694,19 @@ mem_test:
|
||||
init_mem:
|
||||
init_page_map:
|
||||
ahci_init:
|
||||
enable_acpi:
|
||||
acpi.call_name:
|
||||
acpi.count_nodes:
|
||||
acpi.aml.init:
|
||||
aml._.attach:
|
||||
acpi.fill_pci_irqs:
|
||||
pci.walk_tree:
|
||||
acpi.aml.new_thread:
|
||||
aml._.alloc_node:
|
||||
aml._.constructor.integer:
|
||||
aml._.constructor.package:
|
||||
acpi._.lookup_node:
|
||||
acpi._.print_tree:
|
||||
ret
|
||||
|
||||
alloc_pages:
|
||||
@ -705,6 +718,16 @@ map_page:
|
||||
map_memEx:
|
||||
ret 20
|
||||
|
||||
uglobal
|
||||
acpi_ctx dd ?
|
||||
acpi_usage dd ?
|
||||
acpi_node_alloc_cnt dd ?
|
||||
acpi_node_free_cnt dd ?
|
||||
pci_root dd ?
|
||||
acpi_root dd ?
|
||||
acpi_dev_next dd ?
|
||||
endg
|
||||
|
||||
sys_msg_board equ __pex0
|
||||
delay_ms equ __pex1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user