aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/boot/trampoline.S
diff options
context:
space:
mode:
authorKeir Fraser <keir@xensource.com>2007-10-22 21:06:11 +0100
committerKeir Fraser <keir@xensource.com>2007-10-22 21:06:11 +0100
commit92c2f8054e9ef54fc218989c83c53591dc9dcbce (patch)
tree0ef30b4b71cbf8132fe0138dd32eb4c8d42ec068 /xen/arch/x86/boot/trampoline.S
parentde91f88afe9c50141f681469fbed357571f1c3eb (diff)
downloadxen-92c2f8054e9ef54fc218989c83c53591dc9dcbce.tar.gz
xen-92c2f8054e9ef54fc218989c83c53591dc9dcbce.tar.bz2
xen-92c2f8054e9ef54fc218989c83c53591dc9dcbce.zip
x86: small boot-time changes:
* use memory 0x8c000-0x90000 to avoid trampling the area above 0x90000 -- some bootloaders may leave droppings in that region * reserve 2kB for vga mode table -- limit of 128 VESA modes could overflow the original 1kB allocation * remove unnecessary alignment of trampoline GDT
Diffstat (limited to 'xen/arch/x86/boot/trampoline.S')
-rw-r--r--xen/arch/x86/boot/trampoline.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/arch/x86/boot/trampoline.S b/xen/arch/x86/boot/trampoline.S
index ab4c46e728..95a9d013de 100644
--- a/xen/arch/x86/boot/trampoline.S
+++ b/xen/arch/x86/boot/trampoline.S
@@ -22,7 +22,6 @@ trampoline_realmode_entry:
idt_48: .word 0, 0, 0 # base = limit = 0
gdt_48: .word 6*8-1
.long bootsym_phys(trampoline_gdt)
- .align 8
trampoline_gdt:
/* 0x0000: unused */
.quad 0x0000000000000000