Lines Matching defs:bootconfig
52 struct bootconfig { struct
53 u_int magic;
54 u_int version; /* version 2+ */
56 u_char machine_id[4]; /* unique machine Id */
57 char kernelname[80];
58 char args[512]; /* 512 bytes is better than 4096 */
60 u_int kernvirtualbase; /* not used now */
61 u_int kernphysicalbase; /* not used now */
62 u_int kernsize;
63 u_int scratchvirtualbase; /* not used now */
64 u_int scratchphysicalbase; /* not used now */
65 u_int scratchsize; /* not used now */
67 u_int ksym_start;
68 u_int ksym_end;
70 u_int MDFvirtualbase; /* not used yet */
71 u_int MDFphysicalbase; /* not used yet */
72 u_int MDFsize; /* not used yet */
74 u_int display_phys;
75 u_int display_start;
99 extern struct bootconfig bootconfig; argument