Skip to content
Snippets Groups Projects
Commit 4cf076a7 authored by Guillaume Chanel's avatar Guillaume Chanel
Browse files

Add Florent's content without reformating

parent 640682a0
No related branches found
No related tags found
No related merge requests found
Showing
with 58 additions and 0 deletions
9.filesystems/images/indexed_alloc.png

560 KiB

9.filesystems/images/inodes_table.png

96.5 KiB

9.filesystems/images/internal_fragmentation.png

39.4 KiB

9.filesystems/images/linked_list.png

12.7 KiB

9.filesystems/images/linked_list_alloc.png

1.17 MiB

9.filesystems/images/minix_example.png

58.6 KiB

9.filesystems/images/minix_gen_struct.png

66.7 KiB

9.filesystems/images/multi_indexed_alloc.png

442 KiB

9.filesystems/images/namei_example.png

82 KiB

9.filesystems/images/sectors.png

205 KiB

9.filesystems/images/simple_fs1.png

43.1 KiB

9.filesystems/images/simple_fs2.png

54.5 KiB

9.filesystems/images/simple_fs3.png

61.5 KiB

9.filesystems/images/simple_fs4.png

64.4 KiB

9.filesystems/images/simple_fs5.png

65.3 KiB

9.filesystems/images/simple_fs6.png

67.5 KiB

9.filesystems/images/simple_fs7.png

69.5 KiB

9.filesystems/images/simple_fs8.png

73.5 KiB

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="generator" content="pandoc">
<meta name="author" content="Guillaume Chanel">
<title>Drivers et modules</title>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="stylesheet" href="../../../dist/reset.css">
<link rel="stylesheet" href="../../../dist/reveal.css">
<link rel="stylesheet" href="../../../dist/theme/white.css" id="theme">
<!-- Higlight theme with a fallback on local monokai in case of connexion pb -->
<!-- TODO: the monokai fallback cannot be included has it conflicts on the struct keyword with other themes
check another way to make a fallback -->
<!-- <link rel="stylesheet" href="../../../plugin/highlight/monokai.css" id="highlight-theme"> -->
<link rel="stylesheet" href="https://highlightjs.org/static/demo/styles/googlecode.css" id="highlight-theme">
<!-- Add my own theme on top of classical reveal.js theme -->
<link rel="stylesheet" href="../css/mytheme.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement('link');
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match(/print-pdf/gi) ? '../../../css/print/pdf.css' : '../../../css/print/paper.css';
document.getElementsByTagName('head')[0].appendChild(link);
</script>
<!--[if lt IE 9]>
<script src="../../../lib/js/html5shiv.js"></script>
<![endif]-->
<body>
<div class="reveal">
<div class="slides">
<section data-markdown="01_Systemes_fichiers_intro.md" data-separator-vertical="^\r?\n--\r?\n$"></section>
<section data-markdown="02_Systemes_fichiers_strategies_alloc.md" data-separator-vertical="^\r?\n--\r?\n$"></section>
<section data-markdown="03_Systemes_fichiers_struct_disque.md" data-separator-vertical="^\r?\n--\r?\n$"></section>
<section data-markdown="04_Systemes_fichiers_minix.md" data-separator-vertical="^\r?\n--\r?\n$"></section>
<section data-markdown="05_Systemes_fichiers_implementation.md" data-separator-vertical="^\r?\n--\r?\n$"></section>
</div>
</div>
<script src="../../../js/reveal.js"></script>
<!-- Initialize reveal.js with common configuration -->
<!-- TODO find a way to have chalkboard script included from the config to avoid redundancy in each presentation -->
<script src="../../../plugin/reveal.js-plugins/chalkboard/plugin.js"></script>
<script src="../config.js" type="module"></script>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment