annotate withGRUB2Kernel/boot_header.h @ 19:f8ef856d6691

two new test directory
author Taiki TAIRA <e095767@ie.u-ryukyu.ac.jp>
date Tue, 09 Oct 2012 17:35:53 +0900
parents acdc2c21996a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14
acdc2c21996a chage directory structure
Taiki TAIRA <e095767@ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 #ifndef BOOT_HEADER
acdc2c21996a chage directory structure
Taiki TAIRA <e095767@ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 #define BOOT_HEADER
acdc2c21996a chage directory structure
Taiki TAIRA <e095767@ie.u-ryukyu.ac.jp>
parents:
diff changeset
3
acdc2c21996a chage directory structure
Taiki TAIRA <e095767@ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 #define MSR_EFER 0xc0000080
acdc2c21996a chage directory structure
Taiki TAIRA <e095767@ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 #define EFER_LME 8
acdc2c21996a chage directory structure
Taiki TAIRA <e095767@ie.u-ryukyu.ac.jp>
parents:
diff changeset
6
acdc2c21996a chage directory structure
Taiki TAIRA <e095767@ie.u-ryukyu.ac.jp>
parents:
diff changeset
7 #endif /* BOOT_HEADER */