summaryrefslogtreecommitdiff
path: root/sample
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'hdt'H. Peter Anvin2009-03-121-0/+5
|\
| * hdt: Moving hdt from sample to its own directoryErwan Velu2009-02-252-1342/+1
| |
| * hdt: Bump versionErwan Velu2009-02-251-1/+1
| |
| * hdt: Fixing error messageErwan Velu2009-02-251-4/+8
| |
| * hdt: Fixing typoErwan Velu2009-02-251-1/+1
| |
| * hdt: Removing static dmitable, it have to be in the s_dmi structure Making ↵Erwan Velu2009-02-251-27/+41
| | | | | | | | dmi_iterate quieter Relocating hdt' submenus
| * hdt: Adding Syslinux & About menuErwan Velu2009-02-251-5/+85
| |
| * hdt: Adding more defined values for pci components Enabling mulitple kernel ↵Erwan Velu2009-02-251-5/+37
| | | | | | | | modules per pci device Updating pcitest
| * hdt: Returning ENOPCIIDS and ENOMODULESPCIMAP when pci.ids and ↵Erwan Velu2009-02-251-7/+21
| | | | | | | | modules.pcidmap files are missing
| * hdt: More snprintf Use statusbar to display contentErwan Velu2009-02-251-127/+289
| |
| * hdt: Fix typoErwan Velu2009-02-251-4/+5
| |
| * hdt: First code review by Sebastien GonzalveErwan Velu2009-02-251-91/+90
| |
| * hdt: More comments using #ifdef ATA for useless code until I found how to ↵Erwan Velu2009-02-251-88/+142
| | | | | | | | manage ata
| * hdt: Using SUBMENULEN for realocated menusErwan Velu2009-02-251-31/+31
| |
| * hdt: Bump version 0.1.3 Improving menu's content (thx to antoine ginies) ↵Erwan Velu2009-02-251-37/+77
| | | | | | | | Cleaning useless variables Adding more info during hdt startup We now count the number of menu & the number of pci devices Improving display by moving submenu
| * hdt: Improving PCI menu displayErwan Velu2009-02-251-14/+43
| |
| * hdt: Adding kernel menu Removing beep on timeout Adjusting infobar to ↵Erwan Velu2009-02-251-6/+29
| | | | | | | | STATLEN Adding version display PCI scanning must be in the WITH_PCI ifdef
| * hdt: Removing useless stuff Adding bench on memoryErwan Velu2009-02-251-3/+17
| |
| * hdt: Improving disk detectionErwan Velu2009-02-251-27/+78
| |
| * hdt: Preliminary support for disksErwan Velu2009-02-251-79/+216
| |
| * hdt: Fixing device parameter structureErwan Velu2009-02-251-6/+12
| |
| * hdt: Initial harddrive detectionErwan Velu2009-02-251-3/+205
| |
| * hdt: Improving memory detection Adding battery detectionErwan Velu2009-02-251-13/+135
| |
| * hdt: Adding class nameErwan Velu2009-02-251-4/+8
| |
| * hdt: Adding PCI & DMI detection Main function must remain simpleErwan Velu2009-02-252-56/+212
| |
| * hdt: First releaseErwan Velu2009-02-252-1/+203
| |
* | mdiskchk: fix and update the boot loader name tableH. Peter Anvin2009-03-101-2/+4
|/ | | | Fix and update the list of boot loaders in mdiskchk.
* Clean up embedded Makefile targets; fix build failureH. Peter Anvin2008-08-221-7/+3
| | | | | | Unify common pieces to "embedded" targets (those that produce code that runs neither in the host nor in a com32 environment); this fixes the broken sample/ directory Makefile.
* Major Makefile cleanups; gcc 4.3.0 compatiblityH. Peter Anvin2008-08-201-19/+6
| | | | | Cleanup and centralize the Makefile system even more. Fix a gcc 4.3 incompatibility in memdisk (definition of strlen).
* Move files out of root into core, dos, and utilsH. Peter Anvin2008-05-291-2/+2
| | | | | | | | Move source files out of the root directory; the root is a mess and has become virtually unmaintainable. The Syslinux core now lives in core/; the Linux and generic utilities has moved into utils/, and copybs.com has moved into dos/; it had to go somewhere, and it seemed as good a place as any.
* Fixed the various Makefiles so that SYSLINUX compiles on platforms with GCC ↵Stefan Bucur2008-05-121-1/+2
| | | | -fstack-protector flag enabled by default.
* syslinux 3.63: Rename $GZIP to $GZIPPROGMaciej W. Rozycki2008-04-171-2/+2
| | | | | | | | | | | | | If the variable GZIP exists in the environment, overriding it in the Makefile exports it into the environment, causing failures: gzip -cd syslogo.ppm.gz | \ ../ppmtolss16 \#000000=0 \#d0d0d0=7 \#f6f6f6=15 \ > syslogo.lss gzip.gz: No such file or directory 204480 pixels, 25715 bytes, (74.85% compression) Use $GZIPPROG instead.
* Use $(CC) in gcc_ok macro, not plain gccH. Peter Anvin2008-03-051-1/+1
| | | | | Use $(CC) in gcc_ok macro, not plain gcc. This seems to work, iff the gcc_ok macro is declared with =, not :=
* 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
|