Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnsonjh/xinu68k
xinu68k: Xinu for the Motorola MECB, AT&T PC 7300, AT&T UNIX PC, AT&T/Olivetti 3B1, Convergent Technologies S/50, and Sun Microsystems Sun-2 & Sun-3
https://github.com/johnsonjh/xinu68k
3b1 68000 68010 att7300 m68k mecb pc7300 sun-2 sun-3 unixpc xinu xinu-os
Last synced: 2 months ago
JSON representation
xinu68k: Xinu for the Motorola MECB, AT&T PC 7300, AT&T UNIX PC, AT&T/Olivetti 3B1, Convergent Technologies S/50, and Sun Microsystems Sun-2 & Sun-3
- Host: GitHub
- URL: https://github.com/johnsonjh/xinu68k
- Owner: johnsonjh
- License: other
- Created: 2021-04-13T22:30:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-10T23:03:30.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T02:47:24.150Z (3 months ago)
- Topics: 3b1, 68000, 68010, att7300, m68k, mecb, pc7300, sun-2, sun-3, unixpc, xinu, xinu-os
- Language: C
- Homepage: https://github.com/johnsonjh/xinu68k
- Size: 1.87 MB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.TXT
- Security: SECURITY.md
Awesome Lists containing this project
README
# Xinu-68K
**_Xinu Is Not Unix_** ... for 68000 systems
## Description
Xinu is a small, elegant operating system that supports dynamic process
creation, dynamic memory allocation, network communication, local and remote
file systems, a shell, and device-independent I/O functions.Although it shares concepts and even names with Unix, the internal design
differs completely.It's small size makes it suitable for embedded environments.
## Supported Systems
- Motorola MECB
- AT&T PC 7300
- AT&T UNIX PC
- AT&T / Olivetti 3B1
- Convergent Technologies S/50
- Sun Microsystems Sun-2 series
- Sun Microsystems Sun-3 series## Licensing
- See the [Xinu license](/LICENSE.TXT) for details
## Additional Information
- Historical Xinu-68K software is available from:
- [johnsonjh/AncientXinu](https://github.com/johnsonjh/AncientXinu)
- Xinu for modern systems is available from:
- The [Xinu-OS.org](http://xinu-os.org/) homepage
- The [Xinu-OS](https://github.com/xinu-os) GitHub repository- Other classic Xinu releases are available via FTP
(_ftp://ftp.cs.purdue.edu/pub/comer/_)