mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 18:12:36 +03:00
Provide access to rm_cs and rm_ds from protected-mode code.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user