Drop main() prototype. Syncs with NetBSD-8
[minix.git] / minix / tests / testvm.conf
blob7be4436f834241acaaafded75de0e52f1314b7e9
1 service testvm {
2         ipc     ALL;    # All system ipc targets allowed
3         system  BASIC;          # Only basic kernel calls allowed
4         vm      MAPCACHEPAGE SETCACHEPAGE FORGETCACHEPAGE CLEARCACHE;
5         io      NONE;           # No I/O range allowed
6         irq     NONE;           # No IRQ allowed
7         sigmgr          rs;     # Signal manager is RS
8         scheduler    sched;     # Scheduler is sched
9         priority         5;     # priority queue 5
10         quantum        500;     # default server quantum