This shows you the differences between two versions of the page.
|
sde2:laboratoare:08_new [2022/04/18 16:44] alexandru.radovici created |
sde2:laboratoare:08_new [2022/04/27 13:36] (current) alexandru.radovici |
||
|---|---|---|---|
| Line 8: | Line 8: | ||
| ===== Bibliographie ===== | ===== Bibliographie ===== | ||
| - | * Tock [[https://github.com/tock/tock/blob/master/doc/Design.md]] | + | * Fonctions de mappage de la mémoire |
| - | * Getting Started Guide [[https://github.com/tock/tock/blob/master/doc/Getting_Started.md]] | + | * [[https://docs.rs/nix/latest/nix/sys/mman/fn.mmap.html|mmap]] |
| - | * Getting Started Guide for the micro:bit v2 [[https://github.com/tock/tock/tree/master/boards/microbit_v2]] | + | * [[https://docs.rs/nix/latest/nix/sys/mman/fn.mprotect.html|mprotect]] |
| + | * [[https://docs.rs/nix/latest/nix/sys/mman/fn.munmap.html|munmap]] | ||
| + | * Indicateurs de protection de la mémoire | ||
| + | * [[https://docs.rs/nix/latest/nix/sys/mman/struct.ProtFlags.html|ProtFlags]] | ||
| + | * [[https://docs.rs/nix/latest/nix/sys/mman/struct.MapFlags.html|MapFlags]] | ||
| ===== Sujets ===== | ===== Sujets ===== | ||
| Line 18: | Line 22: | ||
| - Résolvez les lignes TODO (dans l'ordre) de ex2. | - Résolvez les lignes TODO (dans l'ordre) de ex2. | ||
| - Résolvez les lignes TODO (dans l'ordre) de ex3. | - Résolvez les lignes TODO (dans l'ordre) de ex3. | ||
| + | |||
| + | ===== Solutions ===== | ||
| + | [[https://github.com/UPB-FILS-SdE2/Solutions/tree/main/tp7|Solutions]] | ||
| + | |||
| | | ||