bind devshr to /shr

This commit is contained in:
cinap_lenrek 2011-08-16 01:49:37 +02:00
parent b0f1c5ed6c
commit cb9e638c00
3 changed files with 3 additions and 0 deletions

View file

@ -9,6 +9,7 @@ bind #d /fd
bind -c #e /env
bind #p /proc
bind -c #s /srv
bind -q #σ /shr
bind -a #¤ /dev
# mount points

View file

@ -23,6 +23,7 @@ boot(int argc, char *argv[])
bind("#ec", "/env", MREPL);
bind("#e", "/env", MBEFORE|MCREATE);
bind("#s", "/srv", MREPL|MCREATE);
bind("#σ", "/shr", MREPL);
if(Debug){
int i;

View file

@ -104,6 +104,7 @@ rootreset(void)
addrootdir("proc");
addrootdir("root");
addrootdir("srv");
addrootdir("shr");
}
static Chan*