[OpenBIOS] r478 - trunk/openbios-devel/include/openbios
svn at openbios.org
svn at openbios.org
Sun Mar 8 10:39:53 CET 2009
Author: blueswirl
Date: 2009-03-08 10:39:53 +0100 (Sun, 08 Mar 2009)
New Revision: 478
Modified:
trunk/openbios-devel/include/openbios/fw_cfg.h
Log:
Add new entries to firmware configuration device
Signed-off-by: Aurelien Jarno <aurelien at aurel32.net>
Modified: trunk/openbios-devel/include/openbios/fw_cfg.h
===================================================================
--- trunk/openbios-devel/include/openbios/fw_cfg.h 2009-03-08 08:17:55 UTC (rev 477)
+++ trunk/openbios-devel/include/openbios/fw_cfg.h 2009-03-08 09:39:53 UTC (rev 478)
@@ -8,6 +8,12 @@
#define FW_CFG_NOGRAPHIC 0x04
#define FW_CFG_NB_CPUS 0x05
#define FW_CFG_MACHINE_ID 0x06
+#define FW_CFG_KERNEL_ADDR 0x07
+#define FW_CFG_KERNEL_SIZE 0x08
+#define FW_CFG_KERNEL_CMDLINE 0x09
+#define FW_CFG_INITRD_ADDR 0x0a
+#define FW_CFG_INITRD_SIZE 0x0b
+#define FW_CFG_BOOT_DEVICE 0x0c
#define FW_CFG_MAX_ENTRY 0x10
#define FW_CFG_WRITE_CHANNEL 0x4000
More information about the OpenBIOS
mailing list