]> Zhao Yanbai Git Server - minix.git/commitdiff
- new entry for bios_wini and ipc
authorBen Gras <ben@minix3.org>
Mon, 21 Sep 2009 14:26:20 +0000 (14:26 +0000)
committerBen Gras <ben@minix3.org>
Mon, 21 Sep 2009 14:26:20 +0000 (14:26 +0000)
 - start ipc server on botting

etc/drivers.conf
etc/usr/rc

index ced6186f4b1e666a86068da4fb7ec95d2c098826..382099585da0d83fa74f31db71601ce5112ee5fd 100644 (file)
@@ -192,6 +192,9 @@ driver is
                PROFBUF         # 38
                SYSCTL
        ;
+       vm
+               CTL
+       ;
        uid 0;
 };
 
@@ -246,6 +249,23 @@ driver at_wini
        ;
 };
 
+driver bios_wini
+{
+       system
+               UMAP            # 14
+               SETALARM        # 24
+               TIMES           # 25
+               GETINFO         # 26
+               SAFECOPYFROM    # 31
+               SAFECOPYTO      # 32
+               SETGRANT        # 34
+               READBIOS        # 35
+               PROFBUF         # 38
+               SYSCTL
+               INT86
+       ;
+};
+
 driver mfs
 {
        system
@@ -354,3 +374,34 @@ driver amddev
        ;
        uid     0;
 };
+
+driver ipc
+{
+       system
+               UMAP
+               PROFBUF
+               SAFECOPYFROM
+               SAFECOPYTO
+               VIRCOPY
+               SETGRANT
+               SYSCTL
+               ;
+       uid     0;
+       ipc
+               SYSTEM
+               PM
+               RS
+               LOG
+               TTY
+               DS
+               VM
+               ;
+       vm
+               REMAP
+               UNREMAP
+               GETPHYS
+               GETREFCNT
+               QUERYEXIT
+               ;
+};
+
index e9f52a966acbbe14e3cdb4cd7e14e44ba9904825..390d3f06e893d59c12c27cd74e16a616dd4c6e55 100644 (file)
@@ -102,6 +102,7 @@ start)
     done
     up inet -script /etc/rs.inet
     up printer -dev /dev/lp -period 10HZ
+    up ipc
     echo .
 
     # Network initialization.