summaryrefslogtreecommitdiff
path: root/pxelinux.asm
Commit message (Expand)AuthorAgeFilesLines
* If packet 2 doesn't contain a valid IP address, try packet 3 anyway...hpa2000-12-291-7/+21
* First we query packet 2 (DHCPACK).hpa2000-12-291-2/+2
* Try to get the stuff from cached query packets 2 and 3 correct.hpa2000-12-291-9/+23
* Change the A20 code to allow operation on KBC-less machines.syslinux-1.50-0x3a159915syslinux-1.50hpa2000-11-171-33/+69
* Move up the stack so we don't clobber it with a 32K setup...syslinux-1.49hpa2000-11-061-4/+4
* Initial PXELINUX/SYSLINUX bug fix/new protocol merge checkin.syslinux-1.49-0x3968dd43hpa2000-07-091-120/+207
* - Add support for boot protocol 0x0202 to SYSLINUX (not PXELINUX yet)syslinux-1.49-0x3964365chpa2000-07-061-2/+2
* Untested M-systems fix for SYSLINUX...syslinux-1.49-0x38609533hpa1999-12-221-2/+2
* Make filename display correctly.hpa1999-09-271-33/+51
* Many fixes and bug workarounds for PXELINUX.hpa1999-09-271-57/+145
* memory_scan_* reports results in CF not ZFhpa1999-09-261-1/+1
* Add routines to scan memory for !PXE and PXENV+ structures, since somehpa1999-09-261-1/+99
* Work on getting PXELINUX to work on PXE boot PROMs derived from thehpa1999-09-261-7/+19
* Add final timeout for PXELINUX; better documentation; hopefullyhpa1999-09-211-85/+91
* Remove 'X' debug printouthpa1999-09-171-3/+0
* Add documentation for PXELINUX. Cleanup header in syslinux.doc.hpa1999-09-171-2/+2
* Initialize screen early; fix prefix code; clean up remaining debug stuffhpa1999-09-171-109/+69
* Hey, it looks like it might actually *work*. Still need the prefix code,hpa1999-09-171-75/+35
* Checkpoint: now boots; still doesn't parse the config file properly (or sohpa1999-09-171-122/+127
* Checkpoint. Now seems like it download the kernel, but something is nothpa1999-09-141-301/+476
* Checkpoint: parse tsize OACK packet.hpa1999-09-141-27/+66
* Checkpoint -- assume tsize option implemented on the TFTP server.hpa1999-09-111-7/+21
* Checkpoint - we are now talking TFTP natively instead of via the (broken)hpa1999-09-101-50/+387
* A few more structure definitions. Enough for now; this is painful as it is!hpa1999-09-061-10/+29
* Okay, we have established communications with PXE... and are capable ofhpa1999-09-061-273/+295
* * !PXE pointer is offset 26h, not 26, in PXENV+ structurehpa1999-09-061-1/+5
* Beginnings of a PXE network boot loader (PXELINUX).hpa1999-09-061-0/+3014