Displaying 4 results from an estimated 4 matches for "001fh".
Did you mean:
  001f
  
2009 Nov 27
1
[PATCH] doc: fix typos in comboot.txt
...ut:  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 [3.74] Keyboard remapping table
 
 
 AX=001Fh [3.74]	Get current working directory
-	Input:	AX	0001Eh
+	Input:	AX	0001Fh
 	Output:	ES:BX	null-terminated directory name string
 
 	Returns the current working directory.  For SYSLINUX, ISOLINUX,
@@ -851,7 +852,7 @@ AX=001Fh [3.74]	Get current working directory
 
 
 AX=0020h [3.74] Open directory...
2009 Feb 08
1
[PATCH 1/1] COMBOOT API: Add calls for directory functions; Implement for FAT; Try 2
From: Gene Cumm <gene.cumm at gmail.com>
COMBOOT API: Add calls for directory functions; Implement most only
for FAT (SYSLINUX).
Uses INT 22h AX= 001Fh, 0020h, 0021h and 0022h to prepare for the
COM32 C functions getcwd(), opendir(), readdir(), and closedir(),
respectively.  INT22h, AX=001Fh will return a valid value for all
variants.  INT22h, AX= 0020h, 0021h, and 0022h are only implemented
for SYSLINUX while other variants will call comapi_err f...
2008 Dec 04
2
[PATCH 1/1] COMBOOT API: Add calls for directory functions; Implement for FAT
From: Gene Cumm <gene.cumm at gmail.com>
COMBOOT API: Add calls for directory functions; Implement most only
for FAT (SYSLINUX).
Uses INT 22h AX= 001Eh, 001Fh, 0020h and 0021h to prepare for the
COM32 C functions getcwd(), opendir(), readdir(), and closedir(),
respectively.  INT22h, AX=001Eh will return a valid value for all
variants.  INT22h, AX= 001Fh, 0020h, and 0021h are only implemented
for SYSLINUX while other variants will call comapi_err for thes...
2009 Oct 29
5
[PATCH] gfxboot.c32
Ok, here is the first try to turn the gfxboot wrapper into a com32 module. I
had to extend the interface to the gfxboot core a bit to get it working. So
it works only with latest gfxboot from
git://gitorious.org/gfxboot/gfxboot.git
Steffen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gfxboot_c32.diff.gz
Type: application/x-gzip
Size: 7220 bytes
Desc: 
URL: