https://github.com/larsbrinkhoff/pdp10-small-libc
Small C library for the PDP-10.
https://github.com/larsbrinkhoff/pdp10-small-libc
gcc libc library pdp-10 tops-20
Last synced: about 1 month ago
JSON representation
Small C library for the PDP-10.
- Host: GitHub
- URL: https://github.com/larsbrinkhoff/pdp10-small-libc
- Owner: larsbrinkhoff
- Created: 2013-01-16T12:46:25.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-19T07:37:18.000Z (over 12 years ago)
- Last Synced: 2025-04-09T19:11:25.748Z (about 1 month ago)
- Topics: gcc, libc, library, pdp-10, tops-20
- Language: C
- Homepage:
- Size: 191 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Small C library for the PDP-10 architecture and TOPS-20 operating
system.The bin directory contains scripts for simulating ar, as, ld, and
ranlib by using ftp and telnet to call MAKLIB, MACRO, and LINK on a
TOPS-20 machine. Host, user, password, and working directory should
be entered into the params.exp file.The include directory has all public header files.
The src directory contains the library implementation. The .c files
are written to be compiled with the PDP-10 target for GCC which can be
found on http://pdp10.nocrew.org/gcc/. The .s files are in TOPS-20
MACRO syntax. The pre-compiled .o and .a files are in LINK .REL
format.