Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | com32: remove dependency files for "make tidy" | H. Peter Anvin | 2008-02-19 | 1 | -2/+2 |
| | |||||
* | Add dependency generation for com32 samples. | H. Peter Anvin | 2008-02-19 | 1 | -2/+7 |
| | |||||
* | hello.c: print arguments, no input section | H. Peter Anvin | 2008-02-15 | 1 | -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 adv | H. Peter Anvin | 2008-01-10 | 7 | -7/+7 |
|\ | | | | | | | | | | | Conflicts: extlinux/extlinux.c | ||||
| * | Update copyright year | H. Peter Anvin | 2008-01-10 | 6 | -6/+6 |
| | | |||||
* | | Initial support for auxilliary data vector | H. Peter Anvin | 2007-12-13 | 2 | -0/+54 |
|/ | | | | | Initial support for the auxillary data vector, a storage mechanism intended to support boot-once and similar features. | ||||
* | Makefiles: create NASMOPT variable | H. Peter Anvin | 2007-10-10 | 1 | -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 Anvin | 2007-09-21 | 2 | -0/+10 |
| | | | | Simple test program which simply invokes syslinux_local_boot(). | ||||
* | Simple program to dump serial console info | H. Peter Anvin | 2007-05-31 | 2 | -1/+41 |
| | |||||
* | Don't clobber /dev/null when compiling as root | Luciano Rocha | 2007-05-25 | 1 | -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 Anvin | 2007-03-14 | 1 | -2/+2 |
| | |||||
* | Deal with various distributions breaking gcc in weird ways | H. Peter Anvin | 2007-02-06 | 1 | -1/+1 |
| | |||||
* | vesainfo: program to dump all VESA modes | H. Peter Anvin | 2006-09-12 | 2 | -1/+84 |
| | |||||
* | Remove VESA demo and function used only by it | H. Peter Anvin | 2006-09-12 | 2 | -32/+1 |
| | |||||
* | More work on actual VESA console and menu. Shadowing still doesn't work | H. Peter Anvin | 2006-08-31 | 1 | -1/+1 |
| | | | | quite right, however. | ||||
* | Better test of alpha blending (holy crap, it works!) | H. Peter Anvin | 2006-08-30 | 1 | -0/+1 |
| | |||||
* | Test program for the VESA code | H. Peter Anvin | 2006-08-28 | 2 | -1/+31 |
| | |||||
* | Remove more CVS-era $Id$ tags. | H. Peter Anvin | 2006-08-17 | 1 | -1/+0 |
| | |||||
* | Remove CVS-era $Id$ tags. | H. Peter Anvin | 2006-08-17 | 4 | -4/+0 |
| | |||||
* | Across-the-board stealth whitespace cleanup | H. Peter Anvin | 2006-05-03 | 5 | -9/+9 |
| | |||||
* | Build native (not necessarily i386) binaries | hpa | 2005-01-04 | 1 | -4/+4 |
| | |||||
* | Fix using the resolver function from the API (with DS != CS); addsyslinux-3.00-pre8 | hpa | 2004-12-28 | 2 | -1/+68 |
| | | | | test/sample file to do that; fix bug in chain.c. | ||||
* | Support timeout in the menusyslinux-2.20-pre12 | hpa | 2004-12-21 | 1 | -1/+1 |
| | |||||
* | extlinux: Document need for MBR, and usage on a RAID system. | hpa | 2004-12-21 | 2 | -2/+33 |
| | | | | Add cat.c32 as one of the sample programs. | ||||
* | Actually get things working with nonblocking raw console read; | hpa | 2004-12-20 | 1 | -0/+3 |
| | | | | this allows us to detect the Esc key. | ||||
* | Compile with regparm turned on.syslinux-2.20-pre2 | hpa | 2004-12-16 | 1 | -1/+1 |
| | |||||
* | Make "make install" do the right thing for the com32 library | hpa | 2004-12-14 | 1 | -0/+2 |
| | |||||
* | Update copyright headers. | hpa | 2004-12-14 | 1 | -3/+3 |
| | |||||
* | Fix the spelling of "Boston" | hpa | 2004-12-14 | 3 | -3/+3 |
| | |||||
* | Separate modules (intended to be production code used for real stuff) | hpa | 2004-12-08 | 4 | -0/+243 |
and samples (demo code). |