mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
16 lines
416 B
Text
16 lines
416 B
Text
|
; This file is vital. It tells the linker how to order some functions
|
||
|
; and some data, that unfortunately is assumed to be at low location
|
||
|
; and in known order to eachother respectively?
|
||
|
|
||
|
MultibootStub
|
||
|
our_memmove
|
||
|
dummy_placeholder
|
||
|
NtProcessStartup@4
|
||
|
initialize_page_directory
|
||
|
relocate_pointer_log_to_phys
|
||
|
; Order some data that there is some assumptions about...
|
||
|
init_stack
|
||
|
init_stack_top
|
||
|
trap_stack
|
||
|
trap_stack_top
|