diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-07-22 21:23:23 +0000 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-07-22 21:23:23 +0000 |
| commit | c8cb4346064c69ab8431aa0d3c287e2fad60ce80 (patch) | |
| tree | e3677c3728a6a78e7560b732726505695849ebf2 /arch/x86_64/CMakeLists.txt | |
| parent | ce8683e63fc9ef59e1800927afb1753507a42ef6 (diff) | |
| download | teachos-c8cb4346064c69ab8431aa0d3c287e2fad60ce80.tar.xz teachos-c8cb4346064c69ab8431aa0d3c287e2fad60ce80.zip | |
x86_64: split bootstrap code along mode lines
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
| -rw-r--r-- | arch/x86_64/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt index a32a0f5..6bb9e53 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -34,9 +34,10 @@ target_sources("arch-x86_64" PRIVATE #]============================================================================] target_sources("arch-x86_64" PRIVATE - "src/boot/boot.S" + "src/boot/boot32.S" "src/boot/crti.s" "src/boot/crtn.s" + "src/boot/entry64.s" "src/boot/multiboot.s" ) |
