mirror of
https://github.com/DoctorWkt/unix-jun72.git
synced 2026-01-11 23:53:34 +00:00
added sed for asm math bug; added sym for fpsym
This commit is contained in:
parent
797cf4aa19
commit
aa16294b7f
@ -12,7 +12,7 @@
|
||||
tape;300 / dec tape interrupt
|
||||
disk;300 / rk03 interrupt
|
||||
. = orig+300
|
||||
0*4+trcv; 240; 0*4+txmt; 240 / dc11 input;output interrupt vectors
|
||||
0*4+trcv; 240; 0*4+txmt; 240 / dc11 input,output interrupt vectors
|
||||
1*4+trcv; 240; 1*4+txmt; 240
|
||||
2*4+trcv; 240; 2*4+txmt; 240
|
||||
3*4+trcv; 240; 3*4+txmt; 240
|
||||
|
||||
3
sys1.s
3
sys1.s
@ -45,3 +45,6 @@ sr = 0177311
|
||||
nor = 0177312
|
||||
lsh = 0177314
|
||||
ash = 0177316
|
||||
|
||||
/ hack
|
||||
fpsym = 0
|
||||
|
||||
@ -21,11 +21,12 @@ for f in rebuilt/u?.s ; do
|
||||
b=`basename $f`
|
||||
if [ $COLD = 1 ] ; then
|
||||
sed -e 's/.*init by copy.*/4;4;unkni;0;fpsym;0/' \
|
||||
-e 'sX\[systm-inode\]\\/2X-191.X' \
|
||||
-e 's/mount/xmount/' \
|
||||
-e 's/gtty/xgtty/' \
|
||||
-e 's/cold = 0/cold = 1/' < $f > build/$b
|
||||
else
|
||||
sed -e 's/.*init by copy.*/4;4;unkni;0;fpsym;0/' \
|
||||
-e 'sX[systm-inode]\/2X-101.X' \
|
||||
-e 's/mount/xmount/' < $f > build/$b
|
||||
fi
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user