Browse Source

web

pull/1/head
Rafael Zurita 6 years ago
parent
commit
0e8b3326c3
  1. 7
      README.md
  2. 2273
      config/y.tab.c
  3. 15
      index.html
  4. 4
      www/build_web.sh
  5. 6
      www/w2.html

7
README.md

@ -1,3 +1,4 @@
[visit the Xinu for AVR atmega328p Web Page](http://se.fi.uncoma.edu.ar/xinu-avr/)
<img style="float: right;" src="www/files/placa2.jpg">
@ -31,9 +32,9 @@ Xinu originally ran on Digital Equipment Corporation LSI 11's with only 64K byte
There are current versions of Xinu for Galileo Intel boards, ARM Beagle Boards, several MIPS platforms, and for x86 PC hardware and virtual machines.
<a name="code"></a>
### Xinu for AVR atmega328p available for download:
### source code:
There is just one git repository, and it has everything. The list below is just for convenience:
There is just one git repository, and it has everything [git](http://github.com/zrafa/xinu-avr/). The list below is just for convenience:
* <a href="https://github.com/zrafa/xinu-avr">The Xinu OS for AVR atmega328p</a>
* <a href="https://github.com/zrafa/xinu-avr/apps">example apps</a>
@ -41,7 +42,7 @@ There is just one git repository, and it has everything. The list below is just
* <a href="https://xinu.cs.purdue.edu/">The official Xinu Page and Code</a>
<a name="authors"></a>
**Authors**:
#### Authors:
* Xinu OS Copyright (c) 2012, 2015
Douglas E. Comer and CRC Press, Inc.

2273
config/y.tab.c

File diff suppressed because it is too large Load Diff

15
index.html

@ -59,16 +59,16 @@ Xinu uses powerful primitives to provides all the componentes and the same funct
<p>Xinu originally ran on Digital Equipment Corporation LSI 11's with only 64K bytes of memory, at the end of 1979 and the inning of 1980. Over the years Xinu versions Xinu have been expanded and ported to a wide variety of architectures and platforms, including: IBM PC, Macintosh, Digital Equipment Corporation VAX and DECStation 3100, Sun Microsystems Sun 2, Sun 3 and Sparcstations, and for several ARM, MIPS and x86 embedded boards. It has been used as the basis for many research projects. Furthermore, Xinu has been used as an embedded system in products by companies such as Motorola, Mitsubishi, Hewlett-Packard, and Lexmark. There is a full TCP/IP stack, and even the original version of Xinu (for the PDP-11) supported arbitrary processes and network I/O.</p>
<p>There are current versions of Xinu for Galileo Intel boards, ARM Beagle Boards, several MIPS platforms, and for x86 PC hardware and virtual machines.</p>
<p><a name="code"></a></p>
<h3>Xinu for AVR atmega328p available for download:</h3>
<p>There is just one git repository, and it has everything. The list below is just for convenience:</p>
<h3>source code:</h3>
<p>There is just one git repository, and it has everything <a href="http://github.com/zrafa/xinu-avr/">git</a>. The list below is just for convenience:</p>
<ul>
<li><a href="https://github.com/zrafa/xinu-avr">The Xinu OS for AVR atmega328p</a></li>
<li><a href="https://github.com/zrafa/xinu-avr/apps">example apps</a></li>
<li><a href="https://github.com/zrafa/xinu-avr/apps/shell">The xinu shell and tiny UNIX-like utilities (editor, basic interpreter, ps, kill, echo, uptime, sleep, etc)</a></li>
<li><a href="https://xinu.cs.purdue.edu/">The official Xinu Page and Code</a></li>
</ul>
<p><a name="authors"></a>
<strong>Authors</strong>:</p>
<p><a name="authors"></a></p>
<h4>Authors:</h4>
<ul>
<li>Xinu OS Copyright (c) 2012, 2015
Douglas E. Comer and CRC Press, Inc.</li>
@ -112,12 +112,7 @@ was inducted into the Internet Hall of Fame on September, 2019.</p>
<p><a name="lab"></a></p>
<h3>Getting started</h3>
<p>Xinu is easy of understand, so a developer can obtain a copy
of the system to examine, modify, instrument, measure, extend, or transport it to another architecture.</p>
<br>
<br>
of the system to examine, modify, instrument, measure, extend, or transport it to another architecture.</p><br><br><hr> last edit: mié jul 1 09:03:32 -03 2020- Rafael Ignacio Zurita <rafa@fi.uncoma.edu.ar> <br>
</body></html>

4
www/build_web.sh

@ -1,5 +1,7 @@
markdown_py -f index.html $1
cat w1.html index.html w2.html > /tmp/deleteme.html
echo '<br><br><hr> last edit: '$(date)'- Rafael Ignacio Zurita <rafa@fi.uncoma.edu.ar> <br>' > /tmp/deleteme2
cat w1.html index.html /tmp/deleteme2 w2.html | grep -v "visit the Xinu" > /tmp/deleteme.html
rm index.html
rm /tmp/deleteme2
mv /tmp/deleteme.html ../index.html

6
www/w2.html

@ -1,9 +1,3 @@
<br>
<br>
</body></html>

Loading…
Cancel
Save