Changes between Version 9 and Version 10 of AS6-TME-B1


Ignore:
Timestamp:
Feb 9, 2022, 8:39:31 AM (2 years ago)
Author:
franck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AS6-TME-B1

    v9 v10  
    2323* Vous devez avoir installer l'environnement, sinon relisez [wiki:Howto-TP Configuration de l'environnement]
    2424* Dans le `terminal`, exécutez la commande  **`cd ; tree -L 2 2kO6`**. Vous devriez obtenir ceci:
    25 {{{#!bash
     25{{{
    26262kO6/
    2727├── bin
    28 │   ├── almo1.x
    29 │   ├── fb
    30 │   ├── gcc
    31 │   ├── soclib-fb
    32 │   ├── Source-me.sh
    33 │   └── tracelog
    34 ├── LICENSE
    35 ├── Makefile
    36 ├── README.md
    37 └── tp1
    38     ├── 00_do_first
    39     ├── 01_kinit
    40     ├── 02_driver
    41     ├── 03_klibc
    42     ├── 04_libc
    43     └── Makefile
     28│   ├── almo1.x              Simulateur du SoC almo1
     29│   ├── fb/                  Code source de la fenêtre graphique
     30│   ├── gcc/                 Crosscompilateur MIPS
     31│   ├── soclib-fb            fenêtre graphique exécutée par le simulateur
     32│   ├── Source-me.sh         Script shell pour configurer l'environnement
     33│   └── tracelog             Script awk pour mettre en forme la trace d'exécution
     34├── LICENSE                  Licence MIT (très ouverte)
     35├── Makefile                 Makefile avec des règles générales (clean ou backup)
     36├── README.md                Explication du projet (en cours de rédaction)
     37└── tp1                      Premier TP
     38    ├── 00_do_first/         - test de la plateforme et de l'environnement
     39    ├── 01_kinit/            - Démarrage du noyau
     40    ├── 02_driver/           - API pour l'acces au TTY
     41    ├── 03_klibc/            - API de fonctions standards pour le noyau
     42    └── 04_libc/             - API de fonctions standards pour l'application
    4443}}}
    4544