Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-19T07:37:18.000Z (almost 12 years ago)
- Last Synced: 2023-03-25T20:51:42.735Z (over 1 year ago)
- Topics: gcc, libc, library, pdp-10, tops-20
- Language: C
- Homepage:
- Size: 191 KB
- Stars: 6
- 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.