aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/boot/x86_64.S
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2005-02-04 14:48:37 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2005-02-04 14:48:37 +0000
commit18046c82912b1c7e9b0a05a648699d3ec2220d57 (patch)
treef122d78a471f92e775a57f902c63f52ca9f79525 /xen/arch/x86/boot/x86_64.S
parenta586337b7862caa3244283db549a3078ae9758d3 (diff)
downloadxen-18046c82912b1c7e9b0a05a648699d3ec2220d57.tar.gz
xen-18046c82912b1c7e9b0a05a648699d3ec2220d57.tar.bz2
xen-18046c82912b1c7e9b0a05a648699d3ec2220d57.zip
bitkeeper revision 1.1159.212.85 (42038b45EjUo-1JiSCHXW0Wav4TZGQ)
x86_64 progress: now entering ring 3. Need a hypercall (SYSCALL) entry point, and some kind of DOM0 image to test against. Signed-off-by: keir.fraser@cl.cam.ac.uk
Diffstat (limited to 'xen/arch/x86/boot/x86_64.S')
-rw-r--r--xen/arch/x86/boot/x86_64.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/boot/x86_64.S b/xen/arch/x86/boot/x86_64.S
index fa9ea1b5c1..2e559afd13 100644
--- a/xen/arch/x86/boot/x86_64.S
+++ b/xen/arch/x86/boot/x86_64.S
@@ -189,7 +189,7 @@ ignore_int:
ENTRY(gdt_table)
.fill FIRST_RESERVED_GDT_ENTRY,8,0
.quad 0x0000000000000000 /* unused */
- .quad 0x00cf9a000000ffff /* 0x0808 ring 0 code, compatability */
+ .quad 0x00cf9a000000ffff /* 0x0808 ring 0 code, compatibility */
.quad 0x00af9a000000ffff /* 0x0810 ring 0 code, 64-bit mode */
.quad 0x00cf92000000ffff /* 0x0818 ring 0 data */
.quad 0x00cffa000000ffff /* 0x0823 ring 3 code, compatibility */