Difference between revisions of "Downloads"

From Embedded Xinu
Jump to navigation Jump to search
m (Protected "Downloads": Why was this not set? [edit=sysop:move=sysop])
(Reorganized to present more clear download links.)
Line 1: Line 1:
 
== Embedded XINU 1.0 ==
 
== Embedded XINU 1.0 ==
The venerable [[XINU|XINU operating system]] has been used in classrooms, research labs, and commercial development firms for nearly a quarter of a century.
+
 
Reimplemented in ANSI standard C, targeted to a modern RISC architecture, and optimized for resource-scarce embedded systems,
+
The venerable [[XINU|XINU operating system]] has been used in classrooms, research labs, and commercial development firms for nearly a quarter of a century. Reimplemented in ANSI standard C, targeted to a modern RISC architecture, and optimized for resource-scarce embedded systems, Embedded XINU is rested, relaxed, and ready to go for the next quarter century.
Embedded XINU is rested, relaxed, and ready to go for the next quarter century.
 
* [http://www.mscs.mu.edu/~brylow/xinu/xinu_mips-latest.tgz Gzipped tarball (xinu_mips-latest.tgz)]
 
* [http://www.mscs.mu.edu/~brylow/xinu/xinu_mips-latest.tar.bz2 Bzipped tarball (xinu_mips-latest.tar.bz2)]
 
  
 
The current version includes:
 
The current version includes:
Line 20: Line 17:
 
* Interactive shell with basic commands
 
* Interactive shell with basic commands
  
== XINU Console Tools ==
+
{|
 +
! Version
 +
! Download Link
 +
|-
 +
| Embedded Xinu 1.0.2 (latest release)
 +
| [http://www.mscs.mu.edu/~brylow/xinu/xinu_mips-latest.tar.gz gz] [http://www.mscs.mu.edu/~brylow/xinu/xinu_mips-latest.tar.bz2 bz2]
 +
|}
 +
 
 +
== Xinu Console Tools ==
 +
 
 
The [[XINU Console Tools|XINU Console]] Daemon and various associated utilities provide network clients with connectivity to backend consoles that are really only connected directly to the console host. The xinu-console software package is now freely available for UNIX console hosts and front end clients.
 
The [[XINU Console Tools|XINU Console]] Daemon and various associated utilities provide network clients with connectivity to backend consoles that are really only connected directly to the console host. The xinu-console software package is now freely available for UNIX console hosts and front end clients.
* [http://www.mscs.mu.edu/~brylow/xinu/xinu-console-latest.tar.gz Gzipped tarball (xinu-console-latest.tar.gz)]
+
 
* [http://www.mscs.mu.edu/~brylow/xinu/xinu-console-latest.src.rpm Source RPM for Fedora Core (xinu-console-latest.src.rpm)]
+
(''Note: Information about the Windows version of the console tools can be found on the [[WinXINU]] page.'')
 +
 
 +
{|
 +
! Version
 +
! Download Link
 +
|-
 +
| Xinu Console Tools 2.05 (Linux/Unix version)
 +
| [http://www.mscs.mu.edu/~brylow/xinu/xinu-console-latest.tar.gz gz] [http://www.mscs.mu.edu/~brylow/xinu/xinu-console-latest.src.rpm RPM]
 +
|-
 +
| Xinu Console Tools (Windows)
 +
| ''Not yet available.''
 +
|}

Revision as of 17:43, 1 July 2008

Embedded XINU 1.0

The venerable XINU operating system has been used in classrooms, research labs, and commercial development firms for nearly a quarter of a century. Reimplemented in ANSI standard C, targeted to a modern RISC architecture, and optimized for resource-scarce embedded systems, Embedded XINU is rested, relaxed, and ready to go for the next quarter century.

The current version includes:

  • Process management primitives
  • Preemptive multitasking
  • Priority-based scheduling
  • Semaphore synchronization
  • Message-passing interprocess communication
  • Sleep and wake
  • Dynamic memory allocation
  • Synchronous and asynchronous serial drivers
  • Buffered I/O
  • Device-independent I/O layer
  • Embedded MIPS32 loader
  • Interactive shell with basic commands
Version Download Link
Embedded Xinu 1.0.2 (latest release) gz bz2

Xinu Console Tools

The XINU Console Daemon and various associated utilities provide network clients with connectivity to backend consoles that are really only connected directly to the console host. The xinu-console software package is now freely available for UNIX console hosts and front end clients.

(Note: Information about the Windows version of the console tools can be found on the WinXINU page.)

Version Download Link
Xinu Console Tools 2.05 (Linux/Unix version) gz RPM
Xinu Console Tools (Windows) Not yet available.