aboutsummaryrefslogtreecommitdiffstats
path: root/com32/samples
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Make "Hello, World!" a little bit more plain, but do print out its arguments, if any. Useful for testing.
* Merge commit 'origin/master' into advH. Peter Anvin2008-01-107-7/+7
|\ | | | | | | | | | | Conflicts: extlinux/extlinux.c
| * Update copyright yearH. Peter Anvin2008-01-106-6/+6
| |
* | Initial support for auxilliary data vectorH. Peter Anvin2007-12-132-0/+54
|/ | | | | Initial support for the auxillary data vector, a storage mechanism intended to support boot-once and similar features.
* Makefiles: create NASMOPT variableH. Peter Anvin2007-10-101-1/+2
| | | | | Create NASMOPT variable, defaulting to -O9999. Mostly there to test beta versions of NASM.
* localboot.c32: sample/test program for invoking syslinux_local_boot()H. Peter Anvin2007-09-212-0/+10
| | | | Simple test program which simply invokes syslinux_local_boot().
* 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
| | | | | | 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.
* 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
| | | | quite right, however.
* 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
| | | | test/sample file to do that; fix bug in chain.c.
* 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
| | | | Add cat.c32 as one of the sample programs.
* Actually get things working with nonblocking raw console read;hpa2004-12-201-0/+3
| | | | this allows us to detect the Esc key.
* 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
and samples (demo code).