summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
1999-09-17Include file for PXE constantssyslinux-1.46hpa1-0/+59
1999-09-17pxe.inc is also a source filehpa1-1/+2
1999-09-17pxelinux.asm is a source file.hpa1-1/+1
1999-09-171.46 on September 17, 1999hpa2-2/+2
1999-09-17Remove 'X' debug printouthpa1-3/+0
1999-09-17Add documentation for PXELINUX. Cleanup header in syslinux.doc.hpa4-4/+118
1999-09-17Initialize screen early; fix prefix code; clean up remaining debug stuffhpa1-109/+69
1999-09-17Hey, it looks like it might actually *work*. Still need the prefix code,hpa3-81/+47
1999-09-17Checkpoint: now boots; still doesn't parse the config file properly (or sohpa1-122/+127
1999-09-14Checkpoint. Now seems like it download the kernel, but something is nothpa1-301/+476
1999-09-14Checkpoint: parse tsize OACK packet.hpa1-27/+66
1999-09-11Checkpoint -- assume tsize option implemented on the TFTP server.hpa1-7/+21
1999-09-10Checkpoint - we are now talking TFTP natively instead of via the (broken)hpa2-51/+388
1999-09-06A few more structure definitions. Enough for now; this is painful as it is!hpa1-10/+29
1999-09-06Okay, we have established communications with PXE... and are capable ofhpa1-273/+295
1999-09-06* !PXE pointer is offset 26h, not 26, in PXENV+ structurehpa2-2/+6
1999-09-06make clean deletes pxelinux.lsthpa1-1/+1
1999-09-06Beginnings of a PXE network boot loader (PXELINUX).hpa2-4/+3021
1999-06-15Make ready for 1.45 releasesyslinux-1.45hpa3-113/+172
1999-06-15Update TODO to remove what has already been donehpa1-4/+0
1999-06-15Fix up handling of serial port "raw hardware" driver; still needs to behpa3-36/+89
1999-06-14Serial console support; still needs polishing, though. Unsure if safehpa3-43/+151
1999-05-31Change copyright notice.hpa1-5/+6
1999-05-28Change the HIGHMEM_MAX limit from 3f000000h to 38000000hsyslinux-1.44hpa2-1/+4
1999-05-28Slight optimization it seems...hpa1-6/+6
1999-03-23If you have to use -s, please let me know...hpa1-3/+6
1999-03-23Move far jmp into the boot sector, since there actually is space therehpa1-9/+7
1999-03-23Musings...hpa1-1/+2
1999-03-23Working on 1.44 now...hpa1-0/+2
1999-03-23We're working on 1.44 now...hpa1-1/+1
1999-03-19Update copyrights to 1999syslinux-1.43hpa3-6/+6
1999-03-19Add test for force where it countshpa1-2/+2
1999-03-19Remove note about ELKS; won't happen.hpa1-2/+0
1999-03-17Add -f to override device checkhpa1-2/+5
1999-03-08Added note about the I/O delay change.syslinux-1.43-0x36dff6efhpa1-0/+2
1999-03-05Fix typo.hpa1-1/+1
1999-03-05Make io_delay a subroutine, and preserve ax across it. This should alsohpa1-3/+11
1999-03-05Added sys2ansi.pl and I/O port change to NEWShpa2-1/+5
1999-03-05Add sys2ansi.pl to the list of distributed fileshpa1-1/+2
1999-03-05One more bug fix...hpa1-1/+1
1999-03-05Bug fixes.hpa1-2/+5
1999-03-05Script to convert syslinux -> ANSIhpa1-0/+29
1998-12-161.42 already released; now working on 1.43hpa1-1/+1
1998-12-05Update documentation; include doc file for distributors.syslinux-1.42hpa4-3/+39
1998-12-05Be ultra-hyper-paranoid about A20.hpa2-30/+50
1998-12-04Add WBINVD to A20 loop; add some debugging code to bcopysyslinux-1.42-0x3667907ehpa1-6/+51
1998-12-04Change the boot loader/installer boundary slightlyhpa1-6/+11
1998-12-04Split the build between boot loader proper and installers; this willsyslinux-1.42-0x366788f5syslinux-1.42-0x36678377hpa2-9/+26
1998-12-03Fix.syslinux-1.42-0x366654a7hpa1-1/+1
1998-12-03Store all pre-releases in a subdirectory.hpa1-11/+16
1998-12-03Frob the fast A20 gate as well as the keyboard controller. Prepare forhpa3-1/+23
1998-12-01Always make the initrd fit under the 0x3f000000 mark imposed by unmodifiedsyslinux-1.41-0x36642a1dsyslinux-1.41hpa1-1/+8
1998-12-01Generate a uuencoded file when making prereleases.syslinux-1.41-0x36639a99hpa1-3/+4
1998-12-01Query memory with INT 15h, AX=0E801h and trust memory above 15 MBhpa2-23/+42
1998-05-13We have space in the boot sector to check the file-ness of LDLINUX.SYShpa3-3/+9
1998-05-08Put a ribbon on it... we finally got working A20M code. This should besyslinux-1.40hpa2-52/+70
1998-05-08The Linux installer was never a Perl script.hpa1-1/+1
1998-05-08Make sure we set DF := 0 after returning from a COMBOOT program.hpa1-0/+2
1998-05-07Clean up "make prerel" a bit.hpa1-4/+6
1998-05-07Fix bug introduced by moving ldlinux_magic.hpa1-14/+12
1998-05-07- Fix new division code.hpa2-7/+24
1998-05-07- (Hopefully) fix the track 65536 problem.hpa4-54/+73
1998-05-07*** empty log message ***hpa2-24/+29
1998-05-07Document DOS-only copybs procedure.hpa1-2/+33
1998-05-07Get the sector size properly.hpa1-1/+3
1998-05-07Update the DOS installers to use the new INT 25h/26h interface ifhpa4-11/+328
1998-05-07Fix boot sector initialization to adapt to saving away partition info.hpa1-10/+4
1998-05-07Copy the partition info for the benefit of foreign boot sectors. Documenthpa2-47/+195
1998-05-06Update NEWS file with 1.40 changes to date.hpa1-0/+7
1998-05-06- Increase A20M delay to make certain IBM Thinkpads boot correctly.hpa4-25/+225
1998-04-20Updated docs, and fixed embarrassing "LABEL" bug.syslinux-1.37hpa3-24/+29
1998-04-20Updated the COPYING file to the last revision from GNU.hpa1-340/+340
1998-04-15Fix old kernel, OS/2, and mem= bugs. Ready for 1.36 release.syslinux-1.36hpa6-22/+53
1998-04-14Clean up some obsolete crud.syslinux-1.35hpa1-26/+1
1998-04-14Cleanuphpa1-4/+5
1998-04-14Added the -s option to the installers, and made them do the right thing.hpa4-17/+65
1998-04-14Link in stupid.ohpa1-1/+2
1998-04-14Patch generator for the -s (stupid) option.hpa4-16/+101
1998-04-14Added keytab-lilo.doc to list of documentation fileshpa1-1/+1
1998-04-14keytab-lilo documentation.hpa1-0/+85
1998-04-14Don't install keytab-lilo.pl.hpa1-2/+1
1998-04-14Updated documentation, added keytab-lilo.pl.hpa5-23/+178
1998-04-14Yay! It boots from hard disk, it boots from floppy, and it has a tolerablehpa1-26/+25
1998-04-14Think we now have a version which actually works both on hard disks andhpa3-90/+195
1998-03-041.34: Support for font loading. Disabled not-yet-implemented "bootsect" andsyslinux-1.34hpa5-17/+103
1998-02-27Deleted vestiges of old WBINVD codesyslinux-1.33hpa1-32/+1
1998-02-27Documentation updates.hpa1-3/+12
1998-02-27Update date/version number.hpa1-1/+1
1998-02-27Add workaround for AMI/Intel BIOS bug.hpa2-2/+8
1998-02-20Bump the version number to 1.33hpa1-1/+1
1998-02-20Bug fix to syslinux.c; documentation updatehpa5-8/+14
1998-02-14Documentation updates for 1.32 releasesyslinux-1.32hpa3-5/+10
1998-02-14FAT16 support!!!hpa5-20/+42
1998-02-13New and improved A20 gating code taken partially from Robert Collins.hpa1-37/+107
1998-02-11Get rid of "upload" and convert everything to the new "bcopy" interface.hpa1-59/+18
1998-02-06bcopy routine folded into ldlinux.asmhpa1-73/+0
1998-02-06Work on more vkernels; support for various vkernel types; still betterhpa1-23/+52
1998-02-06More work towards getting rid of "upload" and use the linear 32-bit bcopy.hpa1-33/+26
1998-02-06New version number; working on FAT16 supporthpa2-202/+260
1998-02-06Version 1.31syslinux.1.31syslinux-1.31hpa1-1/+1
1998-02-06Added version filehpa1-0/+1
1998-02-06Finished "make release" mechanism.hpa2-5/+23
1998-02-06Patched-up documentation. Leave the real overhaul for 1.40.hpa3-1/+21
1998-02-04Saving our bcopy routine for the time being. It might be time to starthpa1-0/+73
1998-02-04It seems to work now, but fd appears to be buggy???hpa3-21/+31
1998-02-04I think we're pretty much ready to rock!hpa6-20/+208
1998-02-04Updated documentation.hpa2-9/+21
1998-02-04Okay, DOS loader seems OK now.hpa1-19/+108
1998-02-03Bug fixes. Looks like the bloody thing works now.hpa2-6/+5
1998-02-03Various bug fixes.hpa1-19/+31
1998-02-03Added install targethpa1-0/+5
1998-02-03Yet more work on Linux installer, changed cleanup targetshpa2-21/+30
1998-02-03More work on Linux installerhpa1-1/+177
1998-02-03Skeleton of Linux installerhpa1-0/+37
1998-02-03Changing Linux installer to be a C program.hpa3-37/+65
1998-02-03Added Id taghpa1-0/+1
1998-02-03Beginning outline of Linux installerhpa3-2/+38
1998-02-03Bug fixes; first beginnings of FAT16 supporthpa2-31/+113
1998-02-02Added TODO file; working on DOS installer program.hpa3-1/+136
1998-02-01Oops! I should know from P95 that 0x80 is *not* expressible as a sign-hpa1-1/+1
1998-02-01Additional optimizations. Do an ls -l in the Makefile so we know justhpa2-13/+15
1998-02-01Use short commits.hpa1-35/+35
1998-02-01Minor optimizations.hpa1-45/+45
1998-01-31Fixed dependencyhpa1-1/+1
1998-01-31More doc updates.hpa1-0/+4
1998-01-31Updated documentationhpa2-255/+252
1998-01-31Slightly less ugly Id tag.hpa1-2/+2
1998-01-31Added Id tags.hpa3-5/+28
1998-01-31Initial revisionsyslinux-inithpa6-0/+3508