Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/include add BI_MODULE_IMAGE boot module type
details: https://anonhg.NetBSD.org/src/rev/26d2a3cf571c
branches: trunk
changeset: 761755:26d2a3cf571c
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun Feb 06 23:14:04 2011 +0000
description:
add BI_MODULE_IMAGE boot module type
diffstat:
sys/arch/x86/include/bootinfo.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r e1d62d66b229 -r 26d2a3cf571c sys/arch/x86/include/bootinfo.h
--- a/sys/arch/x86/include/bootinfo.h Sun Feb 06 23:13:04 2011 +0000
+++ b/sys/arch/x86/include/bootinfo.h Sun Feb 06 23:14:04 2011 +0000
@@ -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;
Home |
Main Index |
Thread Index |
Old Index