xref: /inferno-os/appl/cmd/install/archfs.m (revision 37da2899f40661e3e9631e497da8dc59b971cbd0)
1Archfs : module
2{
3	PATH : con "/dis/install/archfs.dis";
4
5	init : fn(ctxt : ref Draw->Context, args : list of string);
6	initc : fn(args : list of string, c : chan of int);
7};
8