repo.or.cz
/
mascara-docs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* cormen book
[mascara-docs.git]
/
i86
/
mtx-16-bit
/
mtx
/
samples
/
LAB3
/
mk
blob
e45a36327eb88c6c29f0878c148195106d36877b
1
bcc -c t.c
2
as86 -o s.o s.s
3
ld86 -d s.o t.o /usr/lib/bcc/libc.a
4
ls -l a.out
5
6
mount -o loop /root/dosemu/mtximage A
7
cp a.out A/boot/mtx
8
umount A
9
10
11
rm *.o