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
* reordered a little bit
[mascara-docs.git]
/
i86
/
mtx-16-bit
/
mtx
/
samples
/
LAB4
/
mk
blob
1411fcf416967a01702da70fef500b5b0edffe45
1
bcc -c t.c
2
as86 -o ts.o ts.s
3
ld86 -d ts.o t.o mtxlib /usr/lib/bcc/libc.a
4
5
ls -l a.out
6
7
#mount /dev/fd0 /fd0
8
#cp a.out /fd0/sys/mtx
9
#cp a.out /fd0/boot/mtx
10
#umount /dev/fd0
11
12
mount -o loop /root/dosemu/mtximage A
13
cp a.out A/boot/mtx
14
umount A
15
16
rm *.o a.out
17
echo done mtx