Provide access to rm_cs and rm_ds from protected-mode code.

This commit is contained in:
Michael Brown
2006-05-13 11:45:31 +00:00
parent dc8d429ec6
commit 5080668704
2 changed files with 6 additions and 1 deletions

View File

@@ -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