diff options
| author | Lukas Oesch <lukasoesch20@gmail.com> | 2026-04-14 08:44:41 +0200 |
|---|---|---|
| committer | Lukas Oesch <lukasoesch20@gmail.com> | 2026-04-14 08:44:41 +0200 |
| commit | 5354654a486296be674ecc7ba5e92ca01cc29107 (patch) | |
| tree | 6bd1c2c7cdc4d4cf5ce30adad9a7ceab9b59de17 /arch | |
| parent | 5e183b418b0e65dcdffa02a43702a0d6deb43b04 (diff) | |
| download | teachos-5354654a486296be674ecc7ba5e92ca01cc29107.tar.xz teachos-5354654a486296be674ecc7ba5e92ca01cc29107.zip | |
add tests to mount filesystems backed by a file
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/x86_64/support/modules/README.md | 26 | ||||
| -rw-r--r-- | arch/x86_64/support/modules/ext2_1KB_fs.img | 2 |
2 files changed, 27 insertions, 1 deletions
diff --git a/arch/x86_64/support/modules/README.md b/arch/x86_64/support/modules/README.md index f3955fa..fb64767 100644 --- a/arch/x86_64/support/modules/README.md +++ b/arch/x86_64/support/modules/README.md @@ -5,11 +5,37 @@ The ext2_4KB_fs image is intentionally fragmented, as some files were created an ## ext2_1KB_fs . ./lost+found +./archiv +./archiv/2024.img +./archiv/2025.img ./information ./information/info_1.txt ./information/info_2.txt ./closed.txt +### 2024.img +(2KB Block size) +. +./lost+found +./sheep_1.txt +./sheep_2.txt +./stable/pig_1.txt +./stable/pig_2.txt +./stable/pig_3.txt + +### 2025.img +(4KB Block size) +. +./lost+found +./snake_1.txt +./snake_2.txt +./petting_zoo/goat_1.txt +./petting_zoo/goat_2.txt +./petting_zoo/chicken_coop +./petting_zoo/chicken_coop/chicken_1.txt +./petting_zoo/chicken_coop/chicken_2.txt +./petting_zoo/chicken_coop/chicken_3.txt + ## ext2_2KB_fs . ./lost+found diff --git a/arch/x86_64/support/modules/ext2_1KB_fs.img b/arch/x86_64/support/modules/ext2_1KB_fs.img index 9f1ee4a..5bbb76d 100644 --- a/arch/x86_64/support/modules/ext2_1KB_fs.img +++ b/arch/x86_64/support/modules/ext2_1KB_fs.img @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:94d3988bc309eb9e81f06042c72bf4c4fb5991cd7fdd597eb00c518a96c792d8 +oid sha256:c2ef9536a439825520d9e230eedaa9ae327f9763350eddbc0f24bf5b9b5d2bf2 size 10485760 |
