Skip to content

Commit

Permalink
Merge pull request #35 from xinu-os/docs-update
Browse files Browse the repository at this point in the history
Update docmentation
  • Loading branch information
brylow committed Jun 5, 2024
2 parents b34b40e + 56a8549 commit 30777a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ Steven Munson. The Motorola 68000 (Sun 3) port of Xinu was developed
by Shawn Ostermann, circa 1988. The Sparc port of Xinu was developed
by Jim Griffioen. The PowerPC port of Xinu was developed in 2005 by
Dennis Brylow. The MIPS implementation of Embedded Xinu was developed
in 2006 by Dennis Brylow.
in 2006 by Dennis Brylow. The ARM implementation of Embedded Xinu was developed
in 2010 by Dennis Brylow and the Embedded Xinu team. The RISC-V implementation
of Embedded Xinu was developed in 2023 by Alex Gebhard, Jack Forden, and Dennis Brylow.

The Embedded Xinu operating system is Copyright (c) 2007, 2008, 2009,
and 2010 by Douglas Comer and Dennis Brylow.
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ Currently, Embedded Xinu supports Linksys WRT54GL, Linksys WRT160NL,
and the Qemu-mipsel virtual machine. For an updated list
of supported platforms, visit:

http:https://xinu.mscs.mu.edu/List_of_supported_platforms
https:https://xinu.cs.mu.edu/index.php/List_of_supported_platforms

In order to communicate with the router, you need to perform a hardware
modification that will expose the serial port that exists on the PCB. For
more information on this process, see:

http:https://xinu.mscs.mu.edu/Modify_the_Linksys_hardware
https:https://xinu.cs.mu.edu/index.php/Modify_the_Linksys_hardware

### 3.2 Cross-compiler ###

Expand All @@ -82,7 +82,7 @@ computer's architecture to MIPSEL (little endian MIPS for the 54GL router)
or MIPS (big endian for the 160NL router). Instructions on how to do this
can be found here:

http:https://xinu.mscs.mu.edu/Build_Xinu#Cross-Compiler
https:https://xinu.cs.mu.edu/index.php/Build_Xinu#Cross-Compiler

### 3.3 Serial communication software ###

Expand All @@ -91,7 +91,7 @@ a program called tty-connect which can serve the purpose for a UNIX
environment. More information about the Xinu Console Tools can be found
at:

http:https://xinu.mscs.mu.edu/Console_Tools#Xinu_Console_Tools
https:https://xinu.cs.mu.edu/index.php/Console_Tools#Xinu_Console_Tools

### 3.4 TFTP server software ###

Expand Down Expand Up @@ -158,7 +158,7 @@ If all has gone correctly the router you will be greeted with the Xinu Shell

The home of the Embedded Xinu project

http:https://xinu.mscs.mu.edu/
https:https://xinu.cs.mu.edu/index.php/

### Dr. Brylow's Embedded Xinu Lab Infrastructure Page ###

Expand Down

0 comments on commit 30777a8

Please sign in to comment.