Changes to includes for VM, IOPL, logging. Increased _NR_PROCS, CLICK_SIZE is

now 4096.
This commit is contained in:
Philip Homburg
2005-09-30 12:47:03 +00:00
parent 5f7b803dcd
commit 31c1d6bf0d
6 changed files with 45 additions and 4 deletions

View File

@@ -10,5 +10,7 @@
#include <minix/ioctl.h>
#define MIOCRAMSIZE _IOW('m', 3, u32_t)
#define MIOCMAP _IOR('m', 4, struct mapreq)
#define MIOCUNMAP _IOR('m', 5, struct mapreq)
#endif /* _S_I_MEMORY_H */