summaryrefslogtreecommitdiff
path: root/ldlinux.asm
Commit message (Collapse)AuthorAgeFilesLines
* Be ultra-hyper-paranoid about A20.hpa1998-12-051-30/+45
|
* Add WBINVD to A20 loop; add some debugging code to bcopysyslinux-1.42-0x3667907ehpa1998-12-041-6/+51
|
* Frob the fast A20 gate as well as the keyboard controller. Prepare forhpa1998-12-031-0/+18
| | | | 1.42 prerelease.
* Always make the initrd fit under the 0x3f000000 mark imposed by unmodifiedsyslinux-1.41-0x36642a1dsyslinux-1.41hpa1998-12-011-1/+8
| | | | Linux kernels.
* Query memory with INT 15h, AX=0E801h and trust memory above 15 MBhpa1998-12-011-23/+34
| | | | if obtained that way or specified by the user.
* We have space in the boot sector to check the file-ness of LDLINUX.SYShpa1998-05-131-2/+4
| | | | now; use it.
* Put a ribbon on it... we finally got working A20M code. This should besyslinux-1.40hpa1998-05-081-8/+26
| | | | the official 1.40.
* Make sure we set DF := 0 after returning from a COMBOOT program.hpa1998-05-081-0/+2
|
* Fix bug introduced by moving ldlinux_magic.hpa1998-05-071-14/+12
|
* - Fix new division code.hpa1998-05-071-7/+11
| | | | - Make new "prerel" target to make "unofficial" release packages.
* - (Hopefully) fix the track 65536 problem.hpa1998-05-071-46/+64
| | | | | | - Make the magic smaller, and make the banner say SYSLINUX instead of LDLINUX.SYS. - Update the documentation accordingly.
* Fix boot sector initialization to adapt to saving away partition info.hpa1998-05-071-10/+4
|
* Copy the partition info for the benefit of foreign boot sectors. Documenthpa1998-05-071-30/+71
| | | | 1024 cyl and 65536 track limit. The latter should be fixed, sometime.
* - Increase A20M delay to make certain IBM Thinkpads boot correctly.hpa1998-05-061-17/+218
| | | | | | | - COMBOOT support. - Foreign bootsector (chain loader) support. - Making this version 1.40. - Update TODO file accordingly.
* Updated docs, and fixed embarrassing "LABEL" bug.syslinux-1.37hpa1998-04-201-5/+5
|
* Fix old kernel, OS/2, and mem= bugs. Ready for 1.36 release.syslinux-1.36hpa1998-04-151-13/+32
|
* Clean up some obsolete crud.syslinux-1.35hpa1998-04-141-26/+1
|
* Patch generator for the -s (stupid) option.hpa1998-04-141-11/+6
|
* Yay! It boots from hard disk, it boots from floppy, and it has a tolerablehpa1998-04-141-26/+25
| | | | | (although not particularly helpful) error message, and no need to push more code into LDLINUX.SYS.
* Think we now have a version which actually works both on hard disks andhpa1998-04-141-89/+188
| | | | LS-120 floppies...
* 1.34: Support for font loading. Disabled not-yet-implemented "bootsect" andsyslinux-1.34hpa1998-03-041-13/+86
| | | | "run" commands.
* Deleted vestiges of old WBINVD codesyslinux-1.33hpa1998-02-271-32/+1
|
* Add workaround for AMI/Intel BIOS bug.hpa1998-02-271-2/+5
|
* FAT16 support!!!hpa1998-02-141-12/+24
|
* New and improved A20 gating code taken partially from Robert Collins.hpa1998-02-131-37/+107
| | | | Looks like A20 gating contains substantial delays.
* Get rid of "upload" and convert everything to the new "bcopy" interface.hpa1998-02-111-59/+18
|
* Work on more vkernels; support for various vkernel types; still betterhpa1998-02-061-23/+52
| | | | use of bcopy
* More work towards getting rid of "upload" and use the linear 32-bit bcopy.hpa1998-02-061-33/+26
|
* New version number; working on FAT16 supporthpa1998-02-061-201/+259
|
* Finished "make release" mechanism.hpa1998-02-061-1/+1
|
* It seems to work now, but fd appears to be buggy???hpa1998-02-041-8/+9
|
* I think we're pretty much ready to rock!hpa1998-02-041-2/+1
|
* Bug fixes. Looks like the bloody thing works now.hpa1998-02-031-2/+1
|
* Various bug fixes.hpa1998-02-031-19/+31
|
* Beginning outline of Linux installerhpa1998-02-031-1/+1
|
* Bug fixes; first beginnings of FAT16 supporthpa1998-02-031-25/+45
|
* Oops! I should know from P95 that 0x80 is *not* expressible as a sign-hpa1998-02-011-1/+1
| | | | extended byte value...
* Additional optimizations. Do an ls -l in the Makefile so we know justhpa1998-02-011-13/+13
| | | | how much we bloat the code.
* Use short commits.hpa1998-02-011-35/+35
|
* Minor optimizations.hpa1998-02-011-45/+45
|
* Added Id tags.hpa1998-01-311-5/+10
|
* Initial revisionsyslinux-inithpa1998-01-311-0/+2821