search for: 0009h

Displaying 4 results from an estimated 4 matches for "0009h".

Did you mean: 0009
2007 Jan 06
6
PXE stack access via com32
...of syslinux). I have followed both the comboot API doc and the aforementioned thread; however they disagree on which registers are used for which bits of data in the setup for __intcall(). According to the comboot doc, to call the PXE stack's 'get cached info' function: Input: AX 0009h BX PXE function number ES:DI PXE data buffer Output: AX PXE return status code or, in com32 terms (the PXE call argument struct has been copied into the bounce buffer and the buffer field of the PXE call argument struct is setup to point into the bounce buffer as well):...
2004 Nov 23
2
comboot+PXE stack
Hi, I need to add an additional feature to Murali's menu system: sending and receiving UDP datagrams. I have no experiences with writing programs at such a low level. Therefore, I need some help. 1) How to transfer IP address and other options from PXElinux to comboot? 2) I got PXE specification, ver. 2.1 (sept. 1999); can I follow it safely? 3) Is there an easy interface to use PXE stack
2007 Jun 05
3
IP details in COM32 module
Hi all I'm trying to resolve a problem that's recently popped up by turning on auxillary VLANs for our Linux workstations. The problem shows as DHCP failling for anaconda (but always succeeds for PXE). I tried adding 'ipappend 1' to the pxelinux config files but had no joy. I'm thinking that if I write a COM32 module that adds "ip=1.2.3.4 gateway=1.2.3.1
2009 Mar 13
4
Custom .c32 module which can send tcp or udp packets
I need to write a custom .c32 module which can send information over to a separated service or tftp deamon. The goal is to send inventory information gathered in pxelinux to be transfered back to the inventory database without booting a kernel or os-image. Is this possible and if so, can you give me a hint how to realise this? Thanks, Daniel