summaryrefslogtreecommitdiff
path: root/extlinux.asm
Commit message (Collapse)AuthorAgeFilesLines
* Support sending information from the comboot module to the syslinux coreH. Peter Anvin2006-08-251-19/+1
| | | | as to what the graphics mode is set to.
* When exiting a COMBOOT/COM32 module, reset the stack instead of savingH. Peter Anvin2006-08-171-9/+2
| | | | and restoring it. The former option left crap on the stack.
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-11/+11
|
* Silly fix for slow symlinkssyslinux-3.10-pre19hpa2005-08-221-1/+1
|
* Register-handling cleanups for searchdir.hpa2005-08-221-2/+0
|
* Symlink support for EXTLINUXhpa2005-08-221-25/+172
|
* Try to be sane about spaces...hpa2005-08-201-2/+2
|
* Reorganize memory so we don't have to relocate pxelinux and have morehpa2005-08-201-3/+9
| | | | stack for extlinux; add tool to check for section overflow.
* If onerror is set, invoke onerror on escapehpa2005-08-181-36/+2
|
* Merge updates to syslinux into extlinuxhpa2005-08-181-123/+145
|
* extlinux: fix multiple directory-parsing bugs.syslinux-3.08-pre6hpa2005-04-031-7/+22
|
* extlinux: handle sparse files correctlyhpa2005-01-251-2/+33
|
* New CONSOLE directive to enable/disable the video console.syslinux-3.02-pre3hpa2005-01-041-1/+4
|
* Fix pxelinux relocation; work around infinite loop in pxelinux mangle_namehpa2004-12-281-2/+0
|
* More work on using sections for memory alignment. Make bcopy32 alwayshpa2004-12-271-5/+3
| | | | | live in low memory so we don't have to do a bunch on-the-fly relocation, and produce map files.
* Reorganize memory slightly; split .bss into .bss and .earlybss andhpa2004-12-271-4/+6
| | | | | move its base down to 0800h; relocate pxelinux since it needs copious amounts of bss.
* Detect null filenames correctly (problems in both pxelinux and extlinux)syslinux-3.00-pre2hpa2004-12-221-1/+2
|
* Fix pointers/block calculationhpa2004-12-221-0/+1
|
* Handle partition offsethpa2004-12-221-3/+4
|
* Config file is extlinux.confhpa2004-12-211-2/+2
|
* Fix EQUshpa2004-12-201-4/+2
|
* Actually fix the block calculation. I think it works now.syslinux-2.20-pre10hpa2004-12-201-25/+17
|
* Further fixes to linear address computation, now works for indirecthpa2004-12-201-56/+55
| | | | blocks but not double indirect...
* Fix regparm in libcom32; make extlinux actually work; add 3840K supporthpa2004-12-201-22/+27
| | | | to MEMDISK.
* Use %define instead of equ to work around NASM 0.98.38 bug;hpa2004-12-201-3/+6
| | | | Change cx -> bp in call to getlinsec
* Make extlinux actually compile. No words on actually working, yet;hpa2004-12-191-57/+54
| | | | and even so, it needs an installer.
* A lot more work on extlinux. Should have most of the pieces now;hpa2004-12-191-33/+218
| | | | just missing some initialization code, and, of course, debugging.
* Fix some additional common code issues; fix dangling ES in pxelinuxhpa2004-12-191-13/+0
|
* More common code cleanup; actually use the code to compress vkernelshpa2004-12-191-23/+0
|
* Flesh out getfssechpa2004-12-171-13/+55
|
* Humble beginnings of an extlinux program.syslinux-2.20-pre5hpa2004-12-171-0/+1265