|
|
1.1 root 1: #
2: # device-independent boot blocks
3: # 1kb for 1K filesystems, 4kb for 4K filesystems
4: # 512 bytes long, expected to live in sector 0
5: #
6:
7: all:V:1kb 4kb
8:
9: %b: bbs %.t
10: ./bbs <$stem.t >$target
11:
12: %.t: %.s bblock.s
13: as -d2 -o $target $stem.s bblock.s
14: size $target
15: nm -u $target | sed 's/^/Undefined: /'
16: bbs: bbs.c
17: cc -o bbs bbs.c
18:
19: #
20: # plan 9 hackery
21: #
22: k: k.out bbs
23: bbs <k.out > k
24: k.out: bnot.s 4k.s
25: as -o k.out -d2 4k.s bnot.s
26: size k.out
27: nm -u k.out
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.