Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the spelling of "Boston" | hpa | 2004-12-14 | 1 | -1/+1 |
| | |||||
* | Convert to using a 32-bit installer framework, in preparation for | hpa | 2003-04-10 | 1 | -12/+6 |
| | | | | supporting gzip compressed images | ||||
* | Clean up gcc version dependencies, mostly related to asm() statements. | hpa | 2001-12-17 | 1 | -6/+8 |
| | |||||
* | Support parsing the command line, and setting the geometry that way.syslinux-1.65-pre8 | hpa | 2001-12-12 | 1 | -3/+8 |
| | |||||
* | Checkpoint: add printf() for debugging, remove query of E881 (seems | hpa | 2001-12-11 | 1 | -0/+310 |
| | | | | | | to hang some systems), move E820 table to conventional memory (sized dynamically), use BIOS memory pointer to determine where in DOS memory to put our routine. | ||||
* | Hello, World now working...syslinux-1.65-pre3 | hpa | 2001-12-10 | 1 | -5/+11 |
| | |||||
* | Make sure we use calll/retl for the C code, so the stack frame layout | hpa | 2001-12-10 | 1 | -2/+4 |
| | | | | matches the one used in 32-bit mode. | ||||
* | Simple console I/O, mostly for debugging. | hpa | 2001-12-10 | 1 | -0/+46 |