mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
IPLware support. The `IPLware' program assumes boot menu program
begins with the `jmp 0x2d4' near jump.
This commit is contained in:
parent
7b579aff4c
commit
f5a84cb224
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114521
@ -32,6 +32,10 @@
|
||||
|
||||
.text
|
||||
start:
|
||||
jmp start1
|
||||
|
||||
.org 0x2d4
|
||||
start1:
|
||||
cli
|
||||
movw %cs, %ax
|
||||
movw %ax, %ds
|
||||
|
Loading…
Reference in New Issue
Block a user