view 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
line wrap: on
line source

#ifndef BOOT_HEADER
#define BOOT_HEADER

#define MSR_EFER 0xc0000080
#define EFER_LME 8

#endif /* BOOT_HEADER */