summaryrefslogtreecommitdiff
path: root/kernel.inc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-09-22 23:24:45 -0700
committerH. Peter Anvin <hpa@zytor.com>2006-09-22 23:24:45 -0700
commitce38624d82626553018b85d210beb8ea34bd7eab (patch)
treedbdc3387cdfc596015a48b3f494e26476a04e7d1 /kernel.inc
parenta584b423450923389f4dc25480e30472c8641d38 (diff)
downloadsyslinux-ce38624d82626553018b85d210beb8ea34bd7eab.tar.gz
Add support for forcing the filetype, and loading a secondary config file.
Add support for forcing the filetype, and loading a secondary config file. Also bump the version number to version 3.40.
Diffstat (limited to 'kernel.inc')
-rw-r--r--kernel.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/kernel.inc b/kernel.inc
index 48a704bc..2a99da57 100644
--- a/kernel.inc
+++ b/kernel.inc
@@ -87,4 +87,17 @@ pxelinux_id equ 032h ; 3 = SYSLINUX family; 2 = PXELINUX
isolinux_id equ 033h ; 3 = SYSLINUX family; 3 = ISOLINUX
extlinux_id equ 034h ; 3 = SYSLINUX family; 4 = EXTLINUX
+;
+; Types of vkernels
+;
+VK_KERNEL equ 0 ; Choose by filename
+VK_LINUX equ 1 ; Linux kernel image
+VK_BOOT equ 2 ; Boot sector
+VK_BSS equ 3 ; BSS boot sector
+VK_FDIMAGE equ 4 ; Floppy disk image
+VK_COMBOOT equ 5 ; COMBOOT image
+VK_COM32 equ 6 ; COM32 image
+VK_CONFIG equ 7 ; Configuration file
+VK_TYPES equ 8 ; Number of VK types
+
%endif ; _KERNEL_INC