nd100x

SINTRAN DISK IMAGE

To boot SINTRAN you need a SMD disk with SINTRAN installed. In the ‘images’ folder there is a compressed image of SMD0.IMG.

Uncompress and copy to root folder.

cd images
bunzip2 SMD0.IMG.bz2
cp SMD0.IMG ..
cd ..

Boot with

build/bin/nd100x --boot=smd

Or - if you want to boot from floppy

build/bin/nd100x --boot=floppy

Login

Push ESC to activate the login after boot

log in with user “SYSTEM”, no password.

Commands

Installed reentrant programs

Other programs

Read files

Use command COPY TERM

copy term dump-1:mode

Compile a C program

@CC-100 HELLO:C
@NRL
IMAGE 100
PROG-FILE "HELLO"
LOAD CC-2HEADER
LOAD HELLO
LOAD CC-2BANK
LOAD CC-2TRAILER
EXIT

You can find a sampele program (CAT:C) and a compile script (CSESSION:MODE) in the user RONNY

Shutdown

Log in as system, enter command “STOP-SYSTEM”