mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 01:08:55 +00:00
hw_x86_64: assemble TSS and IDT statically
* remove alignment restrictions of code64 entrypoint Ref #2092
This commit is contained in:
committed by
Christian Helmuth
parent
bb10afa266
commit
b6490e913f
@ -20,14 +20,12 @@ SRC_CC += spec/x86/io_port_session_support.cc
|
||||
SRC_CC += spec/x86_64/bios_data_area.cc
|
||||
SRC_CC += spec/x86_64/cpu.cc
|
||||
SRC_CC += spec/x86_64/fpu.cc
|
||||
SRC_CC += spec/x86_64/idt.cc
|
||||
SRC_CC += spec/x86_64/kernel/cpu.cc
|
||||
SRC_CC += spec/x86_64/kernel/cpu_context.cc
|
||||
SRC_CC += spec/x86_64/kernel/pd.cc
|
||||
SRC_CC += spec/x86_64/kernel/thread.cc
|
||||
SRC_CC += spec/x86_64/kernel/thread.cc
|
||||
SRC_CC += spec/x86_64/platform_support_common.cc
|
||||
SRC_CC += spec/x86_64/tss.cc
|
||||
|
||||
NR_OF_CPUS = 1
|
||||
|
||||
|
Reference in New Issue
Block a user