summaryrefslogtreecommitdiff
path: root/core/configinit.inc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into fscH. Peter Anvin2010-01-061-9/+1
|\ | | | | | | | | | | | | | | | | | | | | Resolved Conflicts: core/configinit.inc version Resolved Undetected Conflicts: core/ui.inc Signed-off-by: H. Peter Anvin <hpa@zytor.com>
| * Update date to 2010H. Peter Anvin2010-01-061-0/+1
| |
| * core: Remove the built-in defaultH. Peter Anvin2010-01-061-9/+0
| | | | | | | | | | | | | | The built-in default is rarely if ever used anymore and highly confusing to users. Remove it entirely. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* | core: rename .text, .data and .bss to .text16, .data16, .bss16unify-pmH. Peter Anvin2009-05-131-2/+2
|/ | | | | | | | Rename the .text, .data and .bss sections to .text16, .data16 and .bss16, in anticipation of being linked with compiler-generated 32-bit code, which presumably would like to use the standard section names. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Move files out of root into core, dos, and utilsH. Peter Anvin2008-05-291-0/+59
Move source files out of the root directory; the root is a mess and has become virtually unmaintainable. The Syslinux core now lives in core/; the Linux and generic utilities has moved into utils/, and copybs.com has moved into dos/; it had to go somewhere, and it seemed as good a place as any.