summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc/ & txt/: Spelling fixGene Cumm2013-07-011-2/+3
| | | | | | | Also add octal note. Reported-By: Ady <ady-sf@hotmail.com> Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
* doc/ & txt/: Document IPAPPEND/SYSAPPEND formatGene Cumm2013-06-261-1/+2
| | | | | Previously the maximum value was 7 which didn't require differentiation between decimal and hexadecimal.
* doc/syslinux.txt: grammarGene Cumm2013-06-101-1/+1
| | | | | Reported-by: Ady <ady-sf@hotmail.com> Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
* Fix SERIAL directive in docsGene Cumm2013-06-101-1/+1
| | | | Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
* Merge branch 'lwip' into elflinkMatt Fleming2013-02-263-20/+182
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Welcome to Syslinux 5.10. Conflicts: NEWS com32/lib/Makefile com32/lib/sys/open.c com32/lib/syslinux/ipappend.c com32/modules/Makefile com32/modules/prdhcp.c core/Makefile core/cmdline.inc core/com32.inc core/comboot.inc core/configinit.inc core/fs/chdir.c core/fs/fs.c core/fs/pxe/dnsresolv.c core/fs/pxe/pxe.c core/fs/pxe/pxe.h core/idle.c core/include/ctype.h core/init.inc core/mem/init.c core/parseconfig.inc core/runkernel.inc core/syslinux.ld core/ui.inc doc/comboot.txt version
| * Merge remote-tracking branch 'genec/com32-cptime-upd-for-hpa' into lwipH. Peter Anvin2012-04-251-0/+50
| |\
| | * cptime.txt: AsciiDoc manpage for cptime.c32Gene Cumm2011-12-181-0/+50
| | | | | | | | | | | | Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
| * | Merge remote-tracking branch 'origin/master' into lwipsyslinux-4.10-pre18H. Peter Anvin2012-03-303-1/+333
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | Resolved Conflicts: NEWS version Signed-off-by: H. Peter Anvin <hpa@zytor.com>
| * | Merge commit 'syslinux-4.05' into lwipH. Peter Anvin2011-12-131-0/+0
| |\ \
| * | | Create a sysappend string with some very minimal CPU informationsyslinux-4.10-pre11H. Peter Anvin2011-04-271-13/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Doing a full system manifest is obviously not possible, but we can include some very very basic CPU information. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
| * | | dmi: Add a few more DMI stringssyslinux-4.10-pre10H. Peter Anvin2011-04-271-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | Add the BIOSVENDOR, BIOSVERSION, and SYSFF strings. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
| * | | Add documentation about the new featuressyslinux-4.10-pre9H. Peter Anvin2011-04-262-17/+65
| | | |
| * | | Generalize ipappend handling as "sysappend", and move to PM codeH. Peter Anvin2011-04-252-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Generalize the ipappend handling to cover all the derivatives, and rename it "sysappend" ("ipappend" is a valid alias for all derivatives.) Move all the string handling to protected mode. Currently only pxelinux exports strings, but the plan is to change that in the future. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* | | | com32/chain: implement handling of non-standard hybrid GPT+MBR layoutsMichal Soltys2013-02-141-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We also take a bit relaxed approach - so we check for presence of 0xEE at any place, then attempt to read GPT header only if prefmbr is not set. Signed-off-by: Michal Soltys <soltys@ziu.info>
* | | | com32/chain: implement relax flagMichal Soltys2013-02-141-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This flag tones down sanity checks during partition iteration. This is useful in situations such as: - inconsistent layouts, but with some partition still in sane bootable state - usb sticks/disks moved between different PCs might return different size, which might cause problems if the partitions span the whole disk Signed-off-by: Michal Soltys <soltys@ziu.info>
* | | | com32/chain: warning/error/help/doc tidyingMichal Soltys2013-02-141-12/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Trivial change that tidies a bit warning / error reporting through fatal()/error()/warn(). Also small doc/help updates. Signed-off-by: Michal Soltys <soltys@ziu.info>
* | | | Delete 16-bit COMBOOT supportsyslinux-5.00Matt Fleming2012-12-064-966/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 16-bit COMBOOT files are no longer supported by Syslinux in 5.00 so delete all references and change any 32-bit COMBOOT image references to mention ELF instead. Some of the COMBOOT stuff is still used internally so we can't nuke core/comboot.inc yet, but that will disappear in a future release. Signed-off-by: Matt Fleming <matt.fleming@intel.com>
* | | | doc: Further explanation for the PATH directive and lookup rulesMatt Fleming2012-12-041-1/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The PATH directive can be quite confusing when coupled with the fact that the current working directory is always searched first when opening files. Signed-off-by: Matt Fleming <matt.fleming@intel.com>
* | | | doc: Document the 'PATH' directivesyslinux-5.00-pre9Matt Fleming2012-10-311-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The 'PATH' directive allows the user to specify a list of directories to search when loading modules. Signed-off-by: Matt Fleming <matt.fleming@intel.com>
* | | | doc: minor documentation updatesVanush "Misha" Paturyan2012-10-232-2/+2
| | | | | | | | | | | | | | | | | | | | syslinux.txt: syslinux binary is in "linux" directory menu.txt: menu.c32 and vesamenu.c32 are in com32/menu directory
* | | | comboot: remove comapi_chainbootsyslinux-4.06-pre14Sebastian Herbszt2012-10-151-23/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | comapi_chainboot was obsoleted in 3.80. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de> Signed-off-by: Matt Fleming <matt.fleming@intel.com>
* | | | comboot: fix documentationSebastian Herbszt2012-10-151-51/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | comapi_shuffle was obsoleted in 3.80. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de> Signed-off-by: Matt Fleming <matt.fleming@intel.com>
* | | | doc/pxechn.txt: updateGene Cumm2012-09-161-5/+5
| | | | | | | | | | | | | | | | Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
* | | | doc/pxechn.txt: Fix old exampleGene Cumm2012-09-061-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | Command line options changed. Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
* | | | doc/pxechn.txt: word wrapGene Cumm2012-09-031-17/+49
| | | | | | | | | | | | | | | | Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
* | | | doc/pxechn.txt: Updates for clarity/flowGene Cumm2012-09-031-27/+33
| | | | | | | | | | | | | | | | Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
* | | | doc/pxechn.txt: Change title for manpage use.Gene Cumm2012-09-031-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
* | | | doc/pxechn.txt: add -S, examples, clarifyGene Cumm2012-06-011-8/+11
| | | | | | | | | | | | | | | | Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
* | | | doc/pxechn.txt: WDS specifics, example, issueGene Cumm2012-05-311-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | Notes on using the WDS option. Known issue with gPXE/iPXE Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
* | | | pxechn.c32: PXE NBP chainloaderGene Cumm2012-05-271-0/+94
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Designed as a more versatile COM32-based alternative to pxechain.com. It can use the PXE RESTART or chain to the new NBP without the PXE stack. It also enables a user to boot Microsoft Windows Server 2008R2 Windows Deployment Services's wdsnbp.com from PXELINUX. Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
* | | Merge branch 'chaindev'H. Peter Anvin2012-03-262-1/+328
|\ \ \
| * | | com32/chain: once more rename option: stop -> breakMichal Soltys2011-05-101-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | Seems to be most appropriate... Signed-off-by: Michal Soltys <soltys@ziu.info>
| * | | com32/chain: minor doc fixMichal Soltys2011-05-101-7/+7
| | | | | | | | | | | | | | | | Signed-off-by: Michal Soltys <soltys@ziu.info>
| * | | com32/chain: add support for ReactOS's freeldr.sysMichal Soltys2011-05-101-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on commit: ad4cf1470977f648ee1dd45e97939589ccb0393c (might need address adjustments) Signed-off-by: Michal Soltys <soltys@ziu.info>
| * | | Merge branch 'master' into chaindevMichal Soltys2011-05-042-31/+19
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: com32/Makefile com32/modules/chain.c Note: add ReactOS' stuff introduced in old chain.c Signed-off-by: Michal Soltys <soltys@ziu.info>
| * | | com32/chain: change 'nochain' -> 'stop', update docsMichal Soltys2011-03-181-16/+15
| | | | | | | | | | | | | | | | Signed-off-by: Michal Soltys <soltys@ziu.info>
| * | | Merge branch 'master' into chaindevMichal Soltys2011-03-183-12/+33
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: com32/modules/chain.c
| * | | | com32/chain: option rename: mbrchs -> fixchsMichal Soltys2011-03-081-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michal Soltys <soltys@ziu.info>
| * | | | Merge branch 'master' into chaindevMichal Soltys2011-03-071-6/+6
| |\ \ \ \
| * | | | | com32/chain: minor fixes and cleanupsMichal Soltys2010-10-251-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - make sure opt.maps implies opt.sect, and simplify conditions throughout the files - move structure opt -> options.c - adjust #includes - omitted values in seg= and sect= are assumed 0 in all cases now - mangler_handover(): eax for gpt handover set only for iterated disks - rename parse_args() -> opt_parse_args() - rename mangler_common() -> mangler_init() - add opt_set_defs() - if mmapped sector would conflict with the file, turn off mmapping instead of bailing out - update temporary chain.txt to reflect changes + other fixups Signed-off-by: Michal Soltys <soltys@ziu.info>
| * | | | | Merge branch 'master' into chaindevMichal Soltys2010-10-142-8/+11
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: com32/modules/chain.c
| * | | | | | com32/chain: allow service-only runsMichal Soltys2010-10-081-4/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch introduces small feature, allowing so called "service-only" runs - where the chain modules does everything as instructed, but otherwise doesn't perform actual chainloading. This is useful for 'mbrchs', '[un]hide[all]' and 'setbpb'+'save' options, making possible adjustments to partition/boot sector values on any disk/partition. See 'chain' option in doc/chain.txt for more details. Signed-off-by: Michal Soltys <soltys@ziu.info>
| * | | | | | com32/chain: Add unhide and unhideall optionsMichal Soltys2010-10-081-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It could be useful to be able to simply unhide partitions. This short patch adds such functionality. Signed-off-by: Michal Soltys <soltys@ziu.info>
| * | | | | | chain module: bugfixing and cosmeticsMichal Soltys2010-09-281-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bugs: - one introduced ages ago - find_by_* functions should be tested vs. <0 for failure - one introduced by 579f15c7c456c - it accidentally blocked too much when testing for ',' in drive/partition option parsing - one introduced by d4d713c9ccfe0 - sone machines / VMs seem to set @40:75 just 1, regardless of amount of fixed disks available Signed-off-by: Michal Soltys <soltys@ziu.info>
| * | | | | | chain module: setbpb changes, bss & bs options, bugfixesMichal Soltys2010-09-281-53/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Generic function detecting BPB type (7 versions) have been added. set{hid,geo,drv} have been replaced by single setbpb option, using mentioned function to make more precise decisions what to update where. Full BSS and BS emulation has been added, also employing BPB detection. Some logic/flow changes in chain's main(). There was also a bug, in which backup sector was populated with wrong data. Appropriate documentation updates. Signed-off-by: Michal Soltys <soltys@ziu.info>
| * | | | | | chain, options: bugfixes, adjustments; big doc updateMichal Soltys2010-09-281-82/+277
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - seg='s offset values default to 0 if ommited - sect='s offset values default to 0x7c00 if ommited - FDOS's bootsector loaded at 0x1fe0 - drive / partition parsing: bugfix, so lables with ',' are recognized properly - big documentation update Signed-off-by: Michal Soltys <soltys@ziu.info>
| * | | | | | chain.c: adjust usage(), update placeholder doc/chain.txtMichal Soltys2010-08-161-98/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make usage() info more precise, adjust indentation. Update placeholder docs. Signed-off-by: Michal Soltys <soltys@ziu.info>
| * | | | | | chain.c: initial move of documentation to doc/chain.txtMichal Soltys2010-08-161-0/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch moves the commented documentation from chain.c to placeholder doc/chain.txt. Signed-off-by: Michal Soltys <soltys@ziu.info>
| * | | | | | doc/gpt.txt: minor fixMichal Soltys2010-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Information about one field was incorrect. Signed-off-by: Michal Soltys <soltys@ziu.info>
* | | | | | | Clarify the license for the Syslinux logosyslinux-4.06-pre1H. Peter Anvin2011-12-141-0/+5
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Signed-off-by: H. Peter Anvin <hpa@zytor.com>