Olaf Seibert
c9f494a3df
EOF on the prompt should not loop infinitely
2015-07-22 01:20:34 +02:00
Olaf Seibert
75c47c9842
Rename the build executable for ITS to kn10-ks-its.
...
That should hopefully make it easier to install all versions in parallel
in the same directory, with less duplication.
2015-07-22 00:31:27 +02:00
Olaf Seibert
23378e1e9b
Slightly update build instructions.
2015-07-19 16:18:35 +02:00
Olaf Seibert
06caf9770d
Add a Linux AXP target (also usable for amd64 aka x86_64 hosts)
...
so that the USEINT memory model can be used, rather than the USEHWD model
that gets used for 32-bit i386.
2015-07-19 15:56:09 +02:00
Olaf Seibert
b03241657d
Add two helper scripts to put xterms in a nice mood for ITS.
2015-07-18 03:14:59 +02:00
Olaf Seibert
6c0cbe0f91
Improve comment.
2015-07-18 02:40:46 +02:00
Olaf Seibert
800d799b34
Fix usage printing.
2015-07-18 02:21:37 +02:00
Olaf Seibert
dafe65141a
Make sure printf() arguments are of the right size.
...
Apparently they have a different size on Linux.
2015-07-18 02:21:14 +02:00
Olaf Seibert
4a29858bbf
Remove extra arguments to printf().
...
These are presumably block numbers but they get printed earlier anyway.
2015-07-18 02:20:29 +02:00
Olaf Seibert
5365b5845a
Conditionalize a debug message that doesn't compile on Linux.
2015-07-18 02:18:43 +02:00
Olaf Seibert
c948e8efff
<asm/io.h> moved to <sys/io.h>.
2015-07-18 02:18:05 +02:00
Olaf Seibert
b9fcfeab37
Make build script more useful
...
by making it guess the build type from the directory you're in.
Alternatively you can override it on the command line.
2015-07-18 02:16:26 +02:00
Olaf Seibert
52e89809fc
Add handy building script.
2015-05-04 01:08:45 +02:00
Olaf Seibert
d59d61451c
Rename FILE *logf and static void log(char *fmt, ...)
...
because gcc complains about them:
vdkfmt.c:133:7: warning: built-in function 'logf' declared as non-function
tapedd.c:246:7: warning: built-in function 'logf' declared as non-function
enaddr.c:174:13: warning: conflicting types for built-in function 'log'
even though it probably should not. <math.h> has not been included as
far as I can see.
2015-05-04 01:07:26 +02:00
Olaf Seibert
9800c5b768
Fix some undeclared functions
...
by adding the proper #includes.
gcc warned with "warning: incompatible implicit declaration of built-in
function 'foo'".
2015-05-04 00:47:36 +02:00
Olaf Seibert
aad94caa2f
Fix undefined int swstatus
...
when building enaddr.
2015-05-04 00:38:33 +02:00
Olaf Seibert
425337375c
Remove src/*.old files.
2015-04-27 23:37:11 +02:00
Olaf Seibert
79e1a9e898
Add a build note for strange error
...
"[DTE: Bad to-10 BP 442200,,733000][dte_10xfrbeg: 10cnt left:
4086][dte_10xfrbeg: out of data, no I bit]"
2015-04-27 23:34:34 +02:00
Olaf Seibert
0a03946833
Add tap/bridge support,
...
and some other small build support things for my environment.
2015-04-27 23:33:58 +02:00
Olaf Seibert
f5ed23867f
Fix bad code generation
...
multiple modifications of the same variable between sequence
points leads to undefined behaviour.
2015-04-27 23:20:16 +02:00
Olaf Seibert
58b59dbaa1
Overlay panda-dist/klh10-2.0h
...
by the late MRC, Mark Crispin.
Source: probably the former http://panda.com/tops-20/ .
panda-dist.tar.gz dated Mar 30 2007.
klh10-2.0h
2015-04-27 23:07:21 +02:00
Olaf Seibert
00b977cfde
Add klh10-2.0a-aux.tgz.
klh10-2.0a
2015-04-27 22:59:12 +02:00
Olaf Seibert
742b43d025
Initial import of klh10-2.0a.tgz
...
dated Nov 19 2001.
Source: http://klh10.trailing-edge.com/
2015-04-27 22:54:12 +02:00