summaryrefslogtreecommitdiff
path: root/graphics.inc
Commit message (Collapse)AuthorAgeFilesLines
* Switch the display file and graphics routines to using the getc stackH. Peter Anvin2008-02-121-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 yearH. Peter Anvin2008-01-101-1/+1
|
* Update the memory layout specificationH. Peter Anvin2007-10-031-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 Anvin2006-09-221-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 coreH. Peter Anvin2006-08-251-2/+30
| | | | as to what the graphics mode is set to.
* Remove CVS-era $Id$ tags.H. Peter Anvin2006-08-171-1/+0
|
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-3/+2
|
* Reorganize memory so we don't have to relocate pxelinux and have morehpa2005-08-201-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-pre3hpa2004-12-171-0/+18
| | | | | The .bss section at the beginning of each .asm file is now downright tiny.
* Fix the spelling of "Boston"hpa2004-12-141-1/+1
|
* Remove all explicit "near" declarations, except the ones that arehpa2002-06-101-1/+1
| | | | absolutely necessary.
* Move VGA graphics code to a shared include filehpa2002-04-261-0/+318