Skip to content

Latest commit

 

History

History
110 lines (74 loc) · 2.23 KB

index.rst

File metadata and controls

110 lines (74 loc) · 2.23 KB

Systèmes informatiques

.. only:: html

 Ce site web contient le support du cours `SINF1252 <http://www.uclouvain.be/cours-2015-LSINF1252.html>`_ donné aux `étudiants en informatique <http://www.uclouvain.be/info.html>`_ à l'`Université catholique de Louvain <http://www.uclouvain.be>`_ (UCL). Les étudiants sont invités à ajouter leur commentaires en soumettant des patches via https://github.com/obonaventure/SystemesInformatiques .

 La version HTML est la préférable car elle contient des liens hypertextes vers les pages de manuel Linux qui font partie de la matière. D'autres formats sont possibles pour ceux qui veulent lire le document hors ligne :

        - :download:`distrib/SINF1252.epub` en format epub lisible sur tablettes style iPad ou Galaxy Tab
        - :download:`distrib/SINF1252.pdf` en format pdf pour lecture via les logiciels Adobe ou pour impression



Théorie

Introduction

.. toctree::
   :maxdepth: 2

   Theorie/intro

Langage C

.. toctree::
   :maxdepth: 2

   Theorie/C/intro-C
   Theorie/C/datatypes
   Theorie/C/malloc
   Theorie/C/linker.rst

Structure des ordinateurs

.. toctree::
   :maxdepth: 2

   Theorie/Assembleur/memory

Systèmes Multiprocesseurs

.. toctree::
   :maxdepth: 2

   Theorie/Threads/threads
   Theorie/Threads/threads2
   Theorie/Threads/coordination
   Theorie/Threads/processus

Fichiers

.. toctree::
   :maxdepth: 2

   Theorie/Fichiers/fichiers
   Theorie/Fichiers/fichiers-signaux


Mémoire virtuelle

.. toctree::
   :maxdepth: 2

   Theorie/MemoireVirtuelle/vmem



Outils

.. toctree::
   :maxdepth: 2

   Outils/intro-outils
   Outils/git
   Outils/make
   Outils/ssh
   Outils/cunit
   Outils/processus
   Outils/valgrind
   Outils/gdb
   Outils/gprof
   Outils/shell
   Outils/gcc

Annexes

.. toctree::
   :maxdepth: 2

   bib
   glossaire