summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: Move Makefile fragments into mk/Matt Fleming2011-04-071-1/+2
| | | | | | | | | | | | | | | | | | Move the MCONFIG files into a mk/ directory and give them more descriptive names. This is purely a cosmetic change to make the 'include' directives a bit more coherent by making it obvious exactly which MCONFIG file we're including. For example, in com32/lua/src/Makefile we exchange the line, include ../../MCONFIG for the much more comprehensible, include $(MAKEDIR)/com32.mk Signed-off-by: Matt Fleming <matt.fleming@linux.intel.com>
* ver.com: Update some of how DRMK is handledGene Cumm2010-11-061-3/+14
|
* ver.com: Fix month calculation for DRMK Build DateGene Cumm2010-11-021-1/+7
|
* modules/Makefile: add ver.comGene Cumm2010-10-251-1/+1
|
* ver.com: Fixed width number output; Conditional skip DOS serialGene Cumm2010-10-251-44/+104
| | | | | | | Create two functions, writedecb[23], to output a byte AL as fixed with of 2 or 3 characters wide, 0 prepend If all of the DOS Serialnumber is 0, don't bother with printing anything.
* ver.com: Compact file by reuse of stringGene Cumm2010-10-241-9/+13
|
* ver.com: Update to pull info from DRMKGene Cumm2010-10-241-5/+116
|
* ver.com: Import from previously private branch as new fileGene Cumm2010-10-241-0/+414
|
* gfxboot: remove 16-bit gfxboot moduleH. Peter Anvin2010-02-282-1085/+1
| | | | | | Get rid of the 16-bit gfxboot module; use gfxboot.c32 instead. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* int18: module for local booting using INT 18hH. Peter Anvin2009-09-132-1/+17
| | | | | | | At least until we can get a better handle on return vs INT 18h, provide a module so we can at least tell people how to test. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* gfxboot: remove obsolete message regarding pxelinux supportSebastian Herbszt2009-07-181-1/+0
| | | | | | PXELINUX is supported by the gfxboot module. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
* gfxboot: parse TIMEOUT keywordSebastian Herbszt2009-07-181-2/+73
| | | | | | Parse the TIMEOUT keyword from the config file and pass it to gfxboot core. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
* gfxboot: only call gfxboot core if labels are specifiedSebastian Herbszt2009-07-181-0/+9
| | | | | | Only call gfxboot core if labels are specified in the config file. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
* gfxboot: display error message if bootlogo file not foundSebastian Herbszt2009-07-181-0/+9
| | | | | | Display an error message if the user specified bootlogo file is not found. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
* gfxboot: change handling of keywordsSebastian Herbszt2009-07-181-23/+34
| | | | | | Makes handling of keywords more flexible. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
* poweroff: add copyright noticeSebastian Herbszt2009-05-041-0/+16
| | | | | | | Add a copyright notice. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* poweroff COMBOOT moduleSebastian Herbszt2009-05-042-1/+87
| | | | | | | | | | | | | This module is able to power off a system via APM. It was tested on QEMU, Bochs and VMware. Possible usage: TIMEOUT 3000 TOTALTIMEOUT 9000 ONTIMEOUT poweroff.com - Sebastian
* pxechain: remove unused ipaddrbufSebastian Herbszt2009-05-021-3/+0
| | | | Remove unused ipaddrbuf.
* gfxboot: increase bss alignment to 4Ksyslinux-3.80-pre6H. Peter Anvin2009-05-011-1/+1
| | | | | | | | Increase the bss alignment (and therefore the alignment of buffers) to 4K rather than 512 bytes -- this in anticipation of future hard disks with 4K sectors. This only changes the actual bss location by 1.5K. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* gfxboot: align buffers and move them into bssH. Peter Anvin2009-05-012-44/+65
| | | | | | | | | Align I/O buffers to a multiple of 512 bytes, as required by the Syslinux ABI. Furthermore, move them from data to bss, so that they don't occupy space in the image file. Signed-off-by: H. Peter Anvin <hpa@zytor.com> Acked-by: Sebastian Herbszt <herbszt@gmx.de>
* Fix NASM dependency generationH. Peter Anvin2009-04-271-1/+1
| | | | | | | | | Fix missing -M from NASM dependency generation calls; adopt the uniform stanza "-M -DDEPEND" even for sites that were already correct. Also, use ">" not ">>" for obvious reasons... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Unify dependency generation: MCONFIG.embeddedH. Peter Anvin2009-04-271-7/+4
| | | | | | | Unify dependency generation and move common rules into MCONFIG.embedded. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Global whitespace cleanup.H. Peter Anvin2009-04-201-10/+10
| | | | Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* gfxboot: parse DEFAULT keywork in syslinux config filesyslinux-3.74Christophe Fergeau2009-04-091-2/+32
| | | | | | | | | | The gfxboot COM module currently ignores the DEFAULT entry set in syslinux config file and always default to 0 instead. This patch parses DEFAULT entries in the config file and set the default entry accordingly. Signed-off-by: Christophe Fergeau <cfergeau@mandriva.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* gfxboot module: fix copyright noticeSebastian Herbszt2009-04-081-2/+7
| | | | Include copyright notices of reused code.
* Gfxboot COMBOOT moduleSebastian Herbszt2009-04-072-1/+930
| | | | | A COMBOOT module to interface to Steffen Winterfeldt's Gfxboot graphical front end (http://gfxboot.sourceforge.net/).
* Fix "make clean" confusionsyslinux-3.72H. Peter Anvin2008-09-251-1/+1
| | | | | | | | "make clean" must NOT remove stuff that "make installer" should not rebuild. This is a somewhat unfortunate choice of naming, but that's the way it is. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Add pxechain.com; new modules direction; reorganize installationH. Peter Anvin2008-08-272-0/+624
Add the pxechain module from Jeffery Hutzelman at CMU. Create new modules directory for non-com32 modules. Centralize installation, since we have three types of install, and only one of them was distributed. Signed-off-by: H. Peter Anvin <hpa@zytor.com>