History log of /barrelfish-master/kernel/include/arch/x86/x86.h
Revision Date Author Comments
# 9bd8d1d5 03-Apr-2019 Reto Achermann <reto.achermann@inf.ethz.ch>

replacing umlaute and fixing address in headers Haldeneggsteig -> Universitaetsstrasse

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>


# e5692154 17-Dec-2013 Gerd Zellweger <mail@gerdzellweger.com>

Use monitor/mwait function that were already there

Refactored some of the code, have a function that checks for monitor/mwait
support before.


# f4501d63 13-Apr-2014 Reto Achermann <acreto@student.ethz.ch>

Added architecture specific switches to the kernel files.


# 18bbc274 06-Apr-2014 Reto Achermann <acreto@student.ethz.ch>

Added: Linux boot param structure for getting the information from the boot loader Added: K1OM specific offsets and files Removed: Unsupported assembly instructions from the code Changed hake gcc to k1om-mpps-linux-gcc Added auto upload to babybel when building target k1om


# dae5e741 12-Dec-2011 Mothy <troscoe@inf.ethz.ch>

Mackerel now allows "noaddr" registers, which can model co-processors, etc.
This allows considerable cleanup in the x86 code; 32-bit on the way soon.
Redundant ia32_spaces header, since this was not used.
Documented extensions to Mackerel syntax.


# f71b4c9e 07-Dec-2011 Mothy <troscoe@inf.ethz.ch>

Fixed weird crashing bug.

--HG--
rename : devices/x86_64_pagetable.dev => devices/amd64.dev


# 5bb6fbd0 09-Nov-2011 Mothy <troscoe@inf.ethz.ch>

Fixed several serious Mackerel bugs (including access to fields in datatypes larger than 64 bits)
Added support for register types to be constant types.
Converted ia32_dev to the Shift driver rather than the old Bitfield driver.


# 9299dcef 08-Jul-2011 Stefan Kästle <stefan.kaestle@inf.ethz.ch>

Initial version of public stable barrelfish repository.