Displaying 1 result from an estimated 1 matches for "000eh".
Did you mean:
000e
2008 Nov 03
1
[PATCH 1/1] COMBOOT: add get config file full name
...om>
---
Returns the full configuration file name. Int 22h AX 001Eh for now as
it appears that the COMBOOT API is designed to be strictly sequential.
The API gets extended but only implemented (for now) for SYSLINUX in
ldlinux.asm. Implementation and documentation are derived from Int
22h AX 000Eh.
There may be a way to be more efficient (with the push/pop on either
side of the call to open in order to preserve the current di value)
however I'm not sure what registers are available and utilizing the
stack would require changes in all variants.
diff --git a/core/comboot.inc b/core/combo...