diff options
| author | H. Peter Anvin <hpa@zytor.com> | 2010-02-06 16:28:05 -0800 |
|---|---|---|
| committer | H. Peter Anvin <hpa@zytor.com> | 2010-02-06 16:28:48 -0800 |
| commit | ec7ce064361a4900d27bfe4a2040d4443ca2519c (patch) | |
| tree | d6674d4fa37b2c213e16be363a242b5d01dc73f2 /core/comboot.inc | |
| parent | c823e677c273321821975fa4bd512f7eabf0ce51 (diff) | |
| download | syslinux-ec7ce064361a4900d27bfe4a2040d4443ca2519c.tar.gz | |
pxelinux: give our own IP address in the "derivate info" API call
Add our own IP address to the "get derivative-specific info" API call.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'core/comboot.inc')
| -rw-r--r-- | core/comboot.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/comboot.inc b/core/comboot.inc index cdba16d5..82b158f8 100644 --- a/core/comboot.inc +++ b/core/comboot.inc @@ -577,6 +577,8 @@ comapi_derinfo: mov P_SI,ax mov ax,[InitStack+2] mov P_FS,ax + mov eax,[MyIP] + mov P_ECX,eax %else ; Physical medium... |
