Parcourir la source

Add INIT_PCIBIOS

tags/v0.9.3
Michael Brown il y a 19 ans
Parent
révision
5603c879c4
1 fichiers modifiés avec 5 ajouts et 4 suppressions
  1. 5
    4
      src/include/init.h

+ 5
- 4
src/include/init.h Voir le fichier

@@ -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 )		      \

Chargement…
Annuler
Enregistrer