Module Name: src
Committed By: jmcneill
Date: Sun Feb 6 23:14:04 UTC 2011
Modified Files:
src/sys/arch/x86/include: bootinfo.h
Log Message:
add BI_MODULE_IMAGE boot module type
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/x86/include/bootinfo.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/x86/include/bootinfo.h
diff -u src/sys/arch/x86/include/bootinfo.h:1.16 src/sys/arch/x86/include/bootinfo.h:1.17
--- src/sys/arch/x86/include/bootinfo.h:1.16 Mon Aug 24 02:15:46 2009
+++ src/sys/arch/x86/include/bootinfo.h Sun Feb 6 23:14:04 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: bootinfo.h,v 1.16 2009/08/24 02:15:46 jmcneill Exp $ */
+/* $NetBSD: bootinfo.h,v 1.17 2011/02/06 23:14:04 jmcneill Exp $ */
/*
* Copyright (c) 1997
@@ -173,6 +173,7 @@
};
#define BI_MODULE_NONE 0x00
#define BI_MODULE_ELF 0x01
+#define BI_MODULE_IMAGE 0x02
struct btinfo_modulelist {
struct btinfo_common common;