| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Switch the display file and graphics routines to using the getc stack | H. Peter Anvin | 2008-02-12 | 1 | -87/+56 |
| | | | | | | | | The file display and graphics routines used their own file management since the old getc code did not nest. The new one does (necessary to support INCLUDE), so use the same routines and get rid of the ad hoc buffer management. | ||||
| * | Update copyright year | H. Peter Anvin | 2008-01-10 | 1 | -1/+1 |
| | | |||||
| * | Update the memory layout specification | H. Peter Anvin | 2007-10-03 | 1 | -1/+1 |
| | | | | | | | Update the memory layout specification. Remove NASM 0.98.38 bug workarounds, rebalance the bss sections, and introduce the new section .adv which contain the auxilliary data vector. | ||||
| * | Add support for forcing the filetype, and loading a secondary config file. | H. Peter Anvin | 2006-09-22 | 1 | -1/+1 |
| | | | | | | Add support for forcing the filetype, and loading a secondary config file. Also bump the version number to version 3.40. | ||||
| * | Support sending information from the comboot module to the syslinux core | H. Peter Anvin | 2006-08-25 | 1 | -2/+30 |
| | | | | | as to what the graphics mode is set to. | ||||
| * | Remove CVS-era $Id$ tags. | H. Peter Anvin | 2006-08-17 | 1 | -1/+0 |
| | | |||||
| * | Across-the-board stealth whitespace cleanup | H. Peter Anvin | 2006-05-03 | 1 | -3/+2 |
| | | |||||
| * | Reorganize memory so we don't have to relocate pxelinux and have more | hpa | 2005-08-20 | 1 | -1/+1 |
| | | | | | stack for extlinux; add tool to check for section overflow. | ||||
| * | Actually use sections, and move common variables into the .inc files.syslinux-2.20-pre3 | hpa | 2004-12-17 | 1 | -0/+18 |
| | | | | | | The .bss section at the beginning of each .asm file is now downright tiny. | ||||
| * | Fix the spelling of "Boston" | hpa | 2004-12-14 | 1 | -1/+1 |
| | | |||||
| * | Remove all explicit "near" declarations, except the ones that are | hpa | 2002-06-10 | 1 | -1/+1 |
| | | | | | absolutely necessary. | ||||
| * | Move VGA graphics code to a shared include file | hpa | 2002-04-26 | 1 | -0/+318 |
