diff options
| author | Marcel Braun <marcel.braun@ost.ch> | 2026-04-19 17:15:40 +0200 |
|---|---|---|
| committer | Marcel Braun <marcel.braun@ost.ch> | 2026-04-19 17:15:40 +0200 |
| commit | 3441e7e164d8e5e8413a1eb47e3e9f3c824ed2d0 (patch) | |
| tree | 8204fad4c5882f7a371410086b12298f88c73a8f /arch/x86_64/support/modules/README.md | |
| parent | f642efb5cf199d3bbb8e3b01c451c71a1fbeabf8 (diff) | |
| parent | 1356405c9fc6d54cf9da4d5f6fd54c55d51ce66d (diff) | |
| download | teachos-3441e7e164d8e5e8413a1eb47e3e9f3c824ed2d0.tar.xz teachos-3441e7e164d8e5e8413a1eb47e3e9f3c824ed2d0.zip | |
Merge branch 'refactoring' into 'develop-BA-FS26'
Refactoring
See merge request teachos/kernel!26
Diffstat (limited to 'arch/x86_64/support/modules/README.md')
| -rw-r--r-- | arch/x86_64/support/modules/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86_64/support/modules/README.md b/arch/x86_64/support/modules/README.md index fb64767..a04b9af 100644 --- a/arch/x86_64/support/modules/README.md +++ b/arch/x86_64/support/modules/README.md @@ -14,7 +14,7 @@ The ext2_4KB_fs image is intentionally fragmented, as some files were created an ./closed.txt ### 2024.img -(2KB Block size) +(ext2 filesystem with 2KB Block size) . ./lost+found ./sheep_1.txt @@ -24,7 +24,7 @@ The ext2_4KB_fs image is intentionally fragmented, as some files were created an ./stable/pig_3.txt ### 2025.img -(4KB Block size) +(ext2 filesystem 4KB Block size) . ./lost+found ./snake_1.txt |
