ash: default to an editing mode
[minix.git] / kernel / usermapped_data.c
blobbec1696f5cdf0c3334bf185442017670a158da4b
1 #include "kernel/kernel.h"
3 /* This is the user-visible struct that has pointers to other bits of data. */
4 struct minix_kerninfo minix_kerninfo;
6 /* Kernel information structures. */
7 struct kinfo kinfo; /* kernel information for users */
8 struct machine machine; /* machine information for users */
9 struct kmessages kmessages; /* diagnostic messages in kernel */
10 struct loadinfo loadinfo; /* status of load average */