diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-07-24 16:35:34 +0000 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-07-24 16:35:34 +0000 |
| commit | 2d3399ab6072acd85811a54fce8eff50628888b6 (patch) | |
| tree | bb6f63b58861938c6e15492732b440459dd22d62 | |
| parent | 1b65136a11453fe7e89320dfe6170a0cd75e60dd (diff) | |
| download | teachos-2d3399ab6072acd85811a54fce8eff50628888b6.tar.xz teachos-2d3399ab6072acd85811a54fce8eff50628888b6.zip | |
x86_64: move files out of the way
| -rw-r--r-- | arch/x86_64/pre/include/arch/context_switching/interrupt_descriptor_table/gate_descriptor.hpp (renamed from arch/x86_64/include/arch/context_switching/interrupt_descriptor_table/gate_descriptor.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/context_switching/interrupt_descriptor_table/idt_flags.hpp (renamed from arch/x86_64/include/arch/context_switching/interrupt_descriptor_table/idt_flags.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/context_switching/interrupt_descriptor_table/interrupt_descriptor_table.hpp (renamed from arch/x86_64/include/arch/context_switching/interrupt_descriptor_table/interrupt_descriptor_table.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/context_switching/interrupt_descriptor_table/interrupt_descriptor_table_pointer.hpp (renamed from arch/x86_64/include/arch/context_switching/interrupt_descriptor_table/interrupt_descriptor_table_pointer.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/context_switching/interrupt_descriptor_table/ist_offset.hpp (renamed from arch/x86_64/include/arch/context_switching/interrupt_descriptor_table/ist_offset.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/context_switching/interrupt_descriptor_table/segment_selector.hpp (renamed from arch/x86_64/include/arch/context_switching/interrupt_descriptor_table/segment_selector.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/context_switching/main.hpp (renamed from arch/x86_64/include/arch/context_switching/main.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/context_switching/segment_descriptor_table/access_byte.hpp (renamed from arch/x86_64/include/arch/context_switching/segment_descriptor_table/access_byte.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/context_switching/segment_descriptor_table/gdt_flags.hpp (renamed from arch/x86_64/include/arch/context_switching/segment_descriptor_table/gdt_flags.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/context_switching/segment_descriptor_table/global_descriptor_table.hpp (renamed from arch/x86_64/include/arch/context_switching/segment_descriptor_table/global_descriptor_table.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/context_switching/segment_descriptor_table/global_descriptor_table_pointer.hpp (renamed from arch/x86_64/include/arch/context_switching/segment_descriptor_table/global_descriptor_table_pointer.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/context_switching/segment_descriptor_table/segment_descriptor_base.hpp (renamed from arch/x86_64/include/arch/context_switching/segment_descriptor_table/segment_descriptor_base.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/context_switching/segment_descriptor_table/segment_descriptor_extension.hpp (renamed from arch/x86_64/include/arch/context_switching/segment_descriptor_table/segment_descriptor_extension.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/context_switching/segment_descriptor_table/segment_descriptor_type.hpp (renamed from arch/x86_64/include/arch/context_switching/segment_descriptor_table/segment_descriptor_type.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/context_switching/segment_descriptor_table/task_state_segment.hpp (renamed from arch/x86_64/include/arch/context_switching/segment_descriptor_table/task_state_segment.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/context_switching/syscall/main.hpp (renamed from arch/x86_64/include/arch/context_switching/syscall/main.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/context_switching/syscall/syscall_enable.hpp (renamed from arch/x86_64/include/arch/context_switching/syscall/syscall_enable.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/context_switching/syscall/syscall_handler.hpp (renamed from arch/x86_64/include/arch/context_switching/syscall/syscall_handler.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/exception_handling/assert.hpp (renamed from arch/x86_64/include/arch/exception_handling/assert.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/exception_handling/panic.hpp (renamed from arch/x86_64/include/arch/exception_handling/panic.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/interrupt_handling/generic_interrupt_handler.hpp (renamed from arch/x86_64/include/arch/interrupt_handling/generic_interrupt_handler.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/kernel/cpu/call.hpp (renamed from arch/x86_64/include/arch/kernel/cpu/call.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/kernel/cpu/gdtr.hpp (renamed from arch/x86_64/include/arch/kernel/cpu/gdtr.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/kernel/cpu/idtr.hpp (renamed from arch/x86_64/include/arch/kernel/cpu/idtr.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/kernel/cpu/if.hpp (renamed from arch/x86_64/include/arch/kernel/cpu/if.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/kernel/cpu/msr.hpp (renamed from arch/x86_64/include/arch/kernel/cpu/msr.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/kernel/cpu/segment_register.hpp (renamed from arch/x86_64/include/arch/kernel/cpu/segment_register.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/kernel/cpu/tr.hpp (renamed from arch/x86_64/include/arch/kernel/cpu/tr.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/kernel/halt.hpp (renamed from arch/x86_64/include/arch/kernel/halt.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/kernel/main.hpp (renamed from arch/x86_64/include/arch/kernel/main.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/memory/allocator/area_frame_allocator.hpp (renamed from arch/x86_64/include/arch/memory/allocator/area_frame_allocator.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/memory/allocator/concept.hpp (renamed from arch/x86_64/include/arch/memory/allocator/concept.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/memory/allocator/tiny_frame_allocator.hpp (renamed from arch/x86_64/include/arch/memory/allocator/tiny_frame_allocator.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/memory/heap/bump_allocator.hpp (renamed from arch/x86_64/include/arch/memory/heap/bump_allocator.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/memory/heap/global_heap_allocator.hpp (renamed from arch/x86_64/include/arch/memory/heap/global_heap_allocator.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/memory/heap/heap_allocator.hpp (renamed from arch/x86_64/include/arch/memory/heap/heap_allocator.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/memory/heap/linked_list_allocator.hpp (renamed from arch/x86_64/include/arch/memory/heap/linked_list_allocator.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/memory/heap/memory_block.hpp (renamed from arch/x86_64/include/arch/memory/heap/memory_block.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/memory/heap/user_heap_allocator.hpp (renamed from arch/x86_64/include/arch/memory/heap/user_heap_allocator.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/memory/main.hpp (renamed from arch/x86_64/include/arch/memory/main.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/memory/multiboot/elf_symbols_section.hpp (renamed from arch/x86_64/include/arch/memory/multiboot/elf_symbols_section.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/memory/multiboot/reader.hpp (renamed from arch/x86_64/include/arch/memory/multiboot/reader.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/memory/paging/active_page_table.hpp (renamed from arch/x86_64/include/arch/memory/paging/active_page_table.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/memory/paging/inactive_page_table.hpp (renamed from arch/x86_64/include/arch/memory/paging/inactive_page_table.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/memory/paging/kernel_mapper.hpp (renamed from arch/x86_64/include/arch/memory/paging/kernel_mapper.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/memory/paging/page_entry.hpp (renamed from arch/x86_64/include/arch/memory/paging/page_entry.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/memory/paging/page_table.hpp (renamed from arch/x86_64/include/arch/memory/paging/page_table.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/memory/paging/temporary_page.hpp (renamed from arch/x86_64/include/arch/memory/paging/temporary_page.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/memory/paging/virtual_page.hpp (renamed from arch/x86_64/include/arch/memory/paging/virtual_page.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/user/main.hpp (renamed from arch/x86_64/include/arch/user/main.hpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/context_switching/interrupt_descriptor_table/gate_descriptor.cpp (renamed from arch/x86_64/src/context_switching/interrupt_descriptor_table/gate_descriptor.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/context_switching/interrupt_descriptor_table/idt_flags.cpp (renamed from arch/x86_64/src/context_switching/interrupt_descriptor_table/idt_flags.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/context_switching/interrupt_descriptor_table/interrupt_descriptor_table.cpp (renamed from arch/x86_64/src/context_switching/interrupt_descriptor_table/interrupt_descriptor_table.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/context_switching/interrupt_descriptor_table/interrupt_descriptor_table_pointer.cpp (renamed from arch/x86_64/src/context_switching/interrupt_descriptor_table/interrupt_descriptor_table_pointer.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/context_switching/interrupt_descriptor_table/ist_offset.cpp (renamed from arch/x86_64/src/context_switching/interrupt_descriptor_table/ist_offset.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/context_switching/interrupt_descriptor_table/segment_selector.cpp (renamed from arch/x86_64/src/context_switching/interrupt_descriptor_table/segment_selector.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/context_switching/main.cpp (renamed from arch/x86_64/src/context_switching/main.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/context_switching/segment_descriptor_table/access_byte.cpp (renamed from arch/x86_64/src/context_switching/segment_descriptor_table/access_byte.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/context_switching/segment_descriptor_table/gdt_flags.cpp (renamed from arch/x86_64/src/context_switching/segment_descriptor_table/gdt_flags.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/context_switching/segment_descriptor_table/global_descriptor_table.cpp (renamed from arch/x86_64/src/context_switching/segment_descriptor_table/global_descriptor_table.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/context_switching/segment_descriptor_table/global_descriptor_table_pointer.cpp (renamed from arch/x86_64/src/context_switching/segment_descriptor_table/global_descriptor_table_pointer.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/context_switching/segment_descriptor_table/segment_descriptor_base.cpp (renamed from arch/x86_64/src/context_switching/segment_descriptor_table/segment_descriptor_base.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/context_switching/segment_descriptor_table/segment_descriptor_extension.cpp (renamed from arch/x86_64/src/context_switching/segment_descriptor_table/segment_descriptor_extension.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/context_switching/syscall/main.cpp (renamed from arch/x86_64/src/context_switching/syscall/main.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/context_switching/syscall/syscall_enable.cpp (renamed from arch/x86_64/src/context_switching/syscall/syscall_enable.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/context_switching/syscall/syscall_handler.cpp (renamed from arch/x86_64/src/context_switching/syscall/syscall_handler.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/exception_handling/abort.cpp (renamed from arch/x86_64/src/exception_handling/abort.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/exception_handling/assert.cpp (renamed from arch/x86_64/src/exception_handling/assert.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/exception_handling/panic.cpp (renamed from arch/x86_64/src/exception_handling/panic.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/exception_handling/pure_virtual.cpp (renamed from arch/x86_64/src/exception_handling/pure_virtual.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/interrupt_handling/generic_interrupt_handler.cpp (renamed from arch/x86_64/src/interrupt_handling/generic_interrupt_handler.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/kernel/cpu/call.cpp (renamed from arch/x86_64/src/kernel/cpu/call.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/kernel/cpu/gdtr.cpp (renamed from arch/x86_64/src/kernel/cpu/gdtr.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/kernel/cpu/idtr.cpp (renamed from arch/x86_64/src/kernel/cpu/idtr.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/kernel/cpu/if.cpp (renamed from arch/x86_64/src/kernel/cpu/if.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/kernel/cpu/msr.cpp (renamed from arch/x86_64/src/kernel/cpu/msr.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/kernel/cpu/segment_register.cpp (renamed from arch/x86_64/src/kernel/cpu/segment_register.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/kernel/cpu/tr.cpp (renamed from arch/x86_64/src/kernel/cpu/tr.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/kernel/main.cpp (renamed from arch/x86_64/src/kernel/main.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/memory/allocator/area_frame_allocator.cpp (renamed from arch/x86_64/src/memory/allocator/area_frame_allocator.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/memory/allocator/tiny_frame_allocator.cpp (renamed from arch/x86_64/src/memory/allocator/tiny_frame_allocator.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/memory/heap/bump_allocator.cpp (renamed from arch/x86_64/src/memory/heap/bump_allocator.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/memory/heap/global_heap_allocator.cpp (renamed from arch/x86_64/src/memory/heap/global_heap_allocator.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/memory/heap/linked_list_allocator.cpp (renamed from arch/x86_64/src/memory/heap/linked_list_allocator.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/memory/heap/memory_block.cpp (renamed from arch/x86_64/src/memory/heap/memory_block.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/memory/heap/user_heap_allocator.cpp (renamed from arch/x86_64/src/memory/heap/user_heap_allocator.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/memory/main.cpp (renamed from arch/x86_64/src/memory/main.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/memory/multiboot/elf_symbols_section.cpp (renamed from arch/x86_64/src/memory/multiboot/elf_symbols_section.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/memory/multiboot/reader.cpp (renamed from arch/x86_64/src/memory/multiboot/reader.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/memory/paging/active_page_table.cpp (renamed from arch/x86_64/src/memory/paging/active_page_table.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/memory/paging/inactive_page_table.cpp (renamed from arch/x86_64/src/memory/paging/inactive_page_table.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/memory/paging/page_entry.cpp (renamed from arch/x86_64/src/memory/paging/page_entry.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/memory/paging/page_table.cpp (renamed from arch/x86_64/src/memory/paging/page_table.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/memory/paging/temporary_page.cpp (renamed from arch/x86_64/src/memory/paging/temporary_page.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/memory/paging/virtual_page.cpp (renamed from arch/x86_64/src/memory/paging/virtual_page.cpp) | 0 | ||||
| -rw-r--r-- | arch/x86_64/pre/src/user/main.cpp (renamed from arch/x86_64/src/user/main.cpp) | 0 |
96 files changed, 0 insertions, 0 deletions
diff --git a/arch/x86_64/include/arch/context_switching/interrupt_descriptor_table/gate_descriptor.hpp b/arch/x86_64/pre/include/arch/context_switching/interrupt_descriptor_table/gate_descriptor.hpp index 07110c8..07110c8 100644 --- a/arch/x86_64/include/arch/context_switching/interrupt_descriptor_table/gate_descriptor.hpp +++ b/arch/x86_64/pre/include/arch/context_switching/interrupt_descriptor_table/gate_descriptor.hpp diff --git a/arch/x86_64/include/arch/context_switching/interrupt_descriptor_table/idt_flags.hpp b/arch/x86_64/pre/include/arch/context_switching/interrupt_descriptor_table/idt_flags.hpp index 5104c36..5104c36 100644 --- a/arch/x86_64/include/arch/context_switching/interrupt_descriptor_table/idt_flags.hpp +++ b/arch/x86_64/pre/include/arch/context_switching/interrupt_descriptor_table/idt_flags.hpp |
