View of xos/website/links.xml


XOS | Parent Directory | View | Download

<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright (C) 2008  Emmanuel Varoquaux
 
This file is part of XOS.
 
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
 
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
 
You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
-->
<page id="links">
<title>Liens</title>
<body>
<text>
<h1>Liens</h1>
<h2>Développement</h2>
<ul>
<li>Centre de ressources sur les systèmes d'exploitations : <a href="http://www.nondot.org/sabre/os/articles">http://www.nondot.org/sabre/os/articles</a></li>
<li>Site collaboratif sur les systèmes d'exploitations : <a href="http://www.osdev.org/">http://www.osdev.org/</a></li>
<li>L'émulateur IA-32 <i>Open Source</i> bochs : <a href="http://bochs.sourceforge.net/">http://bochs.sourceforge.net/</a></li>
</ul>
<h2>Normes</h2>
<ul>
<li>Spécifications du système d'exploitation standard de l'Open Group : <a href="http://www.opengroup.org/onlinepubs/009695399/">http://www.opengroup.org/onlinepubs/009695399/</a></li>
</ul>
<h2>Matériel</h2>
<ul>
<li>Manuel de référence du programmeur de l'Intel 80386 : <a href="http://www.cs.ucla.edu/~kohler/class/04f-aos/ref/i386/toc.htm">http://www.cs.ucla.edu/~kohler/class/04f-aos/ref/i386/toc.htm</a></li>
</ul>
<h2>Terminal</h2>
<ul>
<li>Interface des terminaux (Single UNIX Specification) : <a href="http://www.opengroup.org/onlinepubs/007908799/xbd/termios.html">http://www.opengroup.org/onlinepubs/007908799/xbd/termios.html</a></li>
</ul>
<h2>Interpréteur de commandes</h2>
<ul>
<li>Langage de commandes (Open Group Base Specifications) : <a href="http://www.opengroup.org/onlinepubs/000095399/utilities/xcu_chap02.html">http://www.opengroup.org/onlinepubs/000095399/utilities/xcu_chap02.html</a></li>
<li>Bibliothèque readline de GNU : <a href="http://tiswww.case.edu/php/chet/readline/rltop.html">http://tiswww.case.edu/php/chet/readline/rltop.html</a></li>
</ul>
<h2>Divers</h2>
<ul>
<li>Le meilleur site que je connaisse sur la réalisation de sites web : <a href="http://fr.selfhtml.org/">http://fr.selfhtml.org/</a></li>
<li>Ma page montagne : <a href="http://emmanuel.varoquaux.free.fr/">http://emmanuel.varoquaux.free.fr/</a></li>
<li>Ma page personnelle : <a href="http://emmanuel.varoquaux.free.fr/perso/">http://emmanuel.varoquaux.free.fr/perso/</a></li>
</ul>
</text>
</body>
</page>