mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04: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
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,10 @@
|
|||
|
||||
.text
|
||||
start:
|
||||
jmp start1
|
||||
|
||||
.org 0x2d4
|
||||
start1:
|
||||
cli
|
||||
movw %cs, %ax
|
||||
movw %ax, %ds
|
||||
|
|
|
|||
Loading…
Reference in a new issue