From 379dde04209201a5625934c60d6fe4d7dfeb529e Mon Sep 17 00:00:00 2001 From: Kudzu Date: Sun, 6 Aug 2017 21:29:14 -0400 Subject: [PATCH] Temp files labeled --- source/Kernel-X86/10-CPU/Cosmos.CPU.x86/Class1.cs | 10 ---------- .../10-CPU/Cosmos.CPU.x86/{Debug.cs => TempDebug.cs} | 0 .../Cosmos.Platform.PC/{Debug.cs => TempDebug.cs} | 0 .../Cosmos.Platform.PC/{SATA.cs => TempSATA.cs} | 0 .../30-HAL/Cosmos.HAL/{SATA.cs => TempSATA.cs} | 0 .../Cosmos.System/{FileSystem.cs => TempFileSystem.cs} | 0 6 files changed, 10 deletions(-) delete mode 100644 source/Kernel-X86/10-CPU/Cosmos.CPU.x86/Class1.cs rename source/Kernel-X86/10-CPU/Cosmos.CPU.x86/{Debug.cs => TempDebug.cs} (100%) rename source/Kernel-X86/20-Platform/Cosmos.Platform.PC/{Debug.cs => TempDebug.cs} (100%) rename source/Kernel-X86/20-Platform/Cosmos.Platform.PC/{SATA.cs => TempSATA.cs} (100%) rename source/Kernel-X86/30-HAL/Cosmos.HAL/{SATA.cs => TempSATA.cs} (100%) rename source/Kernel-X86/40-System/Cosmos.System/{FileSystem.cs => TempFileSystem.cs} (100%) diff --git a/source/Kernel-X86/10-CPU/Cosmos.CPU.x86/Class1.cs b/source/Kernel-X86/10-CPU/Cosmos.CPU.x86/Class1.cs deleted file mode 100644 index 5355dabc4..000000000 --- a/source/Kernel-X86/10-CPU/Cosmos.CPU.x86/Class1.cs +++ /dev/null @@ -1,10 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Text; - -namespace Cosmos.CPU.x86 -{ - class Class1 - { - } -} diff --git a/source/Kernel-X86/10-CPU/Cosmos.CPU.x86/Debug.cs b/source/Kernel-X86/10-CPU/Cosmos.CPU.x86/TempDebug.cs similarity index 100% rename from source/Kernel-X86/10-CPU/Cosmos.CPU.x86/Debug.cs rename to source/Kernel-X86/10-CPU/Cosmos.CPU.x86/TempDebug.cs diff --git a/source/Kernel-X86/20-Platform/Cosmos.Platform.PC/Debug.cs b/source/Kernel-X86/20-Platform/Cosmos.Platform.PC/TempDebug.cs similarity index 100% rename from source/Kernel-X86/20-Platform/Cosmos.Platform.PC/Debug.cs rename to source/Kernel-X86/20-Platform/Cosmos.Platform.PC/TempDebug.cs diff --git a/source/Kernel-X86/20-Platform/Cosmos.Platform.PC/SATA.cs b/source/Kernel-X86/20-Platform/Cosmos.Platform.PC/TempSATA.cs similarity index 100% rename from source/Kernel-X86/20-Platform/Cosmos.Platform.PC/SATA.cs rename to source/Kernel-X86/20-Platform/Cosmos.Platform.PC/TempSATA.cs diff --git a/source/Kernel-X86/30-HAL/Cosmos.HAL/SATA.cs b/source/Kernel-X86/30-HAL/Cosmos.HAL/TempSATA.cs similarity index 100% rename from source/Kernel-X86/30-HAL/Cosmos.HAL/SATA.cs rename to source/Kernel-X86/30-HAL/Cosmos.HAL/TempSATA.cs diff --git a/source/Kernel-X86/40-System/Cosmos.System/FileSystem.cs b/source/Kernel-X86/40-System/Cosmos.System/TempFileSystem.cs similarity index 100% rename from source/Kernel-X86/40-System/Cosmos.System/FileSystem.cs rename to source/Kernel-X86/40-System/Cosmos.System/TempFileSystem.cs