search for: comapi_chainboot

Displaying 4 results from an estimated 4 matches for "comapi_chainboot".

2012 Sep 04
3
INT22h/000Dh
Hi, I would like to use INT22h, function 000Dh, but I found that it is disabled in vector table: in core/comboot.inc: int22_table: [...] dw comapi_err ; 000D clean up then bootstrap [...] The code of this function is present in this file (comapi_chainboot). Why this function is disabled? Regards Piotr Romaniuk PS I am using syslinux-4.04.
2012 Sep 06
1
[PATCH] comboot: add comapi_chainboot to int22_table
...49 100644 --- a/core/comboot.inc +++ b/core/comboot.inc @@ -950,7 +950,7 @@ int22_table: dw comapi_derinfo ; 000A derivative-specific info dw comapi_serialcfg ; 000B get serial port config dw comapi_cleanup ; 000C perform final cleanup - dw comapi_err ; 000D clean up then bootstrap + dw comapi_chainboot ; 000D clean up then bootstrap dw comapi_configfile ; 000E get name of config file dw comapi_ipappend ; 000F get ipappend strings dw comapi_dnsresolv ; 0010 resolve hostname -- 1.7.3.4
2012 Oct 15
3
Syslinux-4.06-pre14
...ot/syslinux/Testing/4.06/syslinux-4.06-pre14.zip --- Geert Stappers (1): README: document the need for /usr/include/uuid/uuid.h Matt Fleming (1): menu: Disallow navigation to a disabled entry via *any* key Sebastian Herbszt (2): comboot: fix documentation comboot: remove comapi_chainboot -- Matt Fleming, Intel Open Source Technology Center
2012 Oct 31
1
Syslinux-5.00-pre9
...ithub.com/aericson/syslinux into elflink diag/mbr: Fix typo in README Merge branch 'master' into elflink NEWS: Document the major changes in 5.00 doc: Document the 'PATH' directive Sebastian Herbszt (2): comboot: fix documentation comboot: remove comapi_chainboot Shao Miller (1): win: Add -mno-ms-bitfields Vanush "Misha" Paturyan (1): doc: minor documentation updates -- Matt Fleming, Intel Open Source Technology Center