summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/transitions/librm.S
diff options
context:
space:
mode:
authorMichael Brown2006-05-13 13:45:31 +0200
committerMichael Brown2006-05-13 13:45:31 +0200
commit50806687047310ed2470ceff729f8370640544d8 (patch)
tree2bb4b6a32b7bffb77816780485611f6f7dad5804 /src/arch/i386/transitions/librm.S
parentProvide a global counter for the number of interrupts hooked. (diff)
downloadipxe-50806687047310ed2470ceff729f8370640544d8.tar.gz
ipxe-50806687047310ed2470ceff729f8370640544d8.tar.xz
ipxe-50806687047310ed2470ceff729f8370640544d8.zip
Provide access to rm_cs and rm_ds from protected-mode code.
Diffstat (limited to 'src/arch/i386/transitions/librm.S')
-rw-r--r--src/arch/i386/transitions/librm.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/i386/transitions/librm.S b/src/arch/i386/transitions/librm.S
index 3dca53ab..1fba5c56 100644
--- a/src/arch/i386/transitions/librm.S
+++ b/src/arch/i386/transitions/librm.S
@@ -309,7 +309,9 @@ p2r_jump_target:
.section ".data16"
p2r_jump_vector:
.word p2r_jump_target
+ .globl rm_cs
rm_cs: .word 0
+ .globl rm_ds
.section ".text16.data"
rm_ds: .word 0