use relative addressing in all assembly files
This commit is contained in:
parent
b539b6302c
commit
f5ccce54a4
9 changed files with 9 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
|
||||
bits 64
|
||||
default rel
|
||||
|
||||
;both defined in interrupts.c
|
||||
extern isr_exception_c
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
|
||||
bits 64
|
||||
default rel
|
||||
|
||||
;both defined in paging.c
|
||||
extern kernel_p4_physical_address
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
|
||||
bits 64
|
||||
default rel
|
||||
|
||||
section .text
|
||||
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
|
||||
bits 64
|
||||
default rel
|
||||
|
||||
extern running_thread
|
||||
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
|
||||
bits 64
|
||||
default rel
|
||||
|
||||
section .text
|
||||
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
|
||||
bits 64
|
||||
default rel
|
||||
|
||||
extern resume_next_continuation
|
||||
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
|
||||
bits 64
|
||||
default rel
|
||||
|
||||
extern destroy_syscall_stack
|
||||
extern create_syscall_stack
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
|
||||
bits 64
|
||||
default rel
|
||||
|
||||
section .text
|
||||
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
|
||||
bits 64
|
||||
default rel
|
||||
|
||||
section .text
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue