|
@@ -28,10 +28,9 @@
|
|
|
#define PROCINFO_INITFUNC 12
|
|
|
|
|
|
#define MACHINFO_TYPE 0
|
|
|
-#define MACHINFO_PHYSRAM 4
|
|
|
-#define MACHINFO_PHYSIO 8
|
|
|
-#define MACHINFO_PGOFFIO 12
|
|
|
-#define MACHINFO_NAME 16
|
|
|
+#define MACHINFO_PHYSIO 4
|
|
|
+#define MACHINFO_PGOFFIO 8
|
|
|
+#define MACHINFO_NAME 12
|
|
|
|
|
|
#define KERNEL_RAM_ADDR (PAGE_OFFSET + TEXT_OFFSET)
|
|
|
|