diff options
| author | Marcel Braun <marcel.braun@ost.ch> | 2026-04-16 22:04:32 +0200 |
|---|---|---|
| committer | Marcel Braun <marcel.braun@ost.ch> | 2026-04-16 22:04:32 +0200 |
| commit | f642efb5cf199d3bbb8e3b01c451c71a1fbeabf8 (patch) | |
| tree | 7e680dd885a59678d7075d352ee623f659d64d48 /arch/x86_64/support/modules | |
| parent | 3c210c07c60fbe9378cfb720847e8c1d3c763ead (diff) | |
| parent | e70ea2357a80386b0a12138201b353d942910296 (diff) | |
| download | teachos-f642efb5cf199d3bbb8e3b01c451c71a1fbeabf8.tar.xz teachos-f642efb5cf199d3bbb8e3b01c451c71a1fbeabf8.zip | |
Merge branch 'syscall-interface' into 'develop-BA-FS26'
Add fs syscall handler
See merge request teachos/kernel!23
Diffstat (limited to 'arch/x86_64/support/modules')
| -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 |
