Procházet zdrojové kódy

Add INIT_PCIBIOS

tags/v0.9.3
Michael Brown před 19 roky
rodič
revize
5603c879c4
1 změnil soubory, kde provedl 5 přidání a 4 odebrání
  1. 5
    4
      src/include/init.h

+ 5
- 4
src/include/init.h Zobrazit soubor

@@ -37,10 +37,11 @@ struct init_fn {
37 37
 #define INIT_CONSOLE	"01"
38 38
 #define	INIT_CPU	"02"
39 39
 #define	INIT_TIMERS	"03"
40
-#define	INIT_MEMSIZES	"04"
41
-#define INIT_RELOCATE	"05"
42
-#define	INIT_PCMCIA	"05"
43
-#define	INIT_HEAP	"07"
40
+#define INIT_PCIBIOS	"04"
41
+#define	INIT_MEMSIZES	"05"
42
+#define INIT_RELOCATE	"06"
43
+#define	INIT_PCMCIA	"07"
44
+#define	INIT_HEAP	"08"
44 45
 
45 46
 /* Macro for creating an initialisation function table entry */
46 47
 #define INIT_FN( init_order, init_func, reset_func, exit_func )		      \

Načítá se…
Zrušit
Uložit