diff options
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... |