| plan 9 kernel history: overview | file list | diff list |
1990/0315/gnot/boot.c (diff list | history)
| 1990/0315/sys/src/9/gnot/boot.c:40,47 – 1990/0322/sys/src/9/gnot/boot.c:40,47 (short | long | prev | next) | ||
| 1990/0312 | cfd = open("#k/2/ctl", 2); if(cfd < 0) error("opening #k/2/ctl"); | |
| 1990/0322 | sendmsg(cfd, "connect helix.bootfs"); print("connected to helix.bootfs\n"); | |
| 1990/0312 | close(cfd); /* | |