genode/repos/base-hw/src/core/spec/x86_64
Reto Buerki a5efe04656 hw_x86_64: Add virt_base paramater to Idt::setup function
Use parameter instead of class member variable because it would get
stored into the mtc region otherwise. In a further iteration only the
actual IDT should be saved into the mtc, not the complete class
instance. Currently the class instance size is equal to the IDT table
size.
2015-03-27 11:53:27 +01:00
..
kernel hw_x86_64: Prefix gdt labels with _mt 2015-03-27 11:53:26 +01:00
crt0.s hw: skeleton for building on x86_64 2015-03-27 11:53:16 +01:00
idt.cc hw_x86_64: Add virt_base paramater to Idt::setup function 2015-03-27 11:53:27 +01:00
mode_transition.s hw_x86_64: Calculate limit using _mt_gdt_end in Gdt::load 2015-03-27 11:53:27 +01:00
tss.cc hw_x86_64: Make Tss member functions non-static 2015-03-27 11:53:25 +01:00