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
|
bits 64
|
||||||
|
default rel
|
||||||
|
|
||||||
;both defined in interrupts.c
|
;both defined in interrupts.c
|
||||||
extern isr_exception_c
|
extern isr_exception_c
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
|
|
||||||
bits 64
|
bits 64
|
||||||
|
default rel
|
||||||
|
|
||||||
;both defined in paging.c
|
;both defined in paging.c
|
||||||
extern kernel_p4_physical_address
|
extern kernel_p4_physical_address
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
|
|
||||||
bits 64
|
bits 64
|
||||||
|
default rel
|
||||||
|
|
||||||
section .text
|
section .text
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
|
|
||||||
bits 64
|
bits 64
|
||||||
|
default rel
|
||||||
|
|
||||||
extern running_thread
|
extern running_thread
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
|
|
||||||
bits 64
|
bits 64
|
||||||
|
default rel
|
||||||
|
|
||||||
section .text
|
section .text
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
|
|
||||||
bits 64
|
bits 64
|
||||||
|
default rel
|
||||||
|
|
||||||
extern resume_next_continuation
|
extern resume_next_continuation
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
|
|
||||||
bits 64
|
bits 64
|
||||||
|
default rel
|
||||||
|
|
||||||
extern destroy_syscall_stack
|
extern destroy_syscall_stack
|
||||||
extern create_syscall_stack
|
extern create_syscall_stack
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
|
|
||||||
bits 64
|
bits 64
|
||||||
|
default rel
|
||||||
|
|
||||||
section .text
|
section .text
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
|
|
||||||
bits 64
|
bits 64
|
||||||
|
default rel
|
||||||
|
|
||||||
section .text
|
section .text
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue