summaryrefslogtreecommitdiff
path: root/sample
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove pngtopnm dependency from the samples/ directoryH. Peter Anvin2008-02-263-3/+8
| | | | | | Ship syslogo.ppm.gz instead of syslogo.png, thereby eliminating a dependency on pngtopnm which apparently isn't installed by default on some distros.
* Update copyright yearH. Peter Anvin2008-01-108-8/+8
|
* Makefiles: create NASMOPT variableH. Peter Anvin2007-10-101-2/+3
| | | | | Create NASMOPT variable, defaulting to -O9999. Mostly there to test beta versions of NASM.
* Show list file addresses in absolutesyslinux-3.50H. Peter Anvin2007-06-081-1/+1
| | | | | | Small Perl script to postprocess the listfile and show absolute addresses instead of section-relative. This only applies to the main address, not to addresses in bracketed fields.
* Don't clobber /dev/null when compiling as rootLuciano Rocha2007-05-251-2/+4
| | | | | | Compiling as root is highly discouraged, but some people do it anyway. gcc_ok, however, can clobber /dev/null due to "-o /dev/null"; this is bad. Instead, write a temporary file and delete it.
* Restore intentional blank lines at the end of sample/sample.msgH. Peter Anvin2007-03-141-0/+2
|
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-142-3/+1
|
* Add a register-setting shuffle and boot for real mode; clean up headers.syslinux-3.40-pre14H. Peter Anvin2007-03-141-1/+1
| | | | | - Add an API function to shuffle and boot which sets *all* RM registers; - Move those structures to <syslinux/bootpm.h> and <syslinux/bootrm.h>
* Deal with various distributions breaking gcc in weird waysH. Peter Anvin2007-02-061-1/+1
|
* sample/Makefile: $(M32) is also needed in $(SFLAGS)H. Peter Anvin2007-01-281-1/+1
|
* Remove -m32 from the CC variable globally.H. Peter Anvin2007-01-281-2/+2
|
* Added a second sample background imageH. Peter Anvin2006-09-181-0/+0
|
* Add sample splash imageH. Peter Anvin2006-09-141-0/+0
|
* Remove more CVS-era $Id$ tags.H. Peter Anvin2006-08-173-3/+1
|
* Remove CVS-era $Id$ tags.H. Peter Anvin2006-08-176-6/+0
|
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-0313-53/+45
|
* Clean up compile problems.hpa2005-01-037-5/+14
|
* Fix spelling of GrUBhpa2004-12-302-1/+1
|
* Be consistent in capitalizationsyslinux-3.00-pre9hpa2004-12-292-1/+1
|
* Correctly handle different values of the memdisk info structurehpa2004-12-292-1/+11
|
* Add code to detect the boot loader to mdiskchkhpa2004-12-292-3/+35
|
* Update copyright headers.hpa2004-12-141-3/+3
|
* Fix the spelling of "Boston"hpa2004-12-146-6/+6
|
* This is sample code.hpa2004-12-031-0/+6
|
* The chain loader has been moved to the main com32 directory.hpa2004-12-032-370/+2
|
* Fix "make tidy"hpa2004-08-161-2/+2
|
* Clear some gcc warningssyslinux-2.10-pre5hpa2004-05-291-2/+4
|
* Adjust options to work on 64-bit machines, and clean up nuisance warningshpa2004-01-241-5/+9
|
* Conditionally add -m32 to be able to compile in a 64-bit environmenthpa2004-01-241-1/+2
|
* Minor com32 wrapper code cleanuphpa2003-12-133-4/+21
|
* Add logical partition support for chainsyslinux-2.08hpa2003-12-111-9/+106
|
* Split atou() and skip_atou() into separate moduleshpa2003-12-103-10/+15
|
* Redistribute the library code; initial work on generic chainloaderhpa2003-12-105-320/+600
|
* Fix spacinghpa2003-12-051-2/+2
|
* Add a bootstrap chainloading API, and include a sample program for it.syslinux-2.08-pre5hpa2003-11-262-1/+64
|
* Add a "make tidy" target for the sample directoryhpa2003-11-261-2/+6
|
* Add API to query for the existence of MEMDISK.hpa2003-11-262-0/+105
|
* Fix COMBOOT/COM32 command-line generation.syslinux-2.08-pre1hpa2003-11-243-1/+89
| | | | Add test programs.
* Fix the file read API for COMBOOT/COM32syslinux-2.07hpa2003-11-233-19/+438
|
* opentest.c -> filetest.chpa2003-11-133-121/+61
|
* Test for the OPEN API commandhpa2003-11-102-1/+121
|
* COM32: Try to support both farcall and intcallhpa2003-07-013-6/+55
|
* Clean up a bit.hpa2003-05-201-9/+15
|
* Explain why we're doing this insane movl ...,%eaxhpa2003-04-211-0/+1
|
* Add second hello world samplehpa2002-11-192-1/+56
|
* Fix the COM32 sample programsyslinux-2.01-pre2hpa2002-11-183-9/+25
|
* Use the new <com32.h> definitionshpa2002-06-121-2/+2
|
* Correct the CFLAGS for building com32 fileshpa2002-06-121-1/+1
|
* Make sure "make clean" does the right thing.hpa2002-06-111-1/+1
|
* Add an API for COMBOOT images, and add support for "COM32" -- 32-bithpa2002-06-112-1/+64
| | | | linear .com files.