search for: 0010h

Displaying 2 results from an estimated 2 matches for "0010h".

Did you mean: 0010
2009 Nov 27
1
[PATCH] doc: fix typos in comboot.txt
Fix some typos in the documentation. Signed-off-by: Sebastian Herbszt <herbszt at gmx.de> diff --git a/doc/comboot.txt b/doc/comboot.txt index f5fefda..b3d8e64 100644 --- a/doc/comboot.txt +++ b/doc/comboot.txt @@ -553,7 +553,8 @@ AX=000Fh [3.00] Get IPAPPEND strings [PXELINUX] AX=0010h [3.00] Resolve hostname [PXELINUX] - Input: ES:BX pointer to null-terminated hostname + Input: AX 0010h + ES:BX pointer to null-terminated hostname Output: EAX IP address of hostname (zero if not found) Queries the DNS server(s) for a specific hostname. If the @@ -842,7 +843,7 @@ AX=001Eh...
2007 Jun 05
3
IP details in COM32 module
...ad no joy. I'm thinking that if I write a COM32 module that adds "ip=1.2.3.4 gateway=1.2.3.1 netmask=255.255.255.0 dns= etc" to the end of the append line my problem may be solved. Is there an API call of function to get this info? I've seen the "resolve hostname" (AX=0010h) but it's what I'm looking for. Any ideas? CC NOTICE: This email and any attachments are confidential. They may contain legally privileged information or copyright material. You must not read, copy, use or disclose them without authorisation. If you are not an intended recipient,...