aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/support/modules/README.md
diff options
context:
space:
mode:
authorMarcel Braun <marcel.braun@ost.ch>2026-05-05 23:25:47 +0200
committerMarcel Braun <marcel.braun@ost.ch>2026-05-05 23:25:47 +0200
commitea450f4ed742a37b40a4e1dcaf8d17328d635472 (patch)
treecd9511ff9145dd993f257c2fcca4d8d06e857625 /arch/x86_64/support/modules/README.md
parent3082340fa8ab3c7c0da5d2f9d321d2367d399b20 (diff)
parent4522374b902ee9a30c83c2ec23880522e80febea (diff)
downloadkernel-ea450f4ed742a37b40a4e1dcaf8d17328d635472.tar.xz
kernel-ea450f4ed742a37b40a4e1dcaf8d17328d635472.zip
Merge branch 'symbolic-links' into 'develop-BA-FS26'
Symbolic links See merge request teachos/kernel!29
Diffstat (limited to 'arch/x86_64/support/modules/README.md')
-rw-r--r--arch/x86_64/support/modules/README.md23
1 files changed, 21 insertions, 2 deletions
diff --git a/arch/x86_64/support/modules/README.md b/arch/x86_64/support/modules/README.md
index a04b9af..1a29ce5 100644
--- a/arch/x86_64/support/modules/README.md
+++ b/arch/x86_64/support/modules/README.md
@@ -8,10 +8,21 @@ The ext2_4KB_fs image is intentionally fragmented, as some files were created an
./archiv
./archiv/2024.img
./archiv/2025.img
+./archiv/mnt
+./closed.txt
./information
./information/info_1.txt
./information/info_2.txt
-./closed.txt
+./symlinks
+./symlinks/info_1_absolute -> /information/info_1.txt
+./symlinks/info_1_relative -> ../information/info_1.txt
+./symlinks/information_directory_absolute -> /information
+./symlinks/information_directory_relative -> ../information
+./symlinks/invalid_absolute -> /invalid/non_existant.txt
+./symlinks/invalid_relative -> ../invalid/non_existant.txt
+./symlinks/symloop_a -> ./symloop_b
+./symlinks/symloop_b -> /symlinks/symloop_a
+./symlinks/traverse_back_5_times -> ../../../../../
### 2024.img
(ext2 filesystem with 2KB Block size)
@@ -22,6 +33,8 @@ The ext2_4KB_fs image is intentionally fragmented, as some files were created an
./stable/pig_1.txt
./stable/pig_2.txt
./stable/pig_3.txt
+./symlinks
+./symlinks/traverse_back_twice -> ../../
### 2025.img
(ext2 filesystem 4KB Block size)
@@ -49,6 +62,7 @@ The ext2_4KB_fs image is intentionally fragmented, as some files were created an
./monkey_house/caretaker
./monkey_house/caretaker/isabelle.txt
./monkey_house/caretaker/peter.txt
+./symlinks/leave_and_reenter_mount -> ../../archiv/../information/monkey_house
## ext2_4KB_fs
.
@@ -64,9 +78,12 @@ The ext2_4KB_fs image is intentionally fragmented, as some files were created an
./enclosures/lion_house/cage_b
./enclosures/lion_house/cage_b/animals.txt
./enclosures/lion_house/cage_b/history.txt
+./enclosures/lion_house/symlink_chain_2 -> /entrance/../enclosures/aquarium/symlink_chain_3
./enclosures/elephant_house
./enclosures/elephant_house/elephant_1.txt
./enclosures/aquarium
+./enclosures/aquarium/spawn_fish.sh
+./enclosures/aquarium/symlink_chain_3 -> ../../entrance
./enclosures/aquarium/tank_1
./enclosures/aquarium/tank_1/fish_1.txt
./enclosures/aquarium/tank_1/fish_2.txt
@@ -103,6 +120,8 @@ The ext2_4KB_fs image is intentionally fragmented, as some files were created an
./enclosures/aquarium/tank_2/this_is_a_very_very_long_fish_filename_that_keeps_going_and_going_until_it_almost_breaks_linux_filesystem_limits_for_testing_purposes_and_we_add_more_characters_to_make_it_even_longer_28.txt
./enclosures/aquarium/tank_2/this_is_a_very_very_long_fish_filename_that_keeps_going_and_going_until_it_almost_breaks_linux_filesystem_limits_for_testing_purposes_and_we_add_more_characters_to_make_it_even_longer_29.txt
./enclosures/aquarium/tank_2/this_is_a_very_very_long_fish_filename_that_keeps_going_and_going_until_it_almost_breaks_linux_filesystem_limits_for_testing_purposes_and_we_add_more_characters_to_make_it_even_longer_30.txt
-./enclosures/aquarium/spawn_fish.sh
./enclosures/info.txt
./info.txt
+./symlinks
+./symlinks/symlink_chain_1 -> ../enclosures/lion_house/symlink_chain_2
+./symlinks/very_long_symlink -> ../enclosures/aquarium/tank_2/this_is_a_very_very_long_fish_filename_that_keeps_going_and_going_until_it_almost_breaks_linux_filesystem_limits_for_testing_purposes_and_we_add_more_characters_to_make_it_even_longer_30.txt