summaryrefslogtreecommitdiff
path: root/com32/hdt/floppy
Commit message (Collapse)AuthorAgeFilesLines
* hdt: Adding Silent modeErwan Velu2012-09-101-1/+1
| | | | | | | By using the "silent" option at the cmdline, HDT tries not displaying any boring message. This is particulary interesting with the "display" option.
* hdt: Removing builting sleep support in sayErwan Velu2012-05-291-1/+1
| | | | | If people want to sleep while saying message, they now have to use the sleep command instead of the previous specific %x syntax.
* hdt: Adding sleep commandErwan Velu2012-05-291-1/+1
| | | | | | | This command will help users getting some delay between two automatic commands. As an example, it can be used to show a serie of pictures.
* hdt: Adding display command to change backgroundErwan Velu2012-05-291-0/+10
| | | | | | | This command allow switching the background image. This could be used for example to give more explicit message to users. Idea is coming from the FGTC project
* hdt: Adding say & postexec demoErwan Velu2012-05-271-0/+9
| | | | When building official hdt image, let's add a say & postexec example.
* hdt: Adding dump mode on pre-built imagesErwan Velu2011-04-191-0/+9
| | | | As we now have a dump mode, let's add an entry in our menu for that.
* hdt: Fixing vesa detectionErwan Velu2011-02-031-1/+1
| | | | | | | When booting by using the VESA mode, the init order wasn't correct. This was introduced by commit 460a711a8d3e0c71abe9edaf15cbb366d0f70c81 Thx Ralf Carl for reporting this.
* hdt: Updating memtest to 4.20Erwan Velu2011-01-261-2/+2
|
* hdt: Fixing verbose modeErwan Velu2011-01-251-1/+10
| | | | | HDT's images were lacking of a verbose mode. Quiet is the default so we have to enforce the verbose if needed.
* hdt: updating memtest to 4.10Erwan Velu2010-06-221-2/+2
|
* hdt: Fixing memtest entryErwan Velu2009-12-041-1/+1
| | | | | | Impact: none Fixing memtest entry
* hdt: Adding memtest entry in the menuErwan Velu2009-12-041-0/+9
| | | | | | Imapct: Allow people starting memtest from the menu Users can now starts memtest for our menu
* hdt: Adding CODENAME in title (menu.c32)Erwan Velu2009-12-041-1/+1
| | | | | | Impact: visual Let's display the CODENAME in the menu title
* hdt: Auto generating versions for menu modeErwan Velu2009-12-041-2/+3
| | | | | | Impact: visual The menu mode now display the current version
* hdt: Improving help messages' display in menuErwan Velu2009-12-041-9/+9
| | | | | | Impact: Visual Help messages need a space for increasing readbility
* hdt: Improving menu layoutErwan Velu2009-12-041-0/+19
| | | | | | Impact: visual Improving layout. Thx gert.
* hdt: Adding a menu for floppy & iso imagesErwan Velu2009-12-041-1/+44
| | | | | | | Impact: none Floppy & ISO images are now featuring a menu mode. Thx gert for this idea.
* hdt: hdt.img must use 8.3 namingErwan Velu2009-11-201-1/+1
| | | | | | Impact: Loading files is now working again Prior to that commit, the hdt.img was failing loading files
* hdt: Disabling SERIAL 0 supportErwan Velu2009-11-161-1/+0
| | | | | | Impact: Improves speed As reported in ticket #24, removing SERIAL output increase performances
* hdt: Generating gzipped content in binary imagesErwan Velu2009-11-101-1/+1
| | | | | | Impact: Reduces image size Floppies & ISO are now using gzipped content to reduce the size
* hdt: iso/floppy have to be quiethdt-0.3.5Erwan Velu2009-11-091-1/+1
| | | | | | | Impact: Quieten output of hdt By default, the provided iso/floppies are now quieter. This will increase the readibility of HDT's output
* hdt: Adding serial output when building HDT imagesErwan Velu2009-11-021-0/+1
| | | | | | Impact: Serial output have to be activated That's almost useful having the serial output when running HDT
* hdt: Removing pci.idsErwan Velu2009-10-051-17141/+0
| | | | | | | Impact: Removing optional file The pci.ids have to be taken on the system or downloaded from the pciids website. Syslinux doesn't have to provide it.
* hdt: Adding hdt.img targetGert Hulselmans2009-10-043-0/+17149
Impact: add a bootable floppy image The 'make hdt.img' command generates a hdt.img file. hdt.img is a 2.88MB floppy bootable image.