patch-1.3.94 linux/arch/m68k/boot/atari/sysvars.h
Next file: linux/arch/m68k/config.in
Previous file: linux/arch/m68k/boot/atari/bootstrap.h
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Wed Dec 27 22:44:47 1995
- Orig file:
v1.3.93/linux/arch/m68k/boot/atari/sysvars.h
- Orig date:
Thu Jan 1 02:00:00 1970
diff -u --recursive --new-file v1.3.93/linux/arch/m68k/boot/atari/sysvars.h linux/arch/m68k/boot/atari/sysvars.h
@@ -0,0 +1,22 @@
+typedef struct _osheader
+{
+ unsigned short os_entry;
+ unsigned short os_version;
+ void *reseth;
+ struct _osheader *os_beg;
+ void *os_end;
+ long os_rsv1;
+ void *os_magic;
+ long os_date;
+ unsigned short os_conf;
+ unsigned short os_dosdate;
+ char **p_root;
+ unsigned char **pkbshift;
+ void **p_run;
+ char *p_rsv2;
+} OSHEADER;
+
+#define phystop ((unsigned long *)0x42e)
+#define _sysbase ((OSHEADER **)0x4f2)
+#define _p_cookies ((unsigned long **)0x5a0)
+#define ramtop ((unsigned long *)0x5a4)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this