From 38bf9089453bc8dce00bca8b349f0fc7e1a0f387 Mon Sep 17 00:00:00 2001 From: hpa Date: Tue, 15 Apr 2003 19:26:45 +0000 Subject: [PATCH] Document .c32 -> COM32 --- syslinux.doc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/syslinux.doc b/syslinux.doc index f685958..1da5fb3 100644 --- a/syslinux.doc +++ b/syslinux.doc @@ -426,13 +426,14 @@ have reliable magic numbers, SYSLINUX will look at the file extension. The following extensions are recognized (case insensitive): none or other Linux kernel image - .cbt COMBOOT image (not runnable from DOS) - .bss Boot sector, DOS superblock will be patched in [SYSLINUX only] - .bs Boot sector [SYSLINUX only] + .0 PXE bootstrap program (NBP) [PXELINUX only] .bin "CD boot sector" [ISOLINUX only] + .bs Boot sector [SYSLINUX only] + .bss Boot sector, DOS superblock will be patched in [SYSLINUX only] + .c32 COM32 image (32-bit COMBOOT) + .cbt COMBOOT image (not runnable from DOS) .com COMBOOT image (runnable from DOS) .img Disk image [ISOLINUX only] - .0 PXE bootstrap program (NBP) [PXELINUX only] For filenames given on the command line, SYSLINUX will search for the file by adding extensions in the order listed above if the plain -- 2.7.4