From 2a06e7733de4c609fdff2c5612d58dab486364f8 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Tue, 10 Sep 2024 22:43:31 +0200 Subject: [PATCH] share arch directory for x86_64 and x86 support --- src/arch/{x86_64 => x86}/mod.rs | 0 src/arch/{x86_64 => x86}/processor.rs | 0 src/arch/{x86_64 => x86}/serial.rs | 0 src/arch/{x86_64 => x86}/start.rs | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename src/arch/{x86_64 => x86}/mod.rs (100%) rename src/arch/{x86_64 => x86}/processor.rs (100%) rename src/arch/{x86_64 => x86}/serial.rs (100%) rename src/arch/{x86_64 => x86}/start.rs (100%) diff --git a/src/arch/x86_64/mod.rs b/src/arch/x86/mod.rs similarity index 100% rename from src/arch/x86_64/mod.rs rename to src/arch/x86/mod.rs diff --git a/src/arch/x86_64/processor.rs b/src/arch/x86/processor.rs similarity index 100% rename from src/arch/x86_64/processor.rs rename to src/arch/x86/processor.rs diff --git a/src/arch/x86_64/serial.rs b/src/arch/x86/serial.rs similarity index 100% rename from src/arch/x86_64/serial.rs rename to src/arch/x86/serial.rs diff --git a/src/arch/x86_64/start.rs b/src/arch/x86/start.rs similarity index 100% rename from src/arch/x86_64/start.rs rename to src/arch/x86/start.rs