diff options
| author | hpa <hpa> | 2004-12-21 02:15:31 +0000 |
|---|---|---|
| committer | hpa <hpa> | 2004-12-21 02:15:31 +0000 |
| commit | 844626c1c81bffcc2ea681c256549520cf1d18ae (patch) | |
| tree | eea184da6d8329ffc5d8f8ae8ae00616265cdac2 /comboot.doc | |
| parent | 8d6c07657b1bb3c990a38af4132a424e5033d5f2 (diff) | |
| download | syslinux-844626c1c81bffcc2ea681c256549520cf1d18ae.tar.gz | |
Add an API function to get the IPAPPEND strings.
Add a dummy MENU command to specify menu-specific options.
Diffstat (limited to 'comboot.doc')
| -rw-r--r-- | comboot.doc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comboot.doc b/comboot.doc index 3426cd8d..70c553d7 100644 --- a/comboot.doc +++ b/comboot.doc @@ -486,3 +486,14 @@ AX=000Eh [2.11] Get configuration file name Returns the name of the configuration file. Note that it is possible that the configuration file doesn't actually exist. +AX=000Fh [2.20] Get IPAPPEND strings [PXELINUX] + Input: AX 000Fh + Output: CX Number of strings (currently 2) + ES:BX Pointer to an array of NEAR pointers in + the same segment, one for each of the above + strings. + + Returns the same strings that the "ipappend" option would have + added to the command line, one for each bit of the "ipappend" + flag value, so entry 0 is the "ip=" string and entry 1 is the + "BOOTIF=" string. |
