User Tools

Site Tools


ns32ksoft

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ns32ksoft [2026/06/24 08:45] โ€“ adminns32ksoft [2026/06/24 09:22] (current) โ€“ [Opus Systems board] admin
Line 8: Line 8:
 Definicon DSI-32 was an "32-bit coprocessor" 8-bit ISA bus board with NS32032 CPU designed to run "heavy" math tasks. Definicon DSI-32 was an "32-bit coprocessor" 8-bit ISA bus board with NS32032 CPU designed to run "heavy" math tasks.
  
-See Byte Magazine articles:\\+See the Byte Magazine articles:\\
 https://archive.org/details/BYTE_Vol_10-08_1985-08_The_Amiga\\ https://archive.org/details/BYTE_Vol_10-08_1985-08_The_Amiga\\
 p. 120 The DSI-32 Coprocessor Board. Part 1: The Hardware\\ p. 120 The DSI-32 Coprocessor Board. Part 1: The Hardware\\
Line 18: Line 18:
 p.52 The Definicon DSI-32 Co-Processor\\ p.52 The Definicon DSI-32 Co-Processor\\
  
-Interesting issue about "Scienstific coprocessors" for the early PCs (PC Mag 14 Apr 1987) \\+An interesting issue regarding "Scienstific coprocessors" for the early PCs (PC Mag 14 Apr 1987)\\
 https://books.google.ru/books?id=Jr7Bj4Yr0FMC&printsec=frontcover\\ https://books.google.ru/books?id=Jr7Bj4Yr0FMC&printsec=frontcover\\
 p.208 "Changing the rules of the game"\\ p.208 "Changing the rules of the game"\\
Line 32: Line 32:
 === DSI-32 Software === === DSI-32 Software ===
 1) http://user.berklix.org/~dlr/dsi/set021387/\\ 1) http://user.berklix.org/~dlr/dsi/set021387/\\
-This is a complete Definicon software set. Includes GreenHills C (K&R only), Fortran and Pascal compilers. Filenames are in mixed case. An assembler was developed by Computer Systems Design (Perth, Western Australia) and language compilers are from Green Hills Software. The assembler is quite powerful and supports the **module** concept for the 32000 (unlike many other assemblers including ''gas''). There are also two alternative assemblers (included). Object module format is proprietary. Executables have a suffix ''*.e32'' and this is an ''a.out'' variant (loader sources is available in the LOAD sources).+This is a complete Definicon software set. It includes the GreenHills C (K&R only), Fortran and Pascal compilers. Filenames are in mixed case. An assembler was developed by Computer Systems Design (Perth, Western Australia) and language compilers are from Green Hills Software. The assembler is quite powerful and supports the **module** concept for the 32000 (unlike many other assemblers including ''gas''). There are also two alternative assemblers (included). The object module format is proprietary. Executables have a suffix ''*.e32'' and this is an ''a.out'' variant (loader sources is available in the LOAD sources).
  
 <code>CSD-32000 Assembler V1.00a, Computer Systems Design <code>CSD-32000 Assembler V1.00a, Computer Systems Design
Line 43: Line 43:
  
 2) http://cpu-ns32k.net/files/Def-Soft.zip \\ 2) http://cpu-ns32k.net/files/Def-Soft.zip \\
-This archive contains a more recent assembler, but not a full set. Includes 32IO and LOAD sources(!). Filenames in Uppercase. Also includes some Public Domain utilities.+This archive contains a more recent assembler, but not a full set. Includes the 32IO and LOAD sources(!). Filenames in Uppercase. Also includes some Public Domain utilities.
 <code>DSI-32000 Assembler V1.03m, Definicon Systems Inc. <code>DSI-32000 Assembler V1.03m, Definicon Systems Inc.
 DSI-32000 Linker V1.03d, Definicon Systems Inc</code> DSI-32000 Linker V1.03d, Definicon Systems Inc</code>
Line 52: Line 52:
 C Compiler options: [[dsi32-copt]] . TODO: change emulator to "virtual" directory (?). C Compiler options: [[dsi32-copt]] . TODO: change emulator to "virtual" directory (?).
  
-''ln'' linker has unusual syntax. It requires a special "definition file" (slightly similar to the "response file" for a Microsoft's linker). Software distribution provides sample files with ''def'' or ''d32'' extension.\\+The ''ln'' linker has unusual syntax. It requires a special "definition file" (slightly similar to the "response file" for a Microsoft's linker). The software distribution provides sample files with ''def'' or ''d32'' extension.\\
 LN users manual: http://cpu-ns32k.net/files/LN_user_manual.pdf LN users manual: http://cpu-ns32k.net/files/LN_user_manual.pdf
  
 === Emulator === === Emulator ===
-As it is clear, Definicon software requires a real DSI-32 card with a real 32000 CPU installed in a PC. Fortunately, in 2016 Dave Rand wrote a **DSI-32 emulator** using a 32016 software emulator from the Acorn 32016 Tube Coprocessor Board project:\\+As is clear, Definicon software requires a real DSI-32 card with a real 32000 CPU installed in a PC. Fortunately, in 2016 Dave Rand wrote a **DSI-32 emulator** using a 32016 software emulator from the Acorn 32016 Tube Coprocessor Board project:\\
 https://github.com/hoglet67/PiTubeClient\\ https://github.com/hoglet67/PiTubeClient\\
 https://github.com/hoglet67/PiTubeDirect https://github.com/hoglet67/PiTubeDirect
Line 79: Line 79:
 <code>for i in *; do mv $i `echo $i | tr [:upper:] [:lower:]`; done</code> <code>for i in *; do mv $i `echo $i | tr [:upper:] [:lower:]`; done</code>
  
-A ''mon2m'' is a symbolic debugger. To use a symbolic debugger you have to make a ''<name>.s32'' file with linker directive ''symbol''Debugger will load it automatically. Second argument ''<name>.e32'' is a program to debug. It becomes ''argv[0]'' argument. Symbolic names must start with ''.'' to inform the debugger that the string is a name and not a hexadecimal input:+A ''mon2m'' is a symbolic debugger. To use a symbolic debugger you have to make a ''<name>.s32'' file with linker directive ''symbol''The debugger will load it automatically. Second argument ''<name>.e32'' is a program to debug. It becomes ''argv[0]'' argument. Symbolic names must start with ''.'' to inform the debugger that the string is a name and not a hexadecimal input:
 <code>./load ln -a file=test map symbol <code>./load ln -a file=test map symbol
 ./load mon2m test ./load mon2m test
Line 136: Line 136:
 ==== GENIX ==== ==== GENIX ====
  
-GENIX was National Semiconductor's trademark for the UNIX-class OS for the NS32000 architecture. Early GENIX was a 4.xBSD port and later GENIX was a UNIX SYSV (R2 and R3) port. A significant number of workstations used this OS: i.e. [[http://cpu-ns32k.net/Whitechapel.html|Whitechapel Computer Works]], [[http://cpu-ns32k.net/Trinity.html|Trinity Workstation]] and [[http://cpu-ns32k.net/Opus.html|NS SYS32/20]]. There were also proprietary 32000 UNIX ports under its own names (i.e. Sequent [[wp>DYNIX]], [[http://cpu-ns32k.net/Siemens.html|Siemens MX 300]] [[wp>SINIX]], [[http://cpu-ns32k.net/Encore.html|Encore]] UMAX, Tektronix UTek etc.)+GENIX was National Semiconductor's trademark for the UNIX-class OS for the NS32000 architecture. Early GENIX was a 4.xBSD port and later GENIX was a port of UNIX SYSV (R2 and R3). A significant number of workstations used this OS: i.e. [[http://cpu-ns32k.net/Whitechapel.html|Whitechapel Computer Works]], [[http://cpu-ns32k.net/Trinity.html|Trinity Workstation]] and [[http://cpu-ns32k.net/Opus.html|NS SYS32/20]]. There were also proprietary 32000 UNIX ports under its own names (i.e. Sequent [[wp>DYNIX]], [[http://cpu-ns32k.net/Siemens.html|Siemens MX 300]] [[wp>SINIX]], [[http://cpu-ns32k.net/Encore.html|Encore]] UMAX, Tektronix UTek etc.)
  
 === GENIX Documentation === === GENIX Documentation ===
Line 146: Line 146:
 section 7-16 (GENIX/V.3 is a port of AT&T's System V, Release 3.0, UNIX operating system for the Series 32000 microprocessor family. ) section 7-16 (GENIX/V.3 is a port of AT&T's System V, Release 3.0, UNIX operating system for the Series 32000 microprocessor family. )
  
-Tilson, Michael (October 1983). "[[https://archive.org/stream/byte-magazine-1983-10/1983_10_BYTE_08-10_UNIX#page/n267/mode/2up|Moving Unix to New Machines]]". BYTE. p. 266. An article about porting early UNIX to the NS32000 architecture. Seems this article is a source of the "unreliability" opinion about NS32000 CPU.+Tilson, Michael (October 1983). "[[https://archive.org/stream/byte-magazine-1983-10/1983_10_BYTE_08-10_UNIX#page/n267/mode/2up|Moving Unix to New Machines]]". BYTE. p. 266. The article discusses porting early UNIX to the NS32000 architecture. Seems this article is a source of the "unreliability" opinion about NS32000 CPU โ€” a view that was subsequently widely repeated in other articles.
  
 Since GENIX 2 is based on AT&T SYSVR2/3, most documentation is suitable for it as well.\\ Since GENIX 2 is based on AT&T SYSVR2/3, most documentation is suitable for it as well.\\
Line 169: Line 169:
  
 ==== Opus Systems board ==== ==== Opus Systems board ====
 +
 +http://cpu-ns32k.net/Opus.html
  
 1) http://bitsavers.trailing-edge.com/bits/OpusSystems/Floppies/\\ 1) http://bitsavers.trailing-edge.com/bits/OpusSystems/Floppies/\\
Line 262: Line 264:
 page 33 page 33
  
-It is still possible to run GNX tools under [[https://www.dosbox.com/|DosBox]] even on the recent Windows system (including a modern 64-bit Windows 10). DosBox is an emulator program which emulates an IBM PC compatible computer running a DOS operating system.+It is still possible to run the GNX tools under [[https://www.dosbox.com/|DosBox]] even on the recent Windows system (including a modern 64-bit Windows 10). DosBox is an emulator program which emulates an IBM PC compatible computer running a DOS operating system. Although DosBox is primarily designed to run PC games, it also runs system programs well.
  
 Download a GNX 4.4\\ Download a GNX 4.4\\
ns32ksoft.1782290756.txt.gz ยท Last modified: by admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki