mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
b1adc9e47f
svn path=/trunk/; revision=8046
16 lines
416 B
Plaintext
16 lines
416 B
Plaintext
; 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
|