Difference between revisions of "Downloads"

From Embedded Xinu
Jump to navigation Jump to search
m (Bump version of xinu-console tools.)
(Updated to 1.5)
Line 1: Line 1:
== Embedded XINU 1.0 ==
+
== Embedded XINU 1.5 ==
  
 
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.
 
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.
Line 16: Line 16:
 
* Embedded MIPS32 loader
 
* Embedded MIPS32 loader
 
* Interactive shell with basic commands
 
* Interactive shell with basic commands
 +
* '''Wired network driver'''
 +
* '''Programmable network switch (Using [[w:IEEE 802.1Q|IEEE 802.1Q]])'''
  
 
=== Downloads ===
 
=== Downloads ===
Line 23: Line 25:
 
! Download Link
 
! Download Link
 
|-
 
|-
| Embedded Xinu 1.0.2 (latest release)
+
| Embedded Xinu 1.5 (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]
+
| [http://www.mscs.mu.edu/~mschul/xinu/xinu_mips-latest.tar.gz gz] [http://www.mscs.mu.edu/~mschul/xinu/xinu_mips-latest.tar.bz2 bz2]
 
|}
 
|}
  

Revision as of 22:18, 3 October 2008

Embedded XINU 1.5

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
  • Wired network driver
  • Programmable network switch (Using IEEE 802.1Q)

Downloads

Version Download Link
Embedded Xinu 1.5 (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.)

Downloads

Version Download Link
Xinu Console Tools 2.06 (Linux/Unix version) gz RPM
Xinu Console Tools (Windows) Installation