release.sh: restore -jJAILDIR option
[minix.git] / kernel / usermapped_data.c
blobd95a085cc6cbeaf9e890ae8e88405fef439027fc
1 #include "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 */