diff --git a/kernel/include/stl/algorithms.hpp b/tstl/include/algorithms.hpp similarity index 100% rename from kernel/include/stl/algorithms.hpp rename to tstl/include/algorithms.hpp diff --git a/kernel/include/stl/array.hpp b/tstl/include/array.hpp similarity index 100% rename from kernel/include/stl/array.hpp rename to tstl/include/array.hpp diff --git a/kernel/include/stl/circular_buffer.hpp b/tstl/include/circular_buffer.hpp similarity index 100% rename from kernel/include/stl/circular_buffer.hpp rename to tstl/include/circular_buffer.hpp diff --git a/kernel/include/stl/enable_if.hpp b/tstl/include/enable_if.hpp similarity index 100% rename from kernel/include/stl/enable_if.hpp rename to tstl/include/enable_if.hpp diff --git a/kernel/include/stl/list.hpp b/tstl/include/list.hpp similarity index 100% rename from kernel/include/stl/list.hpp rename to tstl/include/list.hpp diff --git a/kernel/include/stl/literals.hpp b/tstl/include/literals.hpp similarity index 100% rename from kernel/include/stl/literals.hpp rename to tstl/include/literals.hpp diff --git a/kernel/include/stl/lock_guard.hpp b/tstl/include/lock_guard.hpp similarity index 100% rename from kernel/include/stl/lock_guard.hpp rename to tstl/include/lock_guard.hpp diff --git a/kernel/include/stl/optional.hpp b/tstl/include/optional.hpp similarity index 100% rename from kernel/include/stl/optional.hpp rename to tstl/include/optional.hpp diff --git a/kernel/include/stl/pair.hpp b/tstl/include/pair.hpp similarity index 100% rename from kernel/include/stl/pair.hpp rename to tstl/include/pair.hpp diff --git a/kernel/include/stl/queue.hpp b/tstl/include/queue.hpp similarity index 100% rename from kernel/include/stl/queue.hpp rename to tstl/include/queue.hpp diff --git a/kernel/include/stl/stack.hpp b/tstl/include/stack.hpp similarity index 100% rename from kernel/include/stl/stack.hpp rename to tstl/include/stack.hpp diff --git a/kernel/include/stl/string.hpp b/tstl/include/string.hpp similarity index 100% rename from kernel/include/stl/string.hpp rename to tstl/include/string.hpp diff --git a/kernel/include/stl/types.hpp b/tstl/include/types.hpp similarity index 100% rename from kernel/include/stl/types.hpp rename to tstl/include/types.hpp diff --git a/kernel/include/stl/unique_ptr.hpp b/tstl/include/unique_ptr.hpp similarity index 100% rename from kernel/include/stl/unique_ptr.hpp rename to tstl/include/unique_ptr.hpp diff --git a/kernel/include/stl/vector.hpp b/tstl/include/vector.hpp similarity index 100% rename from kernel/include/stl/vector.hpp rename to tstl/include/vector.hpp