diff --git a/README.md b/README.md index 7c75e58..6f55703 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ xinu-avr The **xinu-avr** project is a **Xinu Operating System** subset, modified to run on an AVR atmega328p microcontroller (e.g. Arduino boards). -[Visit its Web Page for greater instructions.](http://se.fi.uncoma.edu.ar/xinu-avr/) +[Visit its Web Page for detailed instructions.](http://se.fi.uncoma.edu.ar/xinu-avr/) Demo video: Xinu OS into atmega328p MCU diff --git a/index.html b/index.html index f96ae46..7c225a5 100644 --- a/index.html +++ b/index.html @@ -42,7 +42,7 @@

xinu-avr

The xinu-avr project is a Xinu Operating System subset, modified to run on an AVR atmega328p microcontroller (e.g. Arduino boards).

-

Visit its Web Page for greater instructions.

+

Visit its Web Page for detailed instructions.

Demo video: Xinu OS into atmega328p MCU

At present, the core pieces of Xinu are working, so you can already integrate it in the development of multi-tasking embedded systems (you will also need any bare AVR MCU, or Arduino board, of course).

@@ -121,7 +121,7 @@ was inducted into the Internet Hall of Fame on September, 2019.

Comer's three-volume textbook series, Internetworking with TCP/IP, written in 1987, is widely considered to be the authoritative reference for Internet protocols. The series played a key role in popularizing Internet protocols by making them more understandable to a new generation of engineers and IT professionals.

Prof. Douglas Comer designed and developed the Xinu operating system in 1979-1980.

Douglas Comer Page

-

Internet Hall of Fame




last edit: Thu Jul 30 19:24:00 -03 2020 - Rafael Ignacio Zurita (rafa at fi.uncoma.edu.ar)

+

Internet Hall of Fame




last edit: Thu Jul 30 19:29:24 -03 2020 - Rafael Ignacio Zurita (rafa at fi.uncoma.edu.ar)

diff --git a/www/build_web.sh b/www/build_web.sh index cec80e5..c40c79e 100755 --- a/www/build_web.sh +++ b/www/build_web.sh @@ -1,7 +1,7 @@ markdown_py -f index.html $1 echo '


last edit: '$(date)' - Rafael Ignacio Zurita (rafa at fi.uncoma.edu.ar)

' > /tmp/deleteme2 -cat w1.html index.html /tmp/deleteme2 w2.html | grep -v "visit the Xinu" | grep -v "xinu-arduino" | grep -v "=====" > /tmp/deleteme.html +cat w1.html index.html /tmp/deleteme2 w2.html | grep -v "visit its Web" | grep -v "xinu-arduino" | grep -v "=====" > /tmp/deleteme.html rm index.html rm /tmp/deleteme2 mv /tmp/deleteme.html ../index.html