IPLware support. The `IPLware' program assumes boot menu program

begins with the `jmp 0x2d4' near jump.
This commit is contained in:
KATO Takenori 2003-05-02 09:33:12 +00:00
parent 7b579aff4c
commit f5a84cb224
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114521

View File

@ -32,6 +32,10 @@
.text
start:
jmp start1
.org 0x2d4
start1:
cli
movw %cs, %ax
movw %ax, %ds