summaryrefslogtreecommitdiff
path: root/com32/samples
Commit message (Expand)AuthorAgeFilesLines
* Centralize configurables; better "make install" etcH. Peter Anvin2008-05-291-1/+0
* Move files out of root into core, dos, and utilsH. Peter Anvin2008-05-291-1/+1
* Fixed the various Makefiles so that SYSLINUX compiles on platforms with GCC -...Stefan Bucur2008-05-121-1/+1
* Remove reference to readpit.c32, an experimental moduleH. Peter Anvin2008-03-081-1/+1
* Use $(CC) in gcc_ok macro, not plain gccH. Peter Anvin2008-03-051-2/+2
* Prevent inclusion of system include files when inappropriateH. Peter Anvin2008-03-031-2/+3
* com32: remove dependency files for "make tidy"H. Peter Anvin2008-02-191-2/+2
* Add dependency generation for com32 samples.H. Peter Anvin2008-02-191-2/+7
* hello.c: print arguments, no input sectionH. Peter Anvin2008-02-151-9/+4
* Merge commit 'origin/master' into advH. Peter Anvin2008-01-107-7/+7
|\
| * Update copyright yearH. Peter Anvin2008-01-106-6/+6
* | Initial support for auxilliary data vectorH. Peter Anvin2007-12-132-0/+54
|/
* Makefiles: create NASMOPT variableH. Peter Anvin2007-10-101-1/+2
* localboot.c32: sample/test program for invoking syslinux_local_boot()H. Peter Anvin2007-09-212-0/+10
* Simple program to dump serial console infoH. Peter Anvin2007-05-312-1/+41
* Don't clobber /dev/null when compiling as rootLuciano Rocha2007-05-251-2/+4
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-141-2/+2
* Deal with various distributions breaking gcc in weird waysH. Peter Anvin2007-02-061-1/+1
* vesainfo: program to dump all VESA modesH. Peter Anvin2006-09-122-1/+84
* Remove VESA demo and function used only by itH. Peter Anvin2006-09-122-32/+1
* More work on actual VESA console and menu. Shadowing still doesn't workH. Peter Anvin2006-08-311-1/+1
* Better test of alpha blending (holy crap, it works!)H. Peter Anvin2006-08-301-0/+1
* Test program for the VESA codeH. Peter Anvin2006-08-282-1/+31
* Remove more CVS-era $Id$ tags.H. Peter Anvin2006-08-171-1/+0
* Remove CVS-era $Id$ tags.H. Peter Anvin2006-08-174-4/+0
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-035-9/+9
* Build native (not necessarily i386) binarieshpa2005-01-041-4/+4
* Fix using the resolver function from the API (with DS != CS); addsyslinux-3.00-pre8hpa2004-12-282-1/+68
* Support timeout in the menusyslinux-2.20-pre12hpa2004-12-211-1/+1
* extlinux: Document need for MBR, and usage on a RAID system.hpa2004-12-212-2/+33
* Actually get things working with nonblocking raw console read;hpa2004-12-201-0/+3
* Compile with regparm turned on.syslinux-2.20-pre2hpa2004-12-161-1/+1
* Make "make install" do the right thing for the com32 libraryhpa2004-12-141-0/+2
* Update copyright headers.hpa2004-12-141-3/+3
* Fix the spelling of "Boston"hpa2004-12-143-3/+3
* Separate modules (intended to be production code used for real stuff)hpa2004-12-084-0/+243