summaryrefslogtreecommitdiff
path: root/core/regdump.inc
Commit message (Collapse)AuthorAgeFilesLines
* Mechanically rename the writestr functionsH. Peter Anvin2008-06-151-2/+2
| | | | | | | | | | Mechanically rename the writestr functions: writestr -> writestr_early cwritestr -> writestr ... to reflect which function is more appropriate to call in normal circumstances.
* Move files out of root into core, dos, and utilsH. Peter Anvin2008-05-291-0/+108
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.