| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of the automatic appending of "auto".syslinux-1.54-pre3 | hpa | 2001-03-28 | 1 | -6/+3 |
* | Add hack that hopefully will make -s mode less necessarysyslinux-1.54-pre2 | hpa | 2001-03-28 | 1 | -9/+9 |
* | Support for ip= option in PXELINUX.syslinux-1.52-pre2 | hpa | 2001-02-08 | 1 | -2/+2 |
* | Don't rely on SS -> zero_seg, since that will NOT be true in general forsyslinux-1.52-pre1 | hpa | 2001-02-07 | 1 | -12/+12 |
* | Don't do wraparound on the serial port - that's the terminal's job | hpa | 2001-01-24 | 1 | -1/+2 |
* | Reduce the io_delay to make the A20 slowdown less severesyslinux-1.51-pre6 | hpa | 2001-01-22 | 1 | -2/+0 |
* | Fix E820 code; clean up some of the old debugging support and put insyslinux-1.51-pre5 | hpa | 2001-01-21 | 1 | -168/+84 |
* | Try to make the A20 delay loops a bit more consistent. | hpa | 2001-01-21 | 1 | -3/+3 |
* | Yet more fixes to the new A20 code.syslinux-1.51-pre4 | hpa | 2001-01-19 | 1 | -4/+14 |
* | Fix really embarrassing A20 test bug. | hpa | 2001-01-19 | 1 | -1/+1 |
* | Bug fixes (we hope!) to both the E820 and new A20 code. | hpa | 2001-01-19 | 1 | -13/+11 |
* | INT 15h, AX=0E820h memory detection support.syslinux-1.51-pre3 | hpa | 2001-01-19 | 1 | -1/+52 |
* | Yet another round of A20 changes.syslinux-1.51-pre2 | hpa | 2001-01-19 | 1 | -32/+95 |
* | Change the A20 code to allow operation on KBC-less machines.syslinux-1.50-0x3a159915syslinux-1.50 | hpa | 2000-11-17 | 1 | -33/+69 |
* | Move up the stack so it doesn't get clobbered when copying the final | hpa | 2000-11-06 | 1 | -4/+4 |
* | Initial PXELINUX/SYSLINUX bug fix/new protocol merge checkin.syslinux-1.49-0x3968dd43 | hpa | 2000-07-09 | 1 | -39/+41 |
* | - Add support for boot protocol 0x0202 to SYSLINUX (not PXELINUX yet)syslinux-1.49-0x3964365c | hpa | 2000-07-06 | 1 | -34/+49 |
* | The kernel command line always lives at 9xxxxh, as idiotic as that is. | hpa | 2000-06-22 | 1 | -11/+31 |
* | Make it actually boot on M-systems flash...syslinux-1.49-0x3862f733 | hpa | 1999-12-24 | 1 | -26/+45 |
* | Untested M-systems fix for SYSLINUX...syslinux-1.49-0x38609533 | hpa | 1999-12-22 | 1 | -12/+40 |
* | Checkpoint - we are now talking TFTP natively instead of via the (broken) | hpa | 1999-09-10 | 1 | -1/+1 |
* | Make ready for 1.45 releasesyslinux-1.45 | hpa | 1999-06-15 | 1 | -106/+135 |
* | Fix up handling of serial port "raw hardware" driver; still needs to be | hpa | 1999-06-15 | 1 | -35/+83 |
* | Serial console support; still needs polishing, though. Unsure if safe | hpa | 1999-06-14 | 1 | -42/+146 |
* | Change the HIGHMEM_MAX limit from 3f000000h to 38000000hsyslinux-1.44 | hpa | 1999-05-28 | 1 | -1/+1 |
* | Slight optimization it seems... | hpa | 1999-05-28 | 1 | -6/+6 |
* | Move far jmp into the boot sector, since there actually is space there | hpa | 1999-03-23 | 1 | -9/+7 |
* | Update copyrights to 1999syslinux-1.43 | hpa | 1999-03-19 | 1 | -2/+2 |
* | Fix typo. | hpa | 1999-03-05 | 1 | -1/+1 |
* | Make io_delay a subroutine, and preserve ax across it. This should also | hpa | 1999-03-05 | 1 | -3/+11 |
* | Added sys2ansi.pl and I/O port change to NEWS | hpa | 1999-03-05 | 1 | -1/+1 |
* | Be ultra-hyper-paranoid about A20. | hpa | 1998-12-05 | 1 | -30/+45 |
* | Add WBINVD to A20 loop; add some debugging code to bcopysyslinux-1.42-0x3667907e | hpa | 1998-12-04 | 1 | -6/+51 |
* | Frob the fast A20 gate as well as the keyboard controller. Prepare for | hpa | 1998-12-03 | 1 | -0/+18 |
* | Always make the initrd fit under the 0x3f000000 mark imposed by unmodifiedsyslinux-1.41-0x36642a1dsyslinux-1.41 | hpa | 1998-12-01 | 1 | -1/+8 |
* | Query memory with INT 15h, AX=0E801h and trust memory above 15 MB | hpa | 1998-12-01 | 1 | -23/+34 |
* | We have space in the boot sector to check the file-ness of LDLINUX.SYS | hpa | 1998-05-13 | 1 | -2/+4 |
* | Put a ribbon on it... we finally got working A20M code. This should besyslinux-1.40 | hpa | 1998-05-08 | 1 | -8/+26 |
* | Make sure we set DF := 0 after returning from a COMBOOT program. | hpa | 1998-05-08 | 1 | -0/+2 |
* | Fix bug introduced by moving ldlinux_magic. | hpa | 1998-05-07 | 1 | -14/+12 |
* | - Fix new division code. | hpa | 1998-05-07 | 1 | -7/+11 |
* | - (Hopefully) fix the track 65536 problem. | hpa | 1998-05-07 | 1 | -46/+64 |
* | Fix boot sector initialization to adapt to saving away partition info. | hpa | 1998-05-07 | 1 | -10/+4 |
* | Copy the partition info for the benefit of foreign boot sectors. Document | hpa | 1998-05-07 | 1 | -30/+71 |
* | - Increase A20M delay to make certain IBM Thinkpads boot correctly. | hpa | 1998-05-06 | 1 | -17/+218 |
* | Updated docs, and fixed embarrassing "LABEL" bug.syslinux-1.37 | hpa | 1998-04-20 | 1 | -5/+5 |
* | Fix old kernel, OS/2, and mem= bugs. Ready for 1.36 release.syslinux-1.36 | hpa | 1998-04-15 | 1 | -13/+32 |
* | Clean up some obsolete crud.syslinux-1.35 | hpa | 1998-04-14 | 1 | -26/+1 |
* | Patch generator for the -s (stupid) option. | hpa | 1998-04-14 | 1 | -11/+6 |
* | Yay! It boots from hard disk, it boots from floppy, and it has a tolerable | hpa | 1998-04-14 | 1 | -26/+25 |