summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-05-08 12:32:41 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-05-08 12:32:41 +0200
commit09dd11ddf800898c00ecb04a65fb5cd10fb481fa (patch)
treeeda0b4e23d6a71da7de3a78f0bb76ec3201dd2f9
parentca83108fd138cc0398f900e6a6c0a53ad51aee31 (diff)
MHR-23: :boom: changes, reworked project tree.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
-rw-r--r--.gitignore7
-rw-r--r--.vscode/c_cpp_properties.json4
-rw-r--r--Dist/.gitkeep (renamed from Private/Builtins/.gitkeep)0
-rw-r--r--Doxyfile8
-rw-r--r--NewKernel/ArchKit/ArchKit.hpp (renamed from Private/ArchKit/ArchKit.hpp)0
-rw-r--r--NewKernel/ArchKit/compile_flags.txt (renamed from Private/ArchKit/compile_flags.txt)0
-rw-r--r--NewKernel/Builtins/.gitkeep (renamed from Private/Builtins/ACPI/.gitkeep)0
-rw-r--r--NewKernel/Builtins/ACPI/.gitkeep (renamed from Private/Builtins/AHCI/.gitkeep)0
-rw-r--r--NewKernel/Builtins/ACPI/ACPI.hxx (renamed from Private/Builtins/ACPI/ACPI.hxx)0
-rw-r--r--NewKernel/Builtins/ACPI/ACPIFactoryInterface.hxx (renamed from Private/Builtins/ACPI/ACPIFactoryInterface.hxx)0
-rw-r--r--NewKernel/Builtins/ACPI/compile_flags.txt (renamed from Private/Builtins/ACPI/compile_flags.txt)0
-rw-r--r--NewKernel/Builtins/AHCI/.gitkeep (renamed from Private/Builtins/APM/.gitkeep)0
-rw-r--r--NewKernel/Builtins/AHCI/AHCI.hxx (renamed from Private/Builtins/AHCI/AHCI.hxx)0
-rw-r--r--NewKernel/Builtins/AHCI/compile_flags.txt (renamed from Private/Builtins/AHCI/compile_flags.txt)0
-rw-r--r--NewKernel/Builtins/APM/.gitkeep (renamed from Private/Builtins/HPET/.gitkeep)0
-rw-r--r--NewKernel/Builtins/ATA/ATA.hxx (renamed from Private/Builtins/ATA/ATA.hxx)0
-rw-r--r--NewKernel/Builtins/ATA/compile_flags.txt (renamed from Private/Builtins/ATA/compile_flags.txt)0
-rw-r--r--NewKernel/Builtins/HPET/.gitkeep (renamed from Private/Builtins/IEEE802/.gitkeep)0
-rw-r--r--NewKernel/Builtins/HPET/Defines.hxx (renamed from Private/Builtins/HPET/Defines.hxx)0
-rw-r--r--NewKernel/Builtins/IEEE802/.gitkeep (renamed from Private/Builtins/NVME/.gitkeep)0
-rw-r--r--NewKernel/Builtins/IEEE802/compile_flags.txt (renamed from Private/Builtins/IEEE802/compile_flags.txt)0
-rw-r--r--NewKernel/Builtins/MBCI/Interface.hxx (renamed from Private/Builtins/MBCI/Interface.hxx)0
-rw-r--r--NewKernel/Builtins/MBCI/MBCI.hxx (renamed from Private/Builtins/MBCI/MBCI.hxx)0
-rw-r--r--NewKernel/Builtins/NVME/.gitkeep (renamed from Private/Builtins/OHCI/.gitkeep)0
-rw-r--r--NewKernel/Builtins/NVME/compile_flags.txt (renamed from Private/Builtins/NVME/compile_flags.txt)0
-rw-r--r--NewKernel/Builtins/OHCI/.gitkeep (renamed from Private/Builtins/SCSI/.gitkeep)0
-rw-r--r--NewKernel/Builtins/PS2/PS2MouseInterface.hxx (renamed from Private/Builtins/PS2/PS2MouseInterface.hxx)0
-rw-r--r--NewKernel/Builtins/ReadMe.txt (renamed from Private/Builtins/README.TXT)0
-rw-r--r--NewKernel/Builtins/SCSI/.gitkeep (renamed from Private/Builtins/WiFi/.gitkeep)0
-rw-r--r--NewKernel/Builtins/SCSI/SCSI.hxx (renamed from Private/Builtins/SCSI/SCSI.hxx)0
-rw-r--r--NewKernel/Builtins/Toolbox/Lerp.hxx (renamed from Private/Builtins/Toolbox/Lerp.hxx)0
-rw-r--r--NewKernel/Builtins/Toolbox/Rsrc/Cursor.rsrc (renamed from Private/Builtins/Toolbox/Rsrc/Cursor.rsrc)0
-rw-r--r--NewKernel/Builtins/Toolbox/Toolbox.hxx (renamed from Private/Builtins/Toolbox/Toolbox.hxx)0
-rw-r--r--NewKernel/Builtins/WiFi/.gitkeep (renamed from Private/Builtins/XHCI/.gitkeep)0
-rw-r--r--NewKernel/Builtins/WiFi/compile_flags.txt (renamed from Private/Builtins/WiFi/compile_flags.txt)0
-rw-r--r--NewKernel/Builtins/XHCI/.gitkeep (renamed from Private/Drivers/.gitkeep)0
-rw-r--r--NewKernel/Builtins/XHCI/Defines.hxx (renamed from Private/Builtins/XHCI/Defines.hxx)0
-rw-r--r--NewKernel/Builtins/XHCI/compile_flags.txt (renamed from Private/Builtins/XHCI/compile_flags.txt)0
-rw-r--r--NewKernel/CFKit/GUIDWizard.hpp (renamed from Private/CFKit/GUIDWizard.hpp)0
-rw-r--r--NewKernel/CFKit/GUIDWrapper.hpp (renamed from Private/CFKit/GUIDWrapper.hpp)0
-rw-r--r--NewKernel/CFKit/Property.hpp (renamed from Private/CFKit/Property.hpp)0
-rw-r--r--NewKernel/CFKit/URL.hpp (renamed from Private/CFKit/URL.hpp)0
-rw-r--r--NewKernel/CFKit/compile_flags.txt (renamed from Private/CFKit/compile_flags.txt)0
-rw-r--r--NewKernel/CRT/__mpcc_alloca.hxx (renamed from Private/CRT/__mpcc_alloca.hxx)0
-rw-r--r--NewKernel/CRT/__mpcc_defines.hxx (renamed from Private/CRT/__mpcc_defines.hxx)0
-rw-r--r--NewKernel/CRT/__mpcc_exception.hxx (renamed from Private/CRT/__mpcc_exception.hxx)0
-rw-r--r--NewKernel/CRT/__mpcc_malloc.hxx (renamed from Private/CRT/__mpcc_malloc.hxx)0
-rw-r--r--NewKernel/CompilerKit/CompilerKit.hxx (renamed from Private/CompilerKit/CompilerKit.hxx)0
-rw-r--r--NewKernel/CompilerKit/Detail.hxx (renamed from Private/CompilerKit/Detail.hxx)0
-rw-r--r--NewKernel/CompilerKit/Version.hxx (renamed from Private/CompilerKit/Version.hxx)0
-rw-r--r--NewKernel/Docs/SPECIFICATION.md (renamed from Private/Docs/SPECIFICATION.md)0
-rw-r--r--NewKernel/Docs/TODO-LIST.md (renamed from Private/Docs/TODO-LIST.md)2
-rw-r--r--NewKernel/DriverKit/KernelCall.c (renamed from Private/DriverKit/KernelCall.c)0
-rw-r--r--NewKernel/DriverKit/KernelDev.c (renamed from Private/DriverKit/KernelDev.c)0
-rw-r--r--NewKernel/DriverKit/KernelDev.h (renamed from Private/DriverKit/KernelDev.h)0
-rw-r--r--NewKernel/DriverKit/KernelDispatchCall.S (renamed from Private/DriverKit/KernelDispatchCall.S)0
-rw-r--r--NewKernel/DriverKit/KernelPrint.c (renamed from Private/DriverKit/KernelPrint.c)0
-rw-r--r--NewKernel/DriverKit/KernelPrint.h (renamed from Private/DriverKit/KernelPrint.h)0
-rw-r--r--NewKernel/DriverKit/KernelStd.h (renamed from Private/DriverKit/KernelStd.h)0
-rw-r--r--NewKernel/DriverKit/KernelStdCxx.cc (renamed from Private/DriverKit/KernelStdCxx.cc)0
-rw-r--r--NewKernel/DriverKit/KernelString.c (renamed from Private/DriverKit/KernelString.c)0
-rw-r--r--NewKernel/DriverKit/KernelString.h (renamed from Private/DriverKit/KernelString.h)0
-rw-r--r--NewKernel/Drivers/.gitkeep (renamed from Private/FirmwareKit/.gitkeep)0
-rw-r--r--NewKernel/Drivers/Bonjour/Bonjour.c (renamed from Private/Drivers/Bonjour/Bonjour.c)0
-rw-r--r--NewKernel/Drivers/Bonjour/DriverRsrc.rsrc (renamed from Private/Drivers/Bonjour/DriverRsrc.rsrc)0
-rw-r--r--NewKernel/Drivers/Bonjour/x86_64.mk (renamed from Private/Drivers/Bonjour/x86_64.mk)0
-rw-r--r--NewKernel/Drivers/MahroussUpdate/DriverRsrc.rsrc (renamed from Private/Drivers/MahroussUpdate/DriverRsrc.rsrc)0
-rw-r--r--NewKernel/Drivers/MahroussUpdate/MahroussUpdate.cc (renamed from Private/Drivers/MahroussUpdate/MahroussUpdate.cc)0
-rw-r--r--NewKernel/Drivers/MahroussUpdate/MahroussUpdate.hxx (renamed from Private/Drivers/MahroussUpdate/MahroussUpdate.hxx)0
-rw-r--r--NewKernel/Drivers/MahroussUpdate/x86_64.mk (renamed from Private/Drivers/MahroussUpdate/x86_64.mk)0
-rw-r--r--NewKernel/Drivers/SampleDriver/DriverRsrc.rsrc (renamed from Private/Drivers/SampleDriver/DriverRsrc.rsrc)0
-rw-r--r--NewKernel/Drivers/SampleDriver/SampleDriver.c (renamed from Private/Drivers/SampleDriver/SampleDriver.c)0
-rw-r--r--NewKernel/Drivers/SampleDriver/x86_64.mk (renamed from Private/Drivers/SampleDriver/x86_64.mk)0
-rw-r--r--NewKernel/FSKit/Defines.hxx (renamed from Private/FSKit/Defines.hxx)0
-rw-r--r--NewKernel/FSKit/IndexableProperty.hxx (renamed from Private/FSKit/IndexableProperty.hxx)0
-rw-r--r--NewKernel/FSKit/NewFS.hxx (renamed from Private/FSKit/NewFS.hxx)0
-rw-r--r--NewKernel/FirmwareKit/.gitkeep (renamed from Private/FirmwareKit/CoreBoot/.gitkeep)0
-rw-r--r--NewKernel/FirmwareKit/CoreBoot/.gitkeep (renamed from Private/HALKit/.gitkeep)0
-rw-r--r--NewKernel/FirmwareKit/EFI.hxx (renamed from Private/FirmwareKit/EFI.hxx)0
-rw-r--r--NewKernel/FirmwareKit/EFI/API.hxx (renamed from Private/FirmwareKit/EFI/API.hxx)0
-rw-r--r--NewKernel/FirmwareKit/EFI/EFI.hxx (renamed from Private/FirmwareKit/EFI/EFI.hxx)0
-rw-r--r--NewKernel/FirmwareKit/EPM.hxx (renamed from Private/FirmwareKit/EPM.hxx)0
-rw-r--r--NewKernel/FirmwareKit/Handover.hxx (renamed from Private/FirmwareKit/Handover.hxx)0
-rw-r--r--NewKernel/HALKit/.gitkeep (renamed from Private/HALKit/64x0/MBCI/.gitkeep)0
-rw-r--r--NewKernel/HALKit/64x0/.hgkeep (renamed from Private/HALKit/64x0/.hgkeep)0
-rw-r--r--NewKernel/HALKit/64x0/APM/.hgkeep (renamed from Private/HALKit/64x0/APM/.hgkeep)0
-rw-r--r--NewKernel/HALKit/64x0/HalVirtualMemory.cxx (renamed from Private/HALKit/64x0/HalVirtualMemory.cxx)0
-rw-r--r--NewKernel/HALKit/64x0/MBCI/.gitkeep (renamed from Private/HALKit/AMD64/MBCI/.gitkeep)0
-rw-r--r--NewKernel/HALKit/AMD64/CPUID.hxx (renamed from Private/HALKit/AMD64/CPUID.hxx)0
-rw-r--r--NewKernel/HALKit/AMD64/HalACPIFactoryInterface.cxx (renamed from Private/HALKit/AMD64/HalACPIFactoryInterface.cxx)0
-rw-r--r--NewKernel/HALKit/AMD64/HalControlRegister.s (renamed from Private/HALKit/AMD64/HalControlRegister.s)0
-rw-r--r--NewKernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cpp (renamed from Private/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cpp)0
-rw-r--r--NewKernel/HALKit/AMD64/HalCoreMultiProcessingAMD64.cpp (renamed from Private/HALKit/AMD64/HalCoreMultiProcessingAMD64.cpp)0
-rw-r--r--NewKernel/HALKit/AMD64/HalDebugOutput.cxx (renamed from Private/HALKit/AMD64/HalDebugOutput.cxx)0
-rw-r--r--NewKernel/HALKit/AMD64/HalDebugPort.cxx (renamed from Private/HALKit/AMD64/HalDebugPort.cxx)0
-rw-r--r--NewKernel/HALKit/AMD64/HalDescriptorLoader.cpp (renamed from Private/HALKit/AMD64/HalDescriptorLoader.cpp)0
-rw-r--r--NewKernel/HALKit/AMD64/HalHardwareMP.cpp (renamed from Private/HALKit/AMD64/HalHardwareMP.cpp)0
-rw-r--r--NewKernel/HALKit/AMD64/HalInstallTIB.asm (renamed from Private/HALKit/AMD64/HalInstallTIB.asm)0
-rw-r--r--NewKernel/HALKit/AMD64/HalInterruptAPI.asm (renamed from Private/HALKit/AMD64/HalInterruptAPI.asm)0
-rw-r--r--NewKernel/HALKit/AMD64/HalKernelMain.cxx (renamed from Private/HALKit/AMD64/HalKernelMain.cxx)0
-rw-r--r--NewKernel/HALKit/AMD64/HalKernelMouse.cxx (renamed from Private/HALKit/AMD64/HalKernelMouse.cxx)0
-rw-r--r--NewKernel/HALKit/AMD64/HalNewBoot.asm (renamed from Private/HALKit/AMD64/HalNewBoot.asm)0
-rw-r--r--NewKernel/HALKit/AMD64/HalPageAlloc.cpp (renamed from Private/HALKit/AMD64/HalPageAlloc.cpp)0
-rw-r--r--NewKernel/HALKit/AMD64/HalPageAlloc.hpp (renamed from Private/HALKit/AMD64/HalPageAlloc.hpp)0
-rw-r--r--NewKernel/HALKit/AMD64/HalProcessor.cpp (renamed from Private/HALKit/AMD64/HalProcessor.cpp)0
-rw-r--r--NewKernel/HALKit/AMD64/HalRoutines.s (renamed from Private/HALKit/AMD64/HalRoutines.s)0
-rw-r--r--NewKernel/HALKit/AMD64/HalSMPCore.cxx (renamed from Private/HALKit/AMD64/HalSMPCore.cxx)0
-rw-r--r--NewKernel/HALKit/AMD64/HalSMPCoreManager.asm (renamed from Private/HALKit/AMD64/HalSMPCoreManager.asm)0
-rw-r--r--NewKernel/HALKit/AMD64/Hypervisor.hpp (renamed from Private/HALKit/AMD64/Hypervisor.hpp)0
-rw-r--r--NewKernel/HALKit/AMD64/MBCI/.gitkeep (renamed from Private/HALKit/ARM64/.gitkeep)0
-rw-r--r--NewKernel/HALKit/AMD64/PCI/Database.cxx (renamed from Private/HALKit/AMD64/PCI/Database.cxx)0
-rw-r--r--NewKernel/HALKit/AMD64/PCI/Device.cxx (renamed from Private/HALKit/AMD64/PCI/Device.cxx)0
-rw-r--r--NewKernel/HALKit/AMD64/PCI/Dma.cxx (renamed from Private/HALKit/AMD64/PCI/Dma.cxx)0
-rw-r--r--NewKernel/HALKit/AMD64/PCI/Express.cxx (renamed from Private/HALKit/AMD64/PCI/Express.cxx)0
-rw-r--r--NewKernel/HALKit/AMD64/PCI/IO.cxx (renamed from Private/HALKit/AMD64/PCI/IO.cxx)0
-rw-r--r--NewKernel/HALKit/AMD64/PCI/Iterator.cxx (renamed from Private/HALKit/AMD64/PCI/Iterator.cxx)0
-rw-r--r--NewKernel/HALKit/AMD64/PCI/PCI.cxx (renamed from Private/HALKit/AMD64/PCI/PCI.cxx)0
-rw-r--r--NewKernel/HALKit/AMD64/Processor.hpp (renamed from Private/HALKit/AMD64/Processor.hpp)0
-rw-r--r--NewKernel/HALKit/AMD64/Storage/AHCI.cxx (renamed from Private/HALKit/AMD64/Storage/AHCI.cxx)0
-rw-r--r--NewKernel/HALKit/AMD64/Storage/ATA-DMA.cxx (renamed from Private/HALKit/AMD64/Storage/ATA-DMA.cxx)0
-rw-r--r--NewKernel/HALKit/AMD64/Storage/ATA-PIO.cxx (renamed from Private/HALKit/AMD64/Storage/ATA-PIO.cxx)0
-rw-r--r--NewKernel/HALKit/ARM64/.gitkeep (renamed from Private/HALKit/ARM64/ACPI/.gitkeep)0
-rw-r--r--NewKernel/HALKit/ARM64/ACPI/.gitkeep (renamed from Private/HALKit/ARM64/Storage/.gitkeep)0
-rw-r--r--NewKernel/HALKit/ARM64/Storage/.gitkeep (renamed from Private/HALKit/POWER/.gitkeep)0
-rw-r--r--NewKernel/HALKit/AXP/CR.s (renamed from Private/HALKit/AXP/CR.s)0
-rw-r--r--NewKernel/HALKit/AXP/CoreInterruptHandlerDEC.cpp (renamed from Private/HALKit/AXP/CoreInterruptHandlerDEC.cpp)0
-rw-r--r--NewKernel/HALKit/AXP/CoreSyscallHandlerDEC.cpp (renamed from Private/HALKit/AXP/CoreSyscallHandlerDEC.cpp)0
-rw-r--r--NewKernel/HALKit/AXP/HAL.s (renamed from Private/HALKit/AXP/HAL.s)0
-rw-r--r--NewKernel/HALKit/AXP/Processor.hpp (renamed from Private/HALKit/AXP/Processor.hpp)0
-rw-r--r--NewKernel/HALKit/AXP/README (renamed from Private/HALKit/AXP/README)0
-rw-r--r--NewKernel/HALKit/AXP/README.TXT (renamed from Private/HALKit/AXP/README.TXT)0
-rw-r--r--NewKernel/HALKit/AXP/SYSCALL.s (renamed from Private/HALKit/AXP/SYSCALL.s)0
-rw-r--r--NewKernel/HALKit/AXP/VM.s (renamed from Private/HALKit/AXP/VM.s)0
-rw-r--r--NewKernel/HALKit/POWER/.gitkeep (renamed from Private/HALKit/POWER/APM/.gitkeep)0
-rw-r--r--NewKernel/HALKit/POWER/APM/.gitkeep (renamed from Private/HALKit/POWER/MBCI/.gitkeep)0
-rw-r--r--NewKernel/HALKit/POWER/HalContextSwitchPowerPC.s (renamed from Private/HALKit/POWER/HalContextSwitchPowerPC.s)0
-rw-r--r--NewKernel/HALKit/POWER/HalHardware.cxx (renamed from Private/HALKit/POWER/HalHardware.cxx)0
-rw-r--r--NewKernel/HALKit/POWER/HalHart.cxx (renamed from Private/HALKit/POWER/HalHart.cxx)0
-rw-r--r--NewKernel/HALKit/POWER/HalSerialPort.cxx (renamed from Private/HALKit/POWER/HalSerialPort.cxx)0
-rw-r--r--NewKernel/HALKit/POWER/HalStartSequence.s (renamed from Private/HALKit/POWER/HalStartSequence.s)0
-rw-r--r--NewKernel/HALKit/POWER/HalThread.cxx (renamed from Private/HALKit/POWER/HalThread.cxx)0
-rw-r--r--NewKernel/HALKit/POWER/HalVirtualMemory.cxx (renamed from Private/HALKit/POWER/HalVirtualMemory.cxx)0
-rw-r--r--NewKernel/HALKit/POWER/Hart.hxx (renamed from Private/HALKit/POWER/Hart.hxx)0
-rw-r--r--NewKernel/HALKit/POWER/MBCI/.gitkeep (renamed from Private/HALKit/RISCV/APM/.gitkeep)0
-rw-r--r--NewKernel/HALKit/POWER/MBCI/HalMBCIHost.cxx (renamed from Private/HALKit/POWER/MBCI/HalMBCIHost.cxx)0
-rw-r--r--NewKernel/HALKit/POWER/Processor.hpp (renamed from Private/HALKit/POWER/Processor.hpp)0
-rw-r--r--NewKernel/HALKit/POWER/ppc-cpu.h (renamed from Private/HALKit/POWER/ppc-cpu.h)0
-rw-r--r--NewKernel/HALKit/POWER/ppc-mmu.h (renamed from Private/HALKit/POWER/ppc-mmu.h)0
-rw-r--r--NewKernel/HALKit/RISCV/.keep (renamed from Private/HALKit/RISCV/.keep)0
-rw-r--r--NewKernel/HALKit/RISCV/APM/.gitkeep (renamed from Private/HALKit/RISCV/Storage/.gitkeep)0
-rw-r--r--NewKernel/HALKit/RISCV/Hart.hxx (renamed from Private/HALKit/RISCV/Hart.hxx)0
-rw-r--r--NewKernel/HALKit/RISCV/Storage/.gitkeep (renamed from Private/HALKit/X86S/.gitkeep)0
-rw-r--r--NewKernel/HALKit/X86S/.gitkeep (renamed from Private/HALKit/X86S/ACPI/.gitkeep)0
-rw-r--r--NewKernel/HALKit/X86S/ACPI/.gitkeep (renamed from Private/HALKit/X86S/Storage/.gitkeep)0
-rw-r--r--NewKernel/HALKit/X86S/Storage/.gitkeep (renamed from Private/NewBoot/Source/.gitkeep)0
-rw-r--r--NewKernel/HALKit/compile_flags.txt (renamed from Private/HALKit/compile_flags.txt)0
-rw-r--r--NewKernel/HintKit/CompilerHint.hxx (renamed from Private/HintKit/CompilerHint.hxx)0
-rw-r--r--NewKernel/KernelKit/CodeManager.hpp (renamed from Private/KernelKit/CodeManager.hpp)0
-rw-r--r--NewKernel/KernelKit/DebugOutput.hpp (renamed from Private/KernelKit/DebugOutput.hpp)0
-rw-r--r--NewKernel/KernelKit/Defines.hpp (renamed from Private/KernelKit/Defines.hpp)0
-rw-r--r--NewKernel/KernelKit/DeviceManager.hpp (renamed from Private/KernelKit/DeviceManager.hpp)0
-rw-r--r--NewKernel/KernelKit/DriveManager.hxx (renamed from Private/KernelKit/DriveManager.hxx)0
-rw-r--r--NewKernel/KernelKit/FileManager.hpp (renamed from Private/KernelKit/FileManager.hpp)0
-rw-r--r--NewKernel/KernelKit/Framebuffer.hpp (renamed from Private/KernelKit/Framebuffer.hpp)0
-rw-r--r--NewKernel/KernelKit/HError.hpp (renamed from Private/KernelKit/HError.hpp)0
-rw-r--r--NewKernel/KernelKit/KernelHeap.hpp (renamed from Private/KernelKit/KernelHeap.hpp)0
-rw-r--r--NewKernel/KernelKit/LoaderInterface.hpp (renamed from Private/KernelKit/LoaderInterface.hpp)0
-rw-r--r--NewKernel/KernelKit/LockDelegate.hpp (renamed from Private/KernelKit/LockDelegate.hpp)0
-rw-r--r--NewKernel/KernelKit/MSDOS.hpp (renamed from Private/KernelKit/MSDOS.hpp)0
-rw-r--r--NewKernel/KernelKit/PCI/Database.hpp (renamed from Private/KernelKit/PCI/Database.hpp)0
-rw-r--r--NewKernel/KernelKit/PCI/Device.hpp (renamed from Private/KernelKit/PCI/Device.hpp)0
-rw-r--r--NewKernel/KernelKit/PCI/Dma.hpp (renamed from Private/KernelKit/PCI/Dma.hpp)0
-rw-r--r--NewKernel/KernelKit/PCI/Dma.inl (renamed from Private/KernelKit/PCI/Dma.inl)0
-rw-r--r--NewKernel/KernelKit/PCI/Express.hpp (renamed from Private/KernelKit/PCI/Express.hpp)0
-rw-r--r--NewKernel/KernelKit/PCI/IO-Impl-AMD64.inl (renamed from Private/KernelKit/PCI/IO-Impl-AMD64.inl)0
-rw-r--r--NewKernel/KernelKit/PCI/IO.hpp (renamed from Private/KernelKit/PCI/IO.hpp)0
-rw-r--r--NewKernel/KernelKit/PCI/Iterator.hpp (renamed from Private/KernelKit/PCI/Iterator.hpp)0
-rw-r--r--NewKernel/KernelKit/PCI/PCI.hpp (renamed from Private/KernelKit/PCI/PCI.hpp)0
-rw-r--r--NewKernel/KernelKit/PE.hxx (renamed from Private/KernelKit/PE.hxx)0
-rw-r--r--NewKernel/KernelKit/PECodeManager.hxx (renamed from Private/KernelKit/PECodeManager.hxx)0
-rw-r--r--NewKernel/KernelKit/PEF.hpp (renamed from Private/KernelKit/PEF.hpp)0
-rw-r--r--NewKernel/KernelKit/PEFCodeManager.hxx (renamed from Private/KernelKit/PEFCodeManager.hxx)0
-rw-r--r--NewKernel/KernelKit/PEFSharedObject.hxx (renamed from Private/KernelKit/PEFSharedObject.hxx)0
-rw-r--r--NewKernel/KernelKit/PermissionSelector.hxx (renamed from Private/KernelKit/PermissionSelector.hxx)0
-rw-r--r--NewKernel/KernelKit/ProcessScheduler.hpp (renamed from Private/KernelKit/ProcessScheduler.hpp)0
-rw-r--r--NewKernel/KernelKit/SMPManager.hpp (renamed from Private/KernelKit/SMPManager.hpp)0
-rw-r--r--NewKernel/KernelKit/Semaphore.hpp (renamed from Private/KernelKit/Semaphore.hpp)0
-rw-r--r--NewKernel/KernelKit/ThreadLocalStorage.hxx (renamed from Private/KernelKit/ThreadLocalStorage.hxx)0
-rw-r--r--NewKernel/KernelKit/ThreadLocalStorage.inl (renamed from Private/KernelKit/ThreadLocalStorage.inl)0
-rw-r--r--NewKernel/KernelKit/Timer.hpp (renamed from Private/KernelKit/Timer.hpp)0
-rw-r--r--NewKernel/KernelKit/UserHeap.hpp (renamed from Private/KernelKit/UserHeap.hpp)0
-rw-r--r--NewKernel/KernelKit/XCOFF.hxx (renamed from Private/KernelKit/XCOFF.hxx)0
-rw-r--r--NewKernel/KernelKit/compile_flags.txt (renamed from Private/KernelKit/compile_flags.txt)0
-rw-r--r--NewKernel/KernelRsrc.rsrc (renamed from Private/KernelRsrc.rsrc)0
-rw-r--r--NewKernel/Linker/16x0.json (renamed from Private/Linker/16x0.json)0
-rw-r--r--NewKernel/Linker/32x0.json (renamed from Private/Linker/32x0.json)0
-rw-r--r--NewKernel/Linker/64x0.json (renamed from Private/Linker/64x0.json)0
-rwxr-xr-xNewKernel/MoveAll.sh (renamed from Private/MoveAll.sh)0
-rw-r--r--NewKernel/NetworkKit/IP.hpp (renamed from Private/NetworkKit/IP.hpp)0
-rw-r--r--NewKernel/NetworkKit/IPCEP.hxx (renamed from Private/NetworkKit/IPCEP.hxx)0
-rw-r--r--NewKernel/NetworkKit/MAC.hxx (renamed from Private/NetworkKit/MAC.hxx)0
-rw-r--r--NewKernel/NetworkKit/NetworkDevice.hpp (renamed from Private/NetworkKit/NetworkDevice.hpp)0
-rw-r--r--NewKernel/NetworkKit/NetworkDevice.inl (renamed from Private/NetworkKit/NetworkDevice.inl)0
-rw-r--r--NewKernel/NetworkKit/compile_flags.txt (renamed from Private/NetworkKit/compile_flags.txt)0
-rw-r--r--NewKernel/NewBoot/BootKit/BitManip.hxx (renamed from Private/NewBoot/BootKit/BitManip.hxx)0
-rw-r--r--NewKernel/NewBoot/BootKit/BootKit.hxx (renamed from Private/NewBoot/BootKit/BootKit.hxx)0
-rw-r--r--NewKernel/NewBoot/BootKit/Device.hxx (renamed from Private/NewBoot/BootKit/Device.hxx)0
-rw-r--r--NewKernel/NewBoot/BootKit/EPM.hxx (renamed from Private/NewBoot/BootKit/EPM.hxx)0
-rw-r--r--NewKernel/NewBoot/BootKit/HW/ATA.hxx (renamed from Private/NewBoot/BootKit/HW/ATA.hxx)0
-rw-r--r--NewKernel/NewBoot/BootKit/HW/SATA.hxx (renamed from Private/NewBoot/BootKit/HW/SATA.hxx)0
-rw-r--r--NewKernel/NewBoot/BootKit/Platform.hxx (renamed from Private/NewBoot/BootKit/Platform.hxx)0
-rw-r--r--NewKernel/NewBoot/BootKit/Protocol.hxx (renamed from Private/NewBoot/BootKit/Protocol.hxx)0
-rw-r--r--NewKernel/NewBoot/BootKit/Rsrc/NewBoot.rsrc (renamed from Private/NewBoot/BootKit/Rsrc/NewBoot.rsrc)0
-rw-r--r--NewKernel/NewBoot/BootKit/Rsrc/NewBootFatal.rsrc (renamed from Private/NewBoot/BootKit/Rsrc/NewBootFatal.rsrc)0
-rw-r--r--NewKernel/NewBoot/BootKit/Vendor/Qr.hxx (renamed from Private/NewBoot/BootKit/Vendor/Qr.hxx)0
-rw-r--r--NewKernel/NewBoot/BootKit/Vendor/QrPrelude.hxx (renamed from Private/NewBoot/BootKit/Vendor/QrPrelude.hxx)0
-rw-r--r--NewKernel/NewBoot/BootKit/Vendor/QrVendor/base.h (renamed from Private/NewBoot/BootKit/Vendor/QrVendor/base.h)0
-rw-r--r--NewKernel/NewBoot/BootKit/Vendor/QrVendor/bit.h (renamed from Private/NewBoot/BootKit/Vendor/QrVendor/bit.h)0
-rw-r--r--NewKernel/NewBoot/BootKit/Vendor/Support.hxx (renamed from Private/NewBoot/BootKit/Vendor/Support.hxx)0
-rw-r--r--NewKernel/NewBoot/BootKit/compile_flags.txt (renamed from Private/NewBoot/BootKit/compile_flags.txt)0
-rw-r--r--NewKernel/NewBoot/NetBoot/.hgkeep (renamed from Private/NewBoot/NetBoot/.hgkeep)0
-rw-r--r--NewKernel/NewBoot/NetBoot/Module.cxx (renamed from Private/NewBoot/NetBoot/Module.cxx)0
-rw-r--r--NewKernel/NewBoot/NetBoot/manifest.json (renamed from Private/NewBoot/NetBoot/manifest.json)0
-rw-r--r--NewKernel/NewBoot/ReadMe.md (renamed from Private/NewBoot/ReadMe.md)0
-rw-r--r--NewKernel/NewBoot/Source/.gitkeep (renamed from Private/NewBoot/Source/HEL/AMD64/.gitkeep)0
-rw-r--r--NewKernel/NewBoot/Source/BootloaderRsrc.rsrc (renamed from Private/NewBoot/Source/BootloaderRsrc.rsrc)0
-rw-r--r--NewKernel/NewBoot/Source/HEL/AMD64/.gitkeep (renamed from Private/NewBoot/Source/HEL/ARM64/.gitkeep)0
-rw-r--r--NewKernel/NewBoot/Source/HEL/AMD64/BootAHCI.cxx (renamed from Private/NewBoot/Source/HEL/AMD64/BootAHCI.cxx)0
-rw-r--r--NewKernel/NewBoot/Source/HEL/AMD64/BootATA.cxx (renamed from Private/NewBoot/Source/HEL/AMD64/BootATA.cxx)0
-rw-r--r--NewKernel/NewBoot/Source/HEL/AMD64/BootFileReader.cxx (renamed from Private/NewBoot/Source/HEL/AMD64/BootFileReader.cxx)0
-rw-r--r--NewKernel/NewBoot/Source/HEL/AMD64/BootJump.S (renamed from Private/NewBoot/Source/HEL/AMD64/BootJump.S)0
-rw-r--r--NewKernel/NewBoot/Source/HEL/AMD64/BootMain.cxx (renamed from Private/NewBoot/Source/HEL/AMD64/BootMain.cxx)0
-rw-r--r--NewKernel/NewBoot/Source/HEL/AMD64/BootPlatform.cxx (renamed from Private/NewBoot/Source/HEL/AMD64/BootPlatform.cxx)0
-rw-r--r--NewKernel/NewBoot/Source/HEL/AMD64/BootString.cxx (renamed from Private/NewBoot/Source/HEL/AMD64/BootString.cxx)0
-rw-r--r--NewKernel/NewBoot/Source/HEL/AMD64/BootTextWriter.cxx (renamed from Private/NewBoot/Source/HEL/AMD64/BootTextWriter.cxx)0
-rw-r--r--NewKernel/NewBoot/Source/HEL/AMD64/New+Delete.cxx (renamed from Private/NewBoot/Source/HEL/AMD64/New+Delete.cxx)0
-rw-r--r--NewKernel/NewBoot/Source/HEL/AMD64/Support.cxx (renamed from Private/NewBoot/Source/HEL/AMD64/Support.cxx)0
-rw-r--r--NewKernel/NewBoot/Source/HEL/AMD64/compile_flags.txt (renamed from Private/NewBoot/Source/HEL/AMD64/compile_flags.txt)0
-rw-r--r--NewKernel/NewBoot/Source/HEL/ARM64/.gitkeep (renamed from Private/NewBoot/Source/HEL/POWER/.gitkeep)0
-rw-r--r--NewKernel/NewBoot/Source/HEL/POWER/.gitkeep (renamed from Private/NewBoot/Source/HEL/RISCV/.gitkeep)0
-rw-r--r--NewKernel/NewBoot/Source/HEL/POWER/CoreBootStartup.S (renamed from Private/NewBoot/Source/HEL/POWER/CoreBootStartup.S)0
-rw-r--r--NewKernel/NewBoot/Source/HEL/RISCV/.gitkeep (renamed from Private/Root/.gitkeep)0
-rw-r--r--NewKernel/NewBoot/Source/HEL/RISCV/BootRISCV.S (renamed from Private/NewBoot/Source/HEL/RISCV/BootRISCV.S)0
-rw-r--r--NewKernel/NewBoot/Source/Root/EFI/STARTUP.NSH (renamed from Private/NewBoot/Source/Root/EFI/STARTUP.NSH)0
-rw-r--r--NewKernel/NewBoot/Source/Root/SplashScreen.fmt (renamed from Private/NewBoot/Source/Root/SplashScreen.fmt)0
-rw-r--r--NewKernel/NewBoot/Source/compile_flags.txt (renamed from Private/NewBoot/Source/compile_flags.txt)0
-rw-r--r--NewKernel/NewBoot/Source/makefile (renamed from Private/NewBoot/Source/makefile)0
-rw-r--r--NewKernel/NewBoot/Source/ovmf.ps1 (renamed from Private/NewBoot/Source/ovmf.ps1)0
-rw-r--r--NewKernel/NewKit/Application.hxx (renamed from Private/NewKit/Application.hxx)0
-rw-r--r--NewKernel/NewKit/Array.hpp (renamed from Private/NewKit/Array.hpp)0
-rw-r--r--NewKernel/NewKit/ArrayList.hpp (renamed from Private/NewKit/ArrayList.hpp)0
-rw-r--r--NewKernel/NewKit/Atom.hpp (renamed from Private/NewKit/Atom.hpp)0
-rw-r--r--NewKernel/NewKit/Crc32.hpp (renamed from Private/NewKit/Crc32.hpp)0
-rw-r--r--NewKernel/NewKit/CxxAbi.hpp (renamed from Private/NewKit/CxxAbi.hpp)0
-rw-r--r--NewKernel/NewKit/Defines.hpp (renamed from Private/NewKit/Defines.hpp)0
-rw-r--r--NewKernel/NewKit/ErrorOr.hpp (renamed from Private/NewKit/ErrorOr.hpp)0
-rw-r--r--NewKernel/NewKit/Function.hpp (renamed from Private/NewKit/Function.hpp)0
-rw-r--r--NewKernel/NewKit/Json.hpp (renamed from Private/NewKit/Json.hpp)0
-rw-r--r--NewKernel/NewKit/KernelCheck.hpp (renamed from Private/NewKit/KernelCheck.hpp)0
-rw-r--r--NewKernel/NewKit/Macros.hpp (renamed from Private/NewKit/Macros.hpp)0
-rw-r--r--NewKernel/NewKit/MutableArray.hpp (renamed from Private/NewKit/MutableArray.hpp)0
-rw-r--r--NewKernel/NewKit/New.hpp (renamed from Private/NewKit/New.hpp)0
-rw-r--r--NewKernel/NewKit/NewKit.hpp (renamed from Private/NewKit/NewKit.hpp)0
-rw-r--r--NewKernel/NewKit/OwnPtr.hpp (renamed from Private/NewKit/OwnPtr.hpp)0
-rw-r--r--NewKernel/NewKit/PageAllocator.hpp (renamed from Private/NewKit/PageAllocator.hpp)0
-rw-r--r--NewKernel/NewKit/PageManager.hpp (renamed from Private/NewKit/PageManager.hpp)0
-rw-r--r--NewKernel/NewKit/Pair.hpp (renamed from Private/NewKit/Pair.hpp)0
-rw-r--r--NewKernel/NewKit/Pmm.hpp (renamed from Private/NewKit/Pmm.hpp)0
-rw-r--r--NewKernel/NewKit/Ref.hpp (renamed from Private/NewKit/Ref.hpp)0
-rw-r--r--NewKernel/NewKit/Stream.hpp (renamed from Private/NewKit/Stream.hpp)0
-rw-r--r--NewKernel/NewKit/String.hpp (renamed from Private/NewKit/String.hpp)0
-rw-r--r--NewKernel/NewKit/Utils.hpp (renamed from Private/NewKit/Utils.hpp)0
-rw-r--r--NewKernel/NewKit/Variant.hpp (renamed from Private/NewKit/Variant.hpp)0
-rw-r--r--NewKernel/NewKit/compile_flags.txt (renamed from Private/NewKit/compile_flags.txt)0
-rw-r--r--NewKernel/Objects/.hgkeep (renamed from Private/Objects/.hgkeep)0
-rw-r--r--NewKernel/Root/.gitkeep (renamed from Private/Root/Applications/.gitkeep)0
-rw-r--r--NewKernel/Root/Applications/.gitkeep (renamed from Private/Root/Assistants/.gitkeep)0
-rw-r--r--NewKernel/Root/Assistants/.gitkeep (renamed from Private/Root/Boot/.gitkeep)0
-rw-r--r--NewKernel/Root/Boot/.gitkeep (renamed from Private/Root/Library/.gitkeep)0
-rw-r--r--NewKernel/Root/Boot/Icons/bonjour-logo.ico (renamed from Private/Root/Boot/Icons/bonjour-logo.ico)bin108478 -> 108478 bytes
-rw-r--r--NewKernel/Root/Boot/Icons/boot-logo.ico (renamed from Private/Root/Boot/Icons/boot-logo.ico)bin108478 -> 108478 bytes
-rw-r--r--NewKernel/Root/Boot/Icons/driver-logo.ico (renamed from Private/Root/Boot/Icons/driver-logo.ico)bin108478 -> 108478 bytes
-rw-r--r--NewKernel/Root/Boot/Icons/kernel-logo.ico (renamed from Private/Root/Boot/Icons/kernel-logo.ico)bin108478 -> 108478 bytes
-rw-r--r--NewKernel/Root/Boot/Icons/settings-icon.ico (renamed from Private/Root/Boot/Icons/settings-icon.ico)bin108478 -> 108478 bytes
-rw-r--r--NewKernel/Root/Boot/Icons/update-logo.ico (renamed from Private/Root/Boot/Icons/update-logo.ico)bin108478 -> 108478 bytes
-rw-r--r--NewKernel/Root/Library/.gitkeep (renamed from Private/Root/Mount/.gitkeep)0
-rw-r--r--NewKernel/Root/Mount/.gitkeep (renamed from Private/Root/Support/.gitkeep)0
-rw-r--r--NewKernel/Root/Support/.gitkeep (renamed from Private/Root/System/.gitkeep)0
-rw-r--r--NewKernel/Root/System/.gitkeep (renamed from Private/Root/Users/.gitkeep)0
-rw-r--r--NewKernel/Root/System/FileExplorerHome.html (renamed from Private/Root/System/FileExplorerHome.html)0
-rw-r--r--NewKernel/Root/System/SystemTheme.css (renamed from Private/Root/System/SystemTheme.css)0
-rw-r--r--NewKernel/Root/Users/.gitkeep (renamed from Private/Root/Users/Shared/.gitkeep)0
-rw-r--r--NewKernel/Root/Users/Shared/.gitkeep (renamed from Public/.gitkeep)0
-rw-r--r--NewKernel/Source/AppMain.cxx (renamed from Private/Source/AppMain.cxx)0
-rw-r--r--NewKernel/Source/Array.cxx (renamed from Private/Source/Array.cxx)0
-rw-r--r--NewKernel/Source/ArrayList.cxx (renamed from Private/Source/ArrayList.cxx)0
-rw-r--r--NewKernel/Source/Atom.cxx (renamed from Private/Source/Atom.cxx)0
-rw-r--r--NewKernel/Source/CodeManager.cxx (renamed from Private/Source/CodeManager.cxx)0
-rw-r--r--NewKernel/Source/Crc32.cxx (renamed from Private/Source/Crc32.cxx)0
-rw-r--r--NewKernel/Source/CxxAbi.cxx (renamed from Private/Source/CxxAbi.cxx)0
-rw-r--r--NewKernel/Source/Defines.cxx (renamed from Private/Source/Defines.cxx)0
-rw-r--r--NewKernel/Source/DeviceManager.cxx (renamed from Private/Source/DeviceManager.cxx)0
-rw-r--r--NewKernel/Source/DriveManager.cxx (renamed from Private/Source/DriveManager.cxx)0
-rw-r--r--NewKernel/Source/ErrorOr.cxx (renamed from Private/Source/ErrorOr.cxx)0
-rw-r--r--NewKernel/Source/FS/NewFS.cxx (renamed from Private/Source/FS/NewFS.cxx)0
-rw-r--r--NewKernel/Source/FileManager.cxx (renamed from Private/Source/FileManager.cxx)0
-rw-r--r--NewKernel/Source/Framebuffer.cxx (renamed from Private/Source/Framebuffer.cxx)0
-rw-r--r--NewKernel/Source/GUIDWizard.cxx (renamed from Private/Source/GUIDWizard.cxx)0
-rw-r--r--NewKernel/Source/GUIDWrapper.cxx (renamed from Private/Source/GUIDWrapper.cxx)0
-rw-r--r--NewKernel/Source/HError.cxx (renamed from Private/Source/HError.cxx)0
-rw-r--r--NewKernel/Source/IndexableProperty.cxx (renamed from Private/Source/IndexableProperty.cxx)0
-rw-r--r--NewKernel/Source/Json.cxx (renamed from Private/Source/Json.cxx)0
-rw-r--r--NewKernel/Source/KernelCheck.cxx (renamed from Private/Source/KernelCheck.cxx)0
-rw-r--r--NewKernel/Source/KernelHeap.cxx (renamed from Private/Source/KernelHeap.cxx)0
-rw-r--r--NewKernel/Source/LockDelegate.cxx (renamed from Private/Source/LockDelegate.cxx)0
-rw-r--r--NewKernel/Source/MutableArray.cxx (renamed from Private/Source/MutableArray.cxx)0
-rw-r--r--NewKernel/Source/Network/IP.cxx (renamed from Private/Source/Network/IP.cxx)0
-rw-r--r--NewKernel/Source/Network/IPCEP.cxx (renamed from Private/Source/Network/IPCEP.cxx)0
-rw-r--r--NewKernel/Source/Network/NetworkDevice.cxx (renamed from Private/Source/Network/NetworkDevice.cxx)0
-rw-r--r--NewKernel/Source/New+Delete.cxx (renamed from Private/Source/New+Delete.cxx)0
-rw-r--r--NewKernel/Source/NewFS+FileManager.cxx (renamed from Private/Source/NewFS+FileManager.cxx)0
-rw-r--r--NewKernel/Source/NewFS+IO.cxx (renamed from Private/Source/NewFS+IO.cxx)0
-rw-r--r--NewKernel/Source/NewFS+Journal.cxx (renamed from Private/Source/NewFS+Journal.cxx)0
-rw-r--r--NewKernel/Source/OwnPtr.cxx (renamed from Private/Source/OwnPtr.cxx)0
-rw-r--r--NewKernel/Source/PEFCodeManager.cxx (renamed from Private/Source/PEFCodeManager.cxx)0
-rw-r--r--NewKernel/Source/PEFSharedObjectRT.cxx (renamed from Private/Source/PEFSharedObjectRT.cxx)0
-rw-r--r--NewKernel/Source/PRDT.cxx (renamed from Private/Source/PRDT.cxx)0
-rw-r--r--NewKernel/Source/PageAllocator.cxx (renamed from Private/Source/PageAllocator.cxx)0
-rw-r--r--NewKernel/Source/PageManager.cxx (renamed from Private/Source/PageManager.cxx)0
-rw-r--r--NewKernel/Source/PermissionSelector.cxx (renamed from Private/Source/PermissionSelector.cxx)0
-rw-r--r--NewKernel/Source/Pmm.cxx (renamed from Private/Source/Pmm.cxx)0
-rw-r--r--NewKernel/Source/ProcessScheduler.cxx (renamed from Private/Source/ProcessScheduler.cxx)0
-rw-r--r--NewKernel/Source/ProcessTeam.cxx (renamed from Private/Source/ProcessTeam.cxx)0
-rw-r--r--NewKernel/Source/Property.cxx (renamed from Private/Source/Property.cxx)0
-rw-r--r--NewKernel/Source/Ref.cxx (renamed from Private/Source/Ref.cxx)0
-rw-r--r--NewKernel/Source/SMPManager.cxx (renamed from Private/Source/SMPManager.cxx)0
-rw-r--r--NewKernel/Source/Semaphore.cxx (renamed from Private/Source/Semaphore.cxx)0
-rw-r--r--NewKernel/Source/Storage/AHCIDeviceInterface.cxx (renamed from Private/Source/Storage/AHCIDeviceInterface.cxx)0
-rw-r--r--NewKernel/Source/Storage/ATADeviceInterface.cxx (renamed from Private/Source/Storage/ATADeviceInterface.cxx)0
-rw-r--r--NewKernel/Source/Storage/NVMEDeviceInterface.cxx (renamed from Private/Source/Storage/NVMEDeviceInterface.cxx)0
-rw-r--r--NewKernel/Source/Storage/SCSIDeviceInterface.cxx (renamed from Private/Source/Storage/SCSIDeviceInterface.cxx)0
-rw-r--r--NewKernel/Source/Stream.cxx (renamed from Private/Source/Stream.cxx)0
-rw-r--r--NewKernel/Source/String.cxx (renamed from Private/Source/String.cxx)0
-rw-r--r--NewKernel/Source/ThreadLocalStorage.cxx (renamed from Private/Source/ThreadLocalStorage.cxx)0
-rw-r--r--NewKernel/Source/Timer.cxx (renamed from Private/Source/Timer.cxx)0
-rw-r--r--NewKernel/Source/URL.cxx (renamed from Private/Source/URL.cxx)0
-rw-r--r--NewKernel/Source/UserHeap.cxx (renamed from Private/Source/UserHeap.cxx)0
-rw-r--r--NewKernel/Source/Utils.cxx (renamed from Private/Source/Utils.cxx)0
-rw-r--r--NewKernel/Source/Variant.cxx (renamed from Private/Source/Variant.cxx)0
-rw-r--r--NewKernel/Source/compile_flags.txt (renamed from Private/Source/compile_flags.txt)0
-rw-r--r--NewKernel/StorageKit/AHCI.hpp (renamed from Private/StorageKit/AHCI.hpp)0
-rw-r--r--NewKernel/StorageKit/ATA.hpp (renamed from Private/StorageKit/ATA.hpp)0
-rw-r--r--NewKernel/StorageKit/NVME.hpp (renamed from Private/StorageKit/NVME.hpp)0
-rw-r--r--NewKernel/StorageKit/PRDT.hpp (renamed from Private/StorageKit/PRDT.hpp)0
-rw-r--r--NewKernel/StorageKit/SCSI.hxx (renamed from Private/StorageKit/SCSI.hxx)0
-rw-r--r--NewKernel/StorageKit/Storage.hpp (renamed from Private/StorageKit/Storage.hpp)0
-rw-r--r--NewKernel/compile_flags.txt (renamed from Private/compile_flags.txt)0
-rw-r--r--NewKernel/makefile (renamed from Private/makefile)0
-rw-r--r--SDK/.gitkeep (renamed from Public/Developer/.gitkeep)0
-rw-r--r--SDK/Developer/.gitkeep (renamed from Public/Developer/CxxRuntimeLib/.gitkeep)0
-rw-r--r--SDK/Developer/CoreCxxRuntime/.gitkeep (renamed from Public/Developer/PEFRuntimeLib/.gitkeep)0
-rw-r--r--SDK/Developer/CoreCxxRuntime/Sources/New+Delete.cxx (renamed from Public/Developer/CxxRuntimeLib/Sources/New+Delete.cxx)0
-rw-r--r--SDK/Developer/CorePEFRuntime/.gitkeep (renamed from Public/Developer/SystemLib/.gitkeep)0
-rw-r--r--SDK/Developer/CorePEFRuntime/Sources/PEFStart.c (renamed from Public/Developer/PEFRuntimeLib/Sources/PEFStart.c)0
-rw-r--r--SDK/Developer/CoreSystem/.gitkeep (renamed from Public/Developer/SystemLib/ARM64/.gitkeep)0
-rw-r--r--SDK/Developer/CoreSystem/AMD64/CoreAssembly.s (renamed from Public/Developer/SystemLib/AMD64/CoreAssembly.s)0
-rw-r--r--SDK/Developer/CoreSystem/ARM64/.gitkeep (renamed from Public/Developer/SystemLib/RISCV/.gitkeep)0
-rw-r--r--SDK/Developer/CoreSystem/Headers/Alert.h (renamed from Public/Developer/SystemLib/Headers/Alert.h)0
-rw-r--r--SDK/Developer/CoreSystem/Headers/Defines.h (renamed from Public/Developer/SystemLib/Headers/Defines.h)0
-rw-r--r--SDK/Developer/CoreSystem/Headers/File.h (renamed from Public/Developer/SystemLib/Headers/File.h)0
-rw-r--r--SDK/Developer/CoreSystem/Headers/Heap.h (renamed from Public/Developer/SystemLib/Headers/Heap.h)0
-rw-r--r--SDK/Developer/CoreSystem/Headers/Hint.h (renamed from Public/Developer/SystemLib/Headers/Hint.h)0
-rw-r--r--SDK/Developer/CoreSystem/Headers/Intl.h (renamed from Public/Developer/SystemLib/Headers/Intl.h)0
-rw-r--r--SDK/Developer/CoreSystem/Headers/Math.h (renamed from Public/Developer/SystemLib/Headers/Math.h)0
-rw-r--r--SDK/Developer/CoreSystem/Headers/Rsrc.h (renamed from Public/Developer/SystemLib/Headers/Rsrc.h)0
-rw-r--r--SDK/Developer/CoreSystem/Headers/Thread.h (renamed from Public/Developer/SystemLib/Headers/Thread.h)0
-rw-r--r--SDK/Developer/CoreSystem/POWER/CoreAssembly.s (renamed from Public/Developer/SystemLib/POWER/CoreAssembly.s)0
-rw-r--r--SDK/Developer/CoreSystem/RISCV/.gitkeep0
-rw-r--r--SDK/Developer/CoreSystem/ReadMe.md (renamed from Public/Developer/SystemLib/ReadMe.md)2
-rw-r--r--SDK/Developer/CoreSystem/Sources/App.c (renamed from Public/Developer/SystemLib/Sources/App.c)0
-rw-r--r--SDK/Developer/CoreSystem/Sources/File.c (renamed from Public/Developer/SystemLib/Sources/File.c)0
-rw-r--r--SDK/Developer/CoreSystem/Sources/Heap.c (renamed from Public/Developer/SystemLib/Sources/Heap.c)0
-rw-r--r--SDK/Developer/CoreSystem/Sources/Math.c (renamed from Public/Developer/SystemLib/Sources/Math.c)0
-rw-r--r--SDK/Developer/CoreSystem/amd64.mk (renamed from Public/Developer/SystemLib/amd64.mk)6
-rw-r--r--SDK/Developer/CoreSystem/compile_flags.txt (renamed from Public/Developer/SystemLib/compile_flags.txt)0
l---------SDK/Root (renamed from Public/Root)0
386 files changed, 11 insertions, 18 deletions
diff --git a/.gitignore b/.gitignore
index c3582f6c..91b9f4aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,13 +3,6 @@ syntax: glob
html/
latex/
-# NewKernel image
-NewKernel
-
-# Alternative kernel image
-AltKernel
-PatchKernel
-
.cmake/
.qtc_clangd/
CMakeCache.txt
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
index ddd8839a..5043cbf1 100644
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -5,7 +5,7 @@
"includePath": [
"${workspaceFolder}/Private/**",
"${workspaceFolder}/Private/NewBoot/**",
- "${workspaceFolder}/Public/Developer/SystemLib/**",
+ "${workspaceFolder}/Public/Developer/CoreSystem/**",
"${workspaceFolder}/Public/Developer/**"
],
"defines": [
@@ -38,7 +38,7 @@
"includePath": [
"${workspaceFolder}/Private/**",
"${workspaceFolder}/Private/NewBoot/**",
- "${workspaceFolder}/Public/Developer/SystemLib/**",
+ "${workspaceFolder}/Public/Developer/CoreSystem/**",
"${workspaceFolder}/Public/Developer/**"
],
"defines": [
diff --git a/Private/Builtins/.gitkeep b/Dist/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/Builtins/.gitkeep
+++ b/Dist/.gitkeep
diff --git a/Doxyfile b/Doxyfile
index 15b300b9..9eba728d 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -944,8 +944,8 @@ WARN_LOGFILE =
# Note: If this tag is empty the current directory is searched.
INPUT = ./ \
- ./Private/ \
- ./Public/ \
+ ./NewKernel/ \
+ ./SDK/ \
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -1049,7 +1049,7 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.
-EXCLUDE =
+EXCLUDE = Meta/
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
@@ -2374,7 +2374,7 @@ SEARCH_INCLUDES = YES
# RECURSIVE has no effect here.
# This tag requires that the tag SEARCH_INCLUDES is set to YES.
-INCLUDE_PATH = Private/
+INCLUDE_PATH = NewKernel/
# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
# patterns (like *.h and *.hpp) to filter out the header-files in the
diff --git a/Private/ArchKit/ArchKit.hpp b/NewKernel/ArchKit/ArchKit.hpp
index be155385..be155385 100644
--- a/Private/ArchKit/ArchKit.hpp
+++ b/NewKernel/ArchKit/ArchKit.hpp
diff --git a/Private/ArchKit/compile_flags.txt b/NewKernel/ArchKit/compile_flags.txt
index a3cab89d..a3cab89d 100644
--- a/Private/ArchKit/compile_flags.txt
+++ b/NewKernel/ArchKit/compile_flags.txt
diff --git a/Private/Builtins/ACPI/.gitkeep b/NewKernel/Builtins/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/Builtins/ACPI/.gitkeep
+++ b/NewKernel/Builtins/.gitkeep
diff --git a/Private/Builtins/AHCI/.gitkeep b/NewKernel/Builtins/ACPI/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/Builtins/AHCI/.gitkeep
+++ b/NewKernel/Builtins/ACPI/.gitkeep
diff --git a/Private/Builtins/ACPI/ACPI.hxx b/NewKernel/Builtins/ACPI/ACPI.hxx
index 1b656dd8..1b656dd8 100644
--- a/Private/Builtins/ACPI/ACPI.hxx
+++ b/NewKernel/Builtins/ACPI/ACPI.hxx
diff --git a/Private/Builtins/ACPI/ACPIFactoryInterface.hxx b/NewKernel/Builtins/ACPI/ACPIFactoryInterface.hxx
index 2feff124..2feff124 100644
--- a/Private/Builtins/ACPI/ACPIFactoryInterface.hxx
+++ b/NewKernel/Builtins/ACPI/ACPIFactoryInterface.hxx
diff --git a/Private/Builtins/ACPI/compile_flags.txt b/NewKernel/Builtins/ACPI/compile_flags.txt
index 1bc51142..1bc51142 100644
--- a/Private/Builtins/ACPI/compile_flags.txt
+++ b/NewKernel/Builtins/ACPI/compile_flags.txt
diff --git a/Private/Builtins/APM/.gitkeep b/NewKernel/Builtins/AHCI/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/Builtins/APM/.gitkeep
+++ b/NewKernel/Builtins/AHCI/.gitkeep
diff --git a/Private/Builtins/AHCI/AHCI.hxx b/NewKernel/Builtins/AHCI/AHCI.hxx
index 5aadbb23..5aadbb23 100644
--- a/Private/Builtins/AHCI/AHCI.hxx
+++ b/NewKernel/Builtins/AHCI/AHCI.hxx
diff --git a/Private/Builtins/AHCI/compile_flags.txt b/NewKernel/Builtins/AHCI/compile_flags.txt
index 1bc51142..1bc51142 100644
--- a/Private/Builtins/AHCI/compile_flags.txt
+++ b/NewKernel/Builtins/AHCI/compile_flags.txt
diff --git a/Private/Builtins/HPET/.gitkeep b/NewKernel/Builtins/APM/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/Builtins/HPET/.gitkeep
+++ b/NewKernel/Builtins/APM/.gitkeep
diff --git a/Private/Builtins/ATA/ATA.hxx b/NewKernel/Builtins/ATA/ATA.hxx
index a2c67510..a2c67510 100644
--- a/Private/Builtins/ATA/ATA.hxx
+++ b/NewKernel/Builtins/ATA/ATA.hxx
diff --git a/Private/Builtins/ATA/compile_flags.txt b/NewKernel/Builtins/ATA/compile_flags.txt
index 1bc51142..1bc51142 100644
--- a/Private/Builtins/ATA/compile_flags.txt
+++ b/NewKernel/Builtins/ATA/compile_flags.txt
diff --git a/Private/Builtins/IEEE802/.gitkeep b/NewKernel/Builtins/HPET/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/Builtins/IEEE802/.gitkeep
+++ b/NewKernel/Builtins/HPET/.gitkeep
diff --git a/Private/Builtins/HPET/Defines.hxx b/NewKernel/Builtins/HPET/Defines.hxx
index d27c0b29..d27c0b29 100644
--- a/Private/Builtins/HPET/Defines.hxx
+++ b/NewKernel/Builtins/HPET/Defines.hxx
diff --git a/Private/Builtins/NVME/.gitkeep b/NewKernel/Builtins/IEEE802/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/Builtins/NVME/.gitkeep
+++ b/NewKernel/Builtins/IEEE802/.gitkeep
diff --git a/Private/Builtins/IEEE802/compile_flags.txt b/NewKernel/Builtins/IEEE802/compile_flags.txt
index 545816fc..545816fc 100644
--- a/Private/Builtins/IEEE802/compile_flags.txt
+++ b/NewKernel/Builtins/IEEE802/compile_flags.txt
diff --git a/Private/Builtins/MBCI/Interface.hxx b/NewKernel/Builtins/MBCI/Interface.hxx
index 37c6d5d6..37c6d5d6 100644
--- a/Private/Builtins/MBCI/Interface.hxx
+++ b/NewKernel/Builtins/MBCI/Interface.hxx
diff --git a/Private/Builtins/MBCI/MBCI.hxx b/NewKernel/Builtins/MBCI/MBCI.hxx
index 979480f8..979480f8 100644
--- a/Private/Builtins/MBCI/MBCI.hxx
+++ b/NewKernel/Builtins/MBCI/MBCI.hxx
diff --git a/Private/Builtins/OHCI/.gitkeep b/NewKernel/Builtins/NVME/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/Builtins/OHCI/.gitkeep
+++ b/NewKernel/Builtins/NVME/.gitkeep
diff --git a/Private/Builtins/NVME/compile_flags.txt b/NewKernel/Builtins/NVME/compile_flags.txt
index 1bc51142..1bc51142 100644
--- a/Private/Builtins/NVME/compile_flags.txt
+++ b/NewKernel/Builtins/NVME/compile_flags.txt
diff --git a/Private/Builtins/SCSI/.gitkeep b/NewKernel/Builtins/OHCI/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/Builtins/SCSI/.gitkeep
+++ b/NewKernel/Builtins/OHCI/.gitkeep
diff --git a/Private/Builtins/PS2/PS2MouseInterface.hxx b/NewKernel/Builtins/PS2/PS2MouseInterface.hxx
index fbec14d5..fbec14d5 100644
--- a/Private/Builtins/PS2/PS2MouseInterface.hxx
+++ b/NewKernel/Builtins/PS2/PS2MouseInterface.hxx
diff --git a/Private/Builtins/README.TXT b/NewKernel/Builtins/ReadMe.txt
index b090b2e5..b090b2e5 100644
--- a/Private/Builtins/README.TXT
+++ b/NewKernel/Builtins/ReadMe.txt
diff --git a/Private/Builtins/WiFi/.gitkeep b/NewKernel/Builtins/SCSI/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/Builtins/WiFi/.gitkeep
+++ b/NewKernel/Builtins/SCSI/.gitkeep
diff --git a/Private/Builtins/SCSI/SCSI.hxx b/NewKernel/Builtins/SCSI/SCSI.hxx
index d7fb18d4..d7fb18d4 100644
--- a/Private/Builtins/SCSI/SCSI.hxx
+++ b/NewKernel/Builtins/SCSI/SCSI.hxx
diff --git a/Private/Builtins/Toolbox/Lerp.hxx b/NewKernel/Builtins/Toolbox/Lerp.hxx
index f1bc6fb6..f1bc6fb6 100644
--- a/Private/Builtins/Toolbox/Lerp.hxx
+++ b/NewKernel/Builtins/Toolbox/Lerp.hxx
diff --git a/Private/Builtins/Toolbox/Rsrc/Cursor.rsrc b/NewKernel/Builtins/Toolbox/Rsrc/Cursor.rsrc
index 7943b805..7943b805 100644
--- a/Private/Builtins/Toolbox/Rsrc/Cursor.rsrc
+++ b/NewKernel/Builtins/Toolbox/Rsrc/Cursor.rsrc
diff --git a/Private/Builtins/Toolbox/Toolbox.hxx b/NewKernel/Builtins/Toolbox/Toolbox.hxx
index 44c693c0..44c693c0 100644
--- a/Private/Builtins/Toolbox/Toolbox.hxx
+++ b/NewKernel/Builtins/Toolbox/Toolbox.hxx
diff --git a/Private/Builtins/XHCI/.gitkeep b/NewKernel/Builtins/WiFi/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/Builtins/XHCI/.gitkeep
+++ b/NewKernel/Builtins/WiFi/.gitkeep
diff --git a/Private/Builtins/WiFi/compile_flags.txt b/NewKernel/Builtins/WiFi/compile_flags.txt
index 1bc51142..1bc51142 100644
--- a/Private/Builtins/WiFi/compile_flags.txt
+++ b/NewKernel/Builtins/WiFi/compile_flags.txt
diff --git a/Private/Drivers/.gitkeep b/NewKernel/Builtins/XHCI/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/Drivers/.gitkeep
+++ b/NewKernel/Builtins/XHCI/.gitkeep
diff --git a/Private/Builtins/XHCI/Defines.hxx b/NewKernel/Builtins/XHCI/Defines.hxx
index 845c7944..845c7944 100644
--- a/Private/Builtins/XHCI/Defines.hxx
+++ b/NewKernel/Builtins/XHCI/Defines.hxx
diff --git a/Private/Builtins/XHCI/compile_flags.txt b/NewKernel/Builtins/XHCI/compile_flags.txt
index 1bc51142..1bc51142 100644
--- a/Private/Builtins/XHCI/compile_flags.txt
+++ b/NewKernel/Builtins/XHCI/compile_flags.txt
diff --git a/Private/CFKit/GUIDWizard.hpp b/NewKernel/CFKit/GUIDWizard.hpp
index 5790be84..5790be84 100644
--- a/Private/CFKit/GUIDWizard.hpp
+++ b/NewKernel/CFKit/GUIDWizard.hpp
diff --git a/Private/CFKit/GUIDWrapper.hpp b/NewKernel/CFKit/GUIDWrapper.hpp
index fb570e4e..fb570e4e 100644
--- a/Private/CFKit/GUIDWrapper.hpp
+++ b/NewKernel/CFKit/GUIDWrapper.hpp
diff --git a/Private/CFKit/Property.hpp b/NewKernel/CFKit/Property.hpp
index c0fcda90..c0fcda90 100644
--- a/Private/CFKit/Property.hpp
+++ b/NewKernel/CFKit/Property.hpp
diff --git a/Private/CFKit/URL.hpp b/NewKernel/CFKit/URL.hpp
index c9262133..c9262133 100644
--- a/Private/CFKit/URL.hpp
+++ b/NewKernel/CFKit/URL.hpp
diff --git a/Private/CFKit/compile_flags.txt b/NewKernel/CFKit/compile_flags.txt
index a37ae6bf..a37ae6bf 100644
--- a/Private/CFKit/compile_flags.txt
+++ b/NewKernel/CFKit/compile_flags.txt
diff --git a/Private/CRT/__mpcc_alloca.hxx b/NewKernel/CRT/__mpcc_alloca.hxx
index f56da9f4..f56da9f4 100644
--- a/Private/CRT/__mpcc_alloca.hxx
+++ b/NewKernel/CRT/__mpcc_alloca.hxx
diff --git a/Private/CRT/__mpcc_defines.hxx b/NewKernel/CRT/__mpcc_defines.hxx
index 0e295d25..0e295d25 100644
--- a/Private/CRT/__mpcc_defines.hxx
+++ b/NewKernel/CRT/__mpcc_defines.hxx
diff --git a/Private/CRT/__mpcc_exception.hxx b/NewKernel/CRT/__mpcc_exception.hxx
index fdecbcec..fdecbcec 100644
--- a/Private/CRT/__mpcc_exception.hxx
+++ b/NewKernel/CRT/__mpcc_exception.hxx
diff --git a/Private/CRT/__mpcc_malloc.hxx b/NewKernel/CRT/__mpcc_malloc.hxx
index 2bd60ee6..2bd60ee6 100644
--- a/Private/CRT/__mpcc_malloc.hxx
+++ b/NewKernel/CRT/__mpcc_malloc.hxx
diff --git a/Private/CompilerKit/CompilerKit.hxx b/NewKernel/CompilerKit/CompilerKit.hxx
index 7bed48f9..7bed48f9 100644
--- a/Private/CompilerKit/CompilerKit.hxx
+++ b/NewKernel/CompilerKit/CompilerKit.hxx
diff --git a/Private/CompilerKit/Detail.hxx b/NewKernel/CompilerKit/Detail.hxx
index 6e10c7f4..6e10c7f4 100644
--- a/Private/CompilerKit/Detail.hxx
+++ b/NewKernel/CompilerKit/Detail.hxx
diff --git a/Private/CompilerKit/Version.hxx b/NewKernel/CompilerKit/Version.hxx
index c0d42603..c0d42603 100644
--- a/Private/CompilerKit/Version.hxx
+++ b/NewKernel/CompilerKit/Version.hxx
diff --git a/Private/Docs/SPECIFICATION.md b/NewKernel/Docs/SPECIFICATION.md
index e218947e..e218947e 100644
--- a/Private/Docs/SPECIFICATION.md
+++ b/NewKernel/Docs/SPECIFICATION.md
diff --git a/Private/Docs/TODO-LIST.md b/NewKernel/Docs/TODO-LIST.md
index c997ce10..b7780b9f 100644
--- a/Private/Docs/TODO-LIST.md
+++ b/NewKernel/Docs/TODO-LIST.md
@@ -1,4 +1,4 @@
-# TODO list.
+# TODO list
- We need preemptive multi-threading. [ X ]
- We then need sync primitives. [ X ]
diff --git a/Private/DriverKit/KernelCall.c b/NewKernel/DriverKit/KernelCall.c
index 586505dc..586505dc 100644
--- a/Private/DriverKit/KernelCall.c
+++ b/NewKernel/DriverKit/KernelCall.c
diff --git a/Private/DriverKit/KernelDev.c b/NewKernel/DriverKit/KernelDev.c
index aec57e19..aec57e19 100644
--- a/Private/DriverKit/KernelDev.c
+++ b/NewKernel/DriverKit/KernelDev.c
diff --git a/Private/DriverKit/KernelDev.h b/NewKernel/DriverKit/KernelDev.h
index 89edff4d..89edff4d 100644
--- a/Private/DriverKit/KernelDev.h
+++ b/NewKernel/DriverKit/KernelDev.h
diff --git a/Private/DriverKit/KernelDispatchCall.S b/NewKernel/DriverKit/KernelDispatchCall.S
index 64b6663e..64b6663e 100644
--- a/Private/DriverKit/KernelDispatchCall.S
+++ b/NewKernel/DriverKit/KernelDispatchCall.S
diff --git a/Private/DriverKit/KernelPrint.c b/NewKernel/DriverKit/KernelPrint.c
index d10efc82..d10efc82 100644
--- a/Private/DriverKit/KernelPrint.c
+++ b/NewKernel/DriverKit/KernelPrint.c
diff --git a/Private/DriverKit/KernelPrint.h b/NewKernel/DriverKit/KernelPrint.h
index 36e55442..36e55442 100644
--- a/Private/DriverKit/KernelPrint.h
+++ b/NewKernel/DriverKit/KernelPrint.h
diff --git a/Private/DriverKit/KernelStd.h b/NewKernel/DriverKit/KernelStd.h
index 7a34dad6..7a34dad6 100644
--- a/Private/DriverKit/KernelStd.h
+++ b/NewKernel/DriverKit/KernelStd.h
diff --git a/Private/DriverKit/KernelStdCxx.cc b/NewKernel/DriverKit/KernelStdCxx.cc
index 79d41a72..79d41a72 100644
--- a/Private/DriverKit/KernelStdCxx.cc
+++ b/NewKernel/DriverKit/KernelStdCxx.cc
diff --git a/Private/DriverKit/KernelString.c b/NewKernel/DriverKit/KernelString.c
index a8093f97..a8093f97 100644
--- a/Private/DriverKit/KernelString.c
+++ b/NewKernel/DriverKit/KernelString.c
diff --git a/Private/DriverKit/KernelString.h b/NewKernel/DriverKit/KernelString.h
index 6536ba83..6536ba83 100644
--- a/Private/DriverKit/KernelString.h
+++ b/NewKernel/DriverKit/KernelString.h
diff --git a/Private/FirmwareKit/.gitkeep b/NewKernel/Drivers/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/FirmwareKit/.gitkeep
+++ b/NewKernel/Drivers/.gitkeep
diff --git a/Private/Drivers/Bonjour/Bonjour.c b/NewKernel/Drivers/Bonjour/Bonjour.c
index 6c872e31..6c872e31 100644
--- a/Private/Drivers/Bonjour/Bonjour.c
+++ b/NewKernel/Drivers/Bonjour/Bonjour.c
diff --git a/Private/Drivers/Bonjour/DriverRsrc.rsrc b/NewKernel/Drivers/Bonjour/DriverRsrc.rsrc
index ed24e10e..ed24e10e 100644
--- a/Private/Drivers/Bonjour/DriverRsrc.rsrc
+++ b/NewKernel/Drivers/Bonjour/DriverRsrc.rsrc
diff --git a/Private/Drivers/Bonjour/x86_64.mk b/NewKernel/Drivers/Bonjour/x86_64.mk
index 3461b2a3..3461b2a3 100644
--- a/Private/Drivers/Bonjour/x86_64.mk
+++ b/NewKernel/Drivers/Bonjour/x86_64.mk
diff --git a/Private/Drivers/MahroussUpdate/DriverRsrc.rsrc b/NewKernel/Drivers/MahroussUpdate/DriverRsrc.rsrc
index 359a0875..359a0875 100644
--- a/Private/Drivers/MahroussUpdate/DriverRsrc.rsrc
+++ b/NewKernel/Drivers/MahroussUpdate/DriverRsrc.rsrc
diff --git a/Private/Drivers/MahroussUpdate/MahroussUpdate.cc b/NewKernel/Drivers/MahroussUpdate/MahroussUpdate.cc
index ea628263..ea628263 100644
--- a/Private/Drivers/MahroussUpdate/MahroussUpdate.cc
+++ b/NewKernel/Drivers/MahroussUpdate/MahroussUpdate.cc
diff --git a/Private/Drivers/MahroussUpdate/MahroussUpdate.hxx b/NewKernel/Drivers/MahroussUpdate/MahroussUpdate.hxx
index 5da707f1..5da707f1 100644
--- a/Private/Drivers/MahroussUpdate/MahroussUpdate.hxx
+++ b/NewKernel/Drivers/MahroussUpdate/MahroussUpdate.hxx
diff --git a/Private/Drivers/MahroussUpdate/x86_64.mk b/NewKernel/Drivers/MahroussUpdate/x86_64.mk
index cffa0ab7..cffa0ab7 100644
--- a/Private/Drivers/MahroussUpdate/x86_64.mk
+++ b/NewKernel/Drivers/MahroussUpdate/x86_64.mk
diff --git a/Private/Drivers/SampleDriver/DriverRsrc.rsrc b/NewKernel/Drivers/SampleDriver/DriverRsrc.rsrc
index 5129b077..5129b077 100644
--- a/Private/Drivers/SampleDriver/DriverRsrc.rsrc
+++ b/NewKernel/Drivers/SampleDriver/DriverRsrc.rsrc
diff --git a/Private/Drivers/SampleDriver/SampleDriver.c b/NewKernel/Drivers/SampleDriver/SampleDriver.c
index e5fbeee9..e5fbeee9 100644
--- a/Private/Drivers/SampleDriver/SampleDriver.c
+++ b/NewKernel/Drivers/SampleDriver/SampleDriver.c
diff --git a/Private/Drivers/SampleDriver/x86_64.mk b/NewKernel/Drivers/SampleDriver/x86_64.mk
index f8d56b08..f8d56b08 100644
--- a/Private/Drivers/SampleDriver/x86_64.mk
+++ b/NewKernel/Drivers/SampleDriver/x86_64.mk
diff --git a/Private/FSKit/Defines.hxx b/NewKernel/FSKit/Defines.hxx
index 3d3ce2ec..3d3ce2ec 100644
--- a/Private/FSKit/Defines.hxx
+++ b/NewKernel/FSKit/Defines.hxx
diff --git a/Private/FSKit/IndexableProperty.hxx b/NewKernel/FSKit/IndexableProperty.hxx
index 5c3f2015..5c3f2015 100644
--- a/Private/FSKit/IndexableProperty.hxx
+++ b/NewKernel/FSKit/IndexableProperty.hxx
diff --git a/Private/FSKit/NewFS.hxx b/NewKernel/FSKit/NewFS.hxx
index a330e4be..a330e4be 100644
--- a/Private/FSKit/NewFS.hxx
+++ b/NewKernel/FSKit/NewFS.hxx
diff --git a/Private/FirmwareKit/CoreBoot/.gitkeep b/NewKernel/FirmwareKit/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/FirmwareKit/CoreBoot/.gitkeep
+++ b/NewKernel/FirmwareKit/.gitkeep
diff --git a/Private/HALKit/.gitkeep b/NewKernel/FirmwareKit/CoreBoot/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/HALKit/.gitkeep
+++ b/NewKernel/FirmwareKit/CoreBoot/.gitkeep
diff --git a/Private/FirmwareKit/EFI.hxx b/NewKernel/FirmwareKit/EFI.hxx
index 5df9926d..5df9926d 100644
--- a/Private/FirmwareKit/EFI.hxx
+++ b/NewKernel/FirmwareKit/EFI.hxx
diff --git a/Private/FirmwareKit/EFI/API.hxx b/NewKernel/FirmwareKit/EFI/API.hxx
index d7410d3e..d7410d3e 100644
--- a/Private/FirmwareKit/EFI/API.hxx
+++ b/NewKernel/FirmwareKit/EFI/API.hxx
diff --git a/Private/FirmwareKit/EFI/EFI.hxx b/NewKernel/FirmwareKit/EFI/EFI.hxx
index 7b478e7b..7b478e7b 100644
--- a/Private/FirmwareKit/EFI/EFI.hxx
+++ b/NewKernel/FirmwareKit/EFI/EFI.hxx
diff --git a/Private/FirmwareKit/EPM.hxx b/NewKernel/FirmwareKit/EPM.hxx
index f6efdfc1..f6efdfc1 100644
--- a/Private/FirmwareKit/EPM.hxx
+++ b/NewKernel/FirmwareKit/EPM.hxx
diff --git a/Private/FirmwareKit/Handover.hxx b/NewKernel/FirmwareKit/Handover.hxx
index 8e2cf4d8..8e2cf4d8 100644
--- a/Private/FirmwareKit/Handover.hxx
+++ b/NewKernel/FirmwareKit/Handover.hxx
diff --git a/Private/HALKit/64x0/MBCI/.gitkeep b/NewKernel/HALKit/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/HALKit/64x0/MBCI/.gitkeep
+++ b/NewKernel/HALKit/.gitkeep
diff --git a/Private/HALKit/64x0/.hgkeep b/NewKernel/HALKit/64x0/.hgkeep
index e69de29b..e69de29b 100644
--- a/Private/HALKit/64x0/.hgkeep
+++ b/NewKernel/HALKit/64x0/.hgkeep
diff --git a/Private/HALKit/64x0/APM/.hgkeep b/NewKernel/HALKit/64x0/APM/.hgkeep
index e69de29b..e69de29b 100644
--- a/Private/HALKit/64x0/APM/.hgkeep
+++ b/NewKernel/HALKit/64x0/APM/.hgkeep
diff --git a/Private/HALKit/64x0/HalVirtualMemory.cxx b/NewKernel/HALKit/64x0/HalVirtualMemory.cxx
index 7ec008ab..7ec008ab 100644
--- a/Private/HALKit/64x0/HalVirtualMemory.cxx
+++ b/NewKernel/HALKit/64x0/HalVirtualMemory.cxx
diff --git a/Private/HALKit/AMD64/MBCI/.gitkeep b/NewKernel/HALKit/64x0/MBCI/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/HALKit/AMD64/MBCI/.gitkeep
+++ b/NewKernel/HALKit/64x0/MBCI/.gitkeep
diff --git a/Private/HALKit/AMD64/CPUID.hxx b/NewKernel/HALKit/AMD64/CPUID.hxx
index 35fd98cb..35fd98cb 100644
--- a/Private/HALKit/AMD64/CPUID.hxx
+++ b/NewKernel/HALKit/AMD64/CPUID.hxx
diff --git a/Private/HALKit/AMD64/HalACPIFactoryInterface.cxx b/NewKernel/HALKit/AMD64/HalACPIFactoryInterface.cxx
index df924890..df924890 100644
--- a/Private/HALKit/AMD64/HalACPIFactoryInterface.cxx
+++ b/NewKernel/HALKit/AMD64/HalACPIFactoryInterface.cxx
diff --git a/Private/HALKit/AMD64/HalControlRegister.s b/NewKernel/HALKit/AMD64/HalControlRegister.s
index 2a649f04..2a649f04 100644
--- a/Private/HALKit/AMD64/HalControlRegister.s
+++ b/NewKernel/HALKit/AMD64/HalControlRegister.s
diff --git a/Private/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cpp b/NewKernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cpp
index 1b926814..1b926814 100644
--- a/Private/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cpp
+++ b/NewKernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cpp
diff --git a/Private/HALKit/AMD64/HalCoreMultiProcessingAMD64.cpp b/NewKernel/HALKit/AMD64/HalCoreMultiProcessingAMD64.cpp
index 13fcb03c..13fcb03c 100644
--- a/Private/HALKit/AMD64/HalCoreMultiProcessingAMD64.cpp
+++ b/NewKernel/HALKit/AMD64/HalCoreMultiProcessingAMD64.cpp
diff --git a/Private/HALKit/AMD64/HalDebugOutput.cxx b/NewKernel/HALKit/AMD64/HalDebugOutput.cxx
index 30fe8d02..30fe8d02 100644
--- a/Private/HALKit/AMD64/HalDebugOutput.cxx
+++ b/NewKernel/HALKit/AMD64/HalDebugOutput.cxx
diff --git a/Private/HALKit/AMD64/HalDebugPort.cxx b/NewKernel/HALKit/AMD64/HalDebugPort.cxx
index 618fccc8..618fccc8 100644
--- a/Private/HALKit/AMD64/HalDebugPort.cxx
+++ b/NewKernel/HALKit/AMD64/HalDebugPort.cxx
diff --git a/Private/HALKit/AMD64/HalDescriptorLoader.cpp b/NewKernel/HALKit/AMD64/HalDescriptorLoader.cpp
index 53217021..53217021 100644
--- a/Private/HALKit/AMD64/HalDescriptorLoader.cpp
+++ b/NewKernel/HALKit/AMD64/HalDescriptorLoader.cpp
diff --git a/Private/HALKit/AMD64/HalHardwareMP.cpp b/NewKernel/HALKit/AMD64/HalHardwareMP.cpp
index e514eb55..e514eb55 100644
--- a/Private/HALKit/AMD64/HalHardwareMP.cpp
+++ b/NewKernel/HALKit/AMD64/HalHardwareMP.cpp
diff --git a/Private/HALKit/AMD64/HalInstallTIB.asm b/NewKernel/HALKit/AMD64/HalInstallTIB.asm
index ae3ead27..ae3ead27 100644
--- a/Private/HALKit/AMD64/HalInstallTIB.asm
+++ b/NewKernel/HALKit/AMD64/HalInstallTIB.asm
diff --git a/Private/HALKit/AMD64/HalInterruptAPI.asm b/NewKernel/HALKit/AMD64/HalInterruptAPI.asm
index 8e4402c6..8e4402c6 100644
--- a/Private/HALKit/AMD64/HalInterruptAPI.asm
+++ b/NewKernel/HALKit/AMD64/HalInterruptAPI.asm
diff --git a/Private/HALKit/AMD64/HalKernelMain.cxx b/NewKernel/HALKit/AMD64/HalKernelMain.cxx
index 50cdf948..50cdf948 100644
--- a/Private/HALKit/AMD64/HalKernelMain.cxx
+++ b/NewKernel/HALKit/AMD64/HalKernelMain.cxx
diff --git a/Private/HALKit/AMD64/HalKernelMouse.cxx b/NewKernel/HALKit/AMD64/HalKernelMouse.cxx
index ee8d1131..ee8d1131 100644
--- a/Private/HALKit/AMD64/HalKernelMouse.cxx
+++ b/NewKernel/HALKit/AMD64/HalKernelMouse.cxx
diff --git a/Private/HALKit/AMD64/HalNewBoot.asm b/NewKernel/HALKit/AMD64/HalNewBoot.asm
index e9034f05..e9034f05 100644
--- a/Private/HALKit/AMD64/HalNewBoot.asm
+++ b/NewKernel/HALKit/AMD64/HalNewBoot.asm
diff --git a/Private/HALKit/AMD64/HalPageAlloc.cpp b/NewKernel/HALKit/AMD64/HalPageAlloc.cpp
index abf340f2..abf340f2 100644
--- a/Private/HALKit/AMD64/HalPageAlloc.cpp
+++ b/NewKernel/HALKit/AMD64/HalPageAlloc.cpp
diff --git a/Private/HALKit/AMD64/HalPageAlloc.hpp b/NewKernel/HALKit/AMD64/HalPageAlloc.hpp
index c55f6278..c55f6278 100644
--- a/Private/HALKit/AMD64/HalPageAlloc.hpp
+++ b/NewKernel/HALKit/AMD64/HalPageAlloc.hpp
diff --git a/Private/HALKit/AMD64/HalProcessor.cpp b/NewKernel/HALKit/AMD64/HalProcessor.cpp
index 38744202..38744202 100644
--- a/Private/HALKit/AMD64/HalProcessor.cpp
+++ b/NewKernel/HALKit/AMD64/HalProcessor.cpp
diff --git a/Private/HALKit/AMD64/HalRoutines.s b/NewKernel/HALKit/AMD64/HalRoutines.s
index e4944111..e4944111 100644
--- a/Private/HALKit/AMD64/HalRoutines.s
+++ b/NewKernel/HALKit/AMD64/HalRoutines.s
diff --git a/Private/HALKit/AMD64/HalSMPCore.cxx b/NewKernel/HALKit/AMD64/HalSMPCore.cxx
index a6481e57..a6481e57 100644
--- a/Private/HALKit/AMD64/HalSMPCore.cxx
+++ b/NewKernel/HALKit/AMD64/HalSMPCore.cxx
diff --git a/Private/HALKit/AMD64/HalSMPCoreManager.asm b/NewKernel/HALKit/AMD64/HalSMPCoreManager.asm
index e34b7440..e34b7440 100644
--- a/Private/HALKit/AMD64/HalSMPCoreManager.asm
+++ b/NewKernel/HALKit/AMD64/HalSMPCoreManager.asm
diff --git a/Private/HALKit/AMD64/Hypervisor.hpp b/NewKernel/HALKit/AMD64/Hypervisor.hpp
index 53921fc9..53921fc9 100644
--- a/Private/HALKit/AMD64/Hypervisor.hpp
+++ b/NewKernel/HALKit/AMD64/Hypervisor.hpp
diff --git a/Private/HALKit/ARM64/.gitkeep b/NewKernel/HALKit/AMD64/MBCI/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/HALKit/ARM64/.gitkeep
+++ b/NewKernel/HALKit/AMD64/MBCI/.gitkeep
diff --git a/Private/HALKit/AMD64/PCI/Database.cxx b/NewKernel/HALKit/AMD64/PCI/Database.cxx
index ba90677f..ba90677f 100644
--- a/Private/HALKit/AMD64/PCI/Database.cxx
+++ b/NewKernel/HALKit/AMD64/PCI/Database.cxx
diff --git a/Private/HALKit/AMD64/PCI/Device.cxx b/NewKernel/HALKit/AMD64/PCI/Device.cxx
index d0550fa9..d0550fa9 100644
--- a/Private/HALKit/AMD64/PCI/Device.cxx
+++ b/NewKernel/HALKit/AMD64/PCI/Device.cxx
diff --git a/Private/HALKit/AMD64/PCI/Dma.cxx b/NewKernel/HALKit/AMD64/PCI/Dma.cxx
index 587bbfea..587bbfea 100644
--- a/Private/HALKit/AMD64/PCI/Dma.cxx
+++ b/NewKernel/HALKit/AMD64/PCI/Dma.cxx
diff --git a/Private/HALKit/AMD64/PCI/Express.cxx b/NewKernel/HALKit/AMD64/PCI/Express.cxx
index c7af92f6..c7af92f6 100644
--- a/Private/HALKit/AMD64/PCI/Express.cxx
+++ b/NewKernel/HALKit/AMD64/PCI/Express.cxx
diff --git a/Private/HALKit/AMD64/PCI/IO.cxx b/NewKernel/HALKit/AMD64/PCI/IO.cxx
index 7bf6adb0..7bf6adb0 100644
--- a/Private/HALKit/AMD64/PCI/IO.cxx
+++ b/NewKernel/HALKit/AMD64/PCI/IO.cxx
diff --git a/Private/HALKit/AMD64/PCI/Iterator.cxx b/NewKernel/HALKit/AMD64/PCI/Iterator.cxx
index ee2b450d..ee2b450d 100644
--- a/Private/HALKit/AMD64/PCI/Iterator.cxx
+++ b/NewKernel/HALKit/AMD64/PCI/Iterator.cxx
diff --git a/Private/HALKit/AMD64/PCI/PCI.cxx b/NewKernel/HALKit/AMD64/PCI/PCI.cxx
index 9d67445d..9d67445d 100644
--- a/Private/HALKit/AMD64/PCI/PCI.cxx
+++ b/NewKernel/HALKit/AMD64/PCI/PCI.cxx
diff --git a/Private/HALKit/AMD64/Processor.hpp b/NewKernel/HALKit/AMD64/Processor.hpp
index 61b049bd..61b049bd 100644
--- a/Private/HALKit/AMD64/Processor.hpp
+++ b/NewKernel/HALKit/AMD64/Processor.hpp
diff --git a/Private/HALKit/AMD64/Storage/AHCI.cxx b/NewKernel/HALKit/AMD64/Storage/AHCI.cxx
index 33080342..33080342 100644
--- a/Private/HALKit/AMD64/Storage/AHCI.cxx
+++ b/NewKernel/HALKit/AMD64/Storage/AHCI.cxx
diff --git a/Private/HALKit/AMD64/Storage/ATA-DMA.cxx b/NewKernel/HALKit/AMD64/Storage/ATA-DMA.cxx
index 8c14871a..8c14871a 100644
--- a/Private/HALKit/AMD64/Storage/ATA-DMA.cxx
+++ b/NewKernel/HALKit/AMD64/Storage/ATA-DMA.cxx
diff --git a/Private/HALKit/AMD64/Storage/ATA-PIO.cxx b/NewKernel/HALKit/AMD64/Storage/ATA-PIO.cxx
index b84eefa4..b84eefa4 100644
--- a/Private/HALKit/AMD64/Storage/ATA-PIO.cxx
+++ b/NewKernel/HALKit/AMD64/Storage/ATA-PIO.cxx
diff --git a/Private/HALKit/ARM64/ACPI/.gitkeep b/NewKernel/HALKit/ARM64/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/HALKit/ARM64/ACPI/.gitkeep
+++ b/NewKernel/HALKit/ARM64/.gitkeep
diff --git a/Private/HALKit/ARM64/Storage/.gitkeep b/NewKernel/HALKit/ARM64/ACPI/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/HALKit/ARM64/Storage/.gitkeep
+++ b/NewKernel/HALKit/ARM64/ACPI/.gitkeep
diff --git a/Private/HALKit/POWER/.gitkeep b/NewKernel/HALKit/ARM64/Storage/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/HALKit/POWER/.gitkeep
+++ b/NewKernel/HALKit/ARM64/Storage/.gitkeep
diff --git a/Private/HALKit/AXP/CR.s b/NewKernel/HALKit/AXP/CR.s
index 4d68257d..4d68257d 100644
--- a/Private/HALKit/AXP/CR.s
+++ b/NewKernel/HALKit/AXP/CR.s
diff --git a/Private/HALKit/AXP/CoreInterruptHandlerDEC.cpp b/NewKernel/HALKit/AXP/CoreInterruptHandlerDEC.cpp
index e69de29b..e69de29b 100644
--- a/Private/HALKit/AXP/CoreInterruptHandlerDEC.cpp
+++ b/NewKernel/HALKit/AXP/CoreInterruptHandlerDEC.cpp
diff --git a/Private/HALKit/AXP/CoreSyscallHandlerDEC.cpp b/NewKernel/HALKit/AXP/CoreSyscallHandlerDEC.cpp
index 63a372e7..63a372e7 100644
--- a/Private/HALKit/AXP/CoreSyscallHandlerDEC.cpp
+++ b/NewKernel/HALKit/AXP/CoreSyscallHandlerDEC.cpp
diff --git a/Private/HALKit/AXP/HAL.s b/NewKernel/HALKit/AXP/HAL.s
index 0178527f..0178527f 100644
--- a/Private/HALKit/AXP/HAL.s
+++ b/NewKernel/HALKit/AXP/HAL.s
diff --git a/Private/HALKit/AXP/Processor.hpp b/NewKernel/HALKit/AXP/Processor.hpp
index a3f4030f..a3f4030f 100644
--- a/Private/HALKit/AXP/Processor.hpp
+++ b/NewKernel/HALKit/AXP/Processor.hpp
diff --git a/Private/HALKit/AXP/README b/NewKernel/HALKit/AXP/README
index 91e7b134..91e7b134 100644
--- a/Private/HALKit/AXP/README
+++ b/NewKernel/HALKit/AXP/README
diff --git a/Private/HALKit/AXP/README.TXT b/NewKernel/HALKit/AXP/README.TXT
index 03c2b816..03c2b816 100644
--- a/Private/HALKit/AXP/README.TXT
+++ b/NewKernel/HALKit/AXP/README.TXT
diff --git a/Private/HALKit/AXP/SYSCALL.s b/NewKernel/HALKit/AXP/SYSCALL.s
index 19cab808..19cab808 100644
--- a/Private/HALKit/AXP/SYSCALL.s
+++ b/NewKernel/HALKit/AXP/SYSCALL.s
diff --git a/Private/HALKit/AXP/VM.s b/NewKernel/HALKit/AXP/VM.s
index 7024086b..7024086b 100644
--- a/Private/HALKit/AXP/VM.s
+++ b/NewKernel/HALKit/AXP/VM.s
diff --git a/Private/HALKit/POWER/APM/.gitkeep b/NewKernel/HALKit/POWER/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/HALKit/POWER/APM/.gitkeep
+++ b/NewKernel/HALKit/POWER/.gitkeep
diff --git a/Private/HALKit/POWER/MBCI/.gitkeep b/NewKernel/HALKit/POWER/APM/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/HALKit/POWER/MBCI/.gitkeep
+++ b/NewKernel/HALKit/POWER/APM/.gitkeep
diff --git a/Private/HALKit/POWER/HalContextSwitchPowerPC.s b/NewKernel/HALKit/POWER/HalContextSwitchPowerPC.s
index 75c9f37a..75c9f37a 100644
--- a/Private/HALKit/POWER/HalContextSwitchPowerPC.s
+++ b/NewKernel/HALKit/POWER/HalContextSwitchPowerPC.s
diff --git a/Private/HALKit/POWER/HalHardware.cxx b/NewKernel/HALKit/POWER/HalHardware.cxx
index f6e6e7c6..f6e6e7c6 100644
--- a/Private/HALKit/POWER/HalHardware.cxx
+++ b/NewKernel/HALKit/POWER/HalHardware.cxx
diff --git a/Private/HALKit/POWER/HalHart.cxx b/NewKernel/HALKit/POWER/HalHart.cxx
index 7a33d2d0..7a33d2d0 100644
--- a/Private/HALKit/POWER/HalHart.cxx
+++ b/NewKernel/HALKit/POWER/HalHart.cxx
diff --git a/Private/HALKit/POWER/HalSerialPort.cxx b/NewKernel/HALKit/POWER/HalSerialPort.cxx
index 02f1e740..02f1e740 100644
--- a/Private/HALKit/POWER/HalSerialPort.cxx
+++ b/NewKernel/HALKit/POWER/HalSerialPort.cxx
diff --git a/Private/HALKit/POWER/HalStartSequence.s b/NewKernel/HALKit/POWER/HalStartSequence.s
index fd018304..fd018304 100644
--- a/Private/HALKit/POWER/HalStartSequence.s
+++ b/NewKernel/HALKit/POWER/HalStartSequence.s
diff --git a/Private/HALKit/POWER/HalThread.cxx b/NewKernel/HALKit/POWER/HalThread.cxx
index 7bb95b4f..7bb95b4f 100644
--- a/Private/HALKit/POWER/HalThread.cxx
+++ b/NewKernel/HALKit/POWER/HalThread.cxx
diff --git a/Private/HALKit/POWER/HalVirtualMemory.cxx b/NewKernel/HALKit/POWER/HalVirtualMemory.cxx
index b2c354db..b2c354db 100644
--- a/Private/HALKit/POWER/HalVirtualMemory.cxx
+++ b/NewKernel/HALKit/POWER/HalVirtualMemory.cxx
diff --git a/Private/HALKit/POWER/Hart.hxx b/NewKernel/HALKit/POWER/Hart.hxx
index 1d6390b1..1d6390b1 100644
--- a/Private/HALKit/POWER/Hart.hxx
+++ b/NewKernel/HALKit/POWER/Hart.hxx
diff --git a/Private/HALKit/RISCV/APM/.gitkeep b/NewKernel/HALKit/POWER/MBCI/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/HALKit/RISCV/APM/.gitkeep
+++ b/NewKernel/HALKit/POWER/MBCI/.gitkeep
diff --git a/Private/HALKit/POWER/MBCI/HalMBCIHost.cxx b/NewKernel/HALKit/POWER/MBCI/HalMBCIHost.cxx
index 8ad039fe..8ad039fe 100644
--- a/Private/HALKit/POWER/MBCI/HalMBCIHost.cxx
+++ b/NewKernel/HALKit/POWER/MBCI/HalMBCIHost.cxx
diff --git a/Private/HALKit/POWER/Processor.hpp b/NewKernel/HALKit/POWER/Processor.hpp
index 731dee9e..731dee9e 100644
--- a/Private/HALKit/POWER/Processor.hpp
+++ b/NewKernel/HALKit/POWER/Processor.hpp
diff --git a/Private/HALKit/POWER/ppc-cpu.h b/NewKernel/HALKit/POWER/ppc-cpu.h
index 16fe8896..16fe8896 100644
--- a/Private/HALKit/POWER/ppc-cpu.h
+++ b/NewKernel/HALKit/POWER/ppc-cpu.h
diff --git a/Private/HALKit/POWER/ppc-mmu.h b/NewKernel/HALKit/POWER/ppc-mmu.h
index 8546b0fb..8546b0fb 100644
--- a/Private/HALKit/POWER/ppc-mmu.h
+++ b/NewKernel/HALKit/POWER/ppc-mmu.h
diff --git a/Private/HALKit/RISCV/.keep b/NewKernel/HALKit/RISCV/.keep
index e69de29b..e69de29b 100644
--- a/Private/HALKit/RISCV/.keep
+++ b/NewKernel/HALKit/RISCV/.keep
diff --git a/Private/HALKit/RISCV/Storage/.gitkeep b/NewKernel/HALKit/RISCV/APM/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/HALKit/RISCV/Storage/.gitkeep
+++ b/NewKernel/HALKit/RISCV/APM/.gitkeep
diff --git a/Private/HALKit/RISCV/Hart.hxx b/NewKernel/HALKit/RISCV/Hart.hxx
index 9bf8668f..9bf8668f 100644
--- a/Private/HALKit/RISCV/Hart.hxx
+++ b/NewKernel/HALKit/RISCV/Hart.hxx
diff --git a/Private/HALKit/X86S/.gitkeep b/NewKernel/HALKit/RISCV/Storage/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/HALKit/X86S/.gitkeep
+++ b/NewKernel/HALKit/RISCV/Storage/.gitkeep
diff --git a/Private/HALKit/X86S/ACPI/.gitkeep b/NewKernel/HALKit/X86S/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/HALKit/X86S/ACPI/.gitkeep
+++ b/NewKernel/HALKit/X86S/.gitkeep
diff --git a/Private/HALKit/X86S/Storage/.gitkeep b/NewKernel/HALKit/X86S/ACPI/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/HALKit/X86S/Storage/.gitkeep
+++ b/NewKernel/HALKit/X86S/ACPI/.gitkeep
diff --git a/Private/NewBoot/Source/.gitkeep b/NewKernel/HALKit/X86S/Storage/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/NewBoot/Source/.gitkeep
+++ b/NewKernel/HALKit/X86S/Storage/.gitkeep
diff --git a/Private/HALKit/compile_flags.txt b/NewKernel/HALKit/compile_flags.txt
index 26779833..26779833 100644
--- a/Private/HALKit/compile_flags.txt
+++ b/NewKernel/HALKit/compile_flags.txt
diff --git a/Private/HintKit/CompilerHint.hxx b/NewKernel/HintKit/CompilerHint.hxx
index 7abe9ff5..7abe9ff5 100644
--- a/Private/HintKit/CompilerHint.hxx
+++ b/NewKernel/HintKit/CompilerHint.hxx
diff --git a/Private/KernelKit/CodeManager.hpp b/NewKernel/KernelKit/CodeManager.hpp
index 8864130a..8864130a 100644
--- a/Private/KernelKit/CodeManager.hpp
+++ b/NewKernel/KernelKit/CodeManager.hpp
diff --git a/Private/KernelKit/DebugOutput.hpp b/NewKernel/KernelKit/DebugOutput.hpp
index 52677d59..52677d59 100644
--- a/Private/KernelKit/DebugOutput.hpp
+++ b/NewKernel/KernelKit/DebugOutput.hpp
diff --git a/Private/KernelKit/Defines.hpp b/NewKernel/KernelKit/Defines.hpp
index f89f66c1..f89f66c1 100644
--- a/Private/KernelKit/Defines.hpp
+++ b/NewKernel/KernelKit/Defines.hpp
diff --git a/Private/KernelKit/DeviceManager.hpp b/NewKernel/KernelKit/DeviceManager.hpp
index e9baa194..e9baa194 100644
--- a/Private/KernelKit/DeviceManager.hpp
+++ b/NewKernel/KernelKit/DeviceManager.hpp
diff --git a/Private/KernelKit/DriveManager.hxx b/NewKernel/KernelKit/DriveManager.hxx
index 4f8bdd1d..4f8bdd1d 100644
--- a/Private/KernelKit/DriveManager.hxx
+++ b/NewKernel/KernelKit/DriveManager.hxx
diff --git a/Private/KernelKit/FileManager.hpp b/NewKernel/KernelKit/FileManager.hpp
index c92c7409..c92c7409 100644
--- a/Private/KernelKit/FileManager.hpp
+++ b/NewKernel/KernelKit/FileManager.hpp
diff --git a/Private/KernelKit/Framebuffer.hpp b/NewKernel/KernelKit/Framebuffer.hpp
index 7d8257cb..7d8257cb 100644
--- a/Private/KernelKit/Framebuffer.hpp
+++ b/NewKernel/KernelKit/Framebuffer.hpp
diff --git a/Private/KernelKit/HError.hpp b/NewKernel/KernelKit/HError.hpp
index 50cc5522..50cc5522 100644
--- a/Private/KernelKit/HError.hpp
+++ b/NewKernel/KernelKit/HError.hpp
diff --git a/Private/KernelKit/KernelHeap.hpp b/NewKernel/KernelKit/KernelHeap.hpp
index f14c2e35..f14c2e35 100644
--- a/Private/KernelKit/KernelHeap.hpp
+++ b/NewKernel/KernelKit/KernelHeap.hpp
diff --git a/Private/KernelKit/LoaderInterface.hpp b/NewKernel/KernelKit/LoaderInterface.hpp
index 6d51a09c..6d51a09c 100644
--- a/Private/KernelKit/LoaderInterface.hpp
+++ b/NewKernel/KernelKit/LoaderInterface.hpp
diff --git a/Private/KernelKit/LockDelegate.hpp b/NewKernel/KernelKit/LockDelegate.hpp
index 5b135625..5b135625 100644
--- a/Private/KernelKit/LockDelegate.hpp
+++ b/NewKernel/KernelKit/LockDelegate.hpp
diff --git a/Private/KernelKit/MSDOS.hpp b/NewKernel/KernelKit/MSDOS.hpp
index 41e8340f..41e8340f 100644
--- a/Private/KernelKit/MSDOS.hpp
+++ b/NewKernel/KernelKit/MSDOS.hpp
diff --git a/Private/KernelKit/PCI/Database.hpp b/NewKernel/KernelKit/PCI/Database.hpp
index cf8b737f..cf8b737f 100644
--- a/Private/KernelKit/PCI/Database.hpp
+++ b/NewKernel/KernelKit/PCI/Database.hpp
diff --git a/Private/KernelKit/PCI/Device.hpp b/NewKernel/KernelKit/PCI/Device.hpp
index e34a12b0..e34a12b0 100644
--- a/Private/KernelKit/PCI/Device.hpp
+++ b/NewKernel/KernelKit/PCI/Device.hpp
diff --git a/Private/KernelKit/PCI/Dma.hpp b/NewKernel/KernelKit/PCI/Dma.hpp
index bdfc52cf..bdfc52cf 100644
--- a/Private/KernelKit/PCI/Dma.hpp
+++ b/NewKernel/KernelKit/PCI/Dma.hpp
diff --git a/Private/KernelKit/PCI/Dma.inl b/NewKernel/KernelKit/PCI/Dma.inl
index 846785a1..846785a1 100644
--- a/Private/KernelKit/PCI/Dma.inl
+++ b/NewKernel/KernelKit/PCI/Dma.inl
diff --git a/Private/KernelKit/PCI/Express.hpp b/NewKernel/KernelKit/PCI/Express.hpp
index f8abdb82..f8abdb82 100644
--- a/Private/KernelKit/PCI/Express.hpp
+++ b/NewKernel/KernelKit/PCI/Express.hpp
diff --git a/Private/KernelKit/PCI/IO-Impl-AMD64.inl b/NewKernel/KernelKit/PCI/IO-Impl-AMD64.inl
index bf7b98d4..bf7b98d4 100644
--- a/Private/KernelKit/PCI/IO-Impl-AMD64.inl
+++ b/NewKernel/KernelKit/PCI/IO-Impl-AMD64.inl
diff --git a/Private/KernelKit/PCI/IO.hpp b/NewKernel/KernelKit/PCI/IO.hpp
index b76214bf..b76214bf 100644
--- a/Private/KernelKit/PCI/IO.hpp
+++ b/NewKernel/KernelKit/PCI/IO.hpp
diff --git a/Private/KernelKit/PCI/Iterator.hpp b/NewKernel/KernelKit/PCI/Iterator.hpp
index 278711a7..278711a7 100644
--- a/Private/KernelKit/PCI/Iterator.hpp
+++ b/NewKernel/KernelKit/PCI/Iterator.hpp
diff --git a/Private/KernelKit/PCI/PCI.hpp b/NewKernel/KernelKit/PCI/PCI.hpp
index 53f9392f..53f9392f 100644
--- a/Private/KernelKit/PCI/PCI.hpp
+++ b/NewKernel/KernelKit/PCI/PCI.hpp
diff --git a/Private/KernelKit/PE.hxx b/NewKernel/KernelKit/PE.hxx
index d7c959da..d7c959da 100644
--- a/Private/KernelKit/PE.hxx
+++ b/NewKernel/KernelKit/PE.hxx
diff --git a/Private/KernelKit/PECodeManager.hxx b/NewKernel/KernelKit/PECodeManager.hxx
index 47db2d04..47db2d04 100644
--- a/Private/KernelKit/PECodeManager.hxx
+++ b/NewKernel/KernelKit/PECodeManager.hxx
diff --git a/Private/KernelKit/PEF.hpp b/NewKernel/KernelKit/PEF.hpp
index 9a097727..9a097727 100644
--- a/Private/KernelKit/PEF.hpp
+++ b/NewKernel/KernelKit/PEF.hpp
diff --git a/Private/KernelKit/PEFCodeManager.hxx b/NewKernel/KernelKit/PEFCodeManager.hxx
index 1b8b7847..1b8b7847 100644
--- a/Private/KernelKit/PEFCodeManager.hxx
+++ b/NewKernel/KernelKit/PEFCodeManager.hxx
diff --git a/Private/KernelKit/PEFSharedObject.hxx b/NewKernel/KernelKit/PEFSharedObject.hxx
index 6176c31d..6176c31d 100644
--- a/Private/KernelKit/PEFSharedObject.hxx
+++ b/NewKernel/KernelKit/PEFSharedObject.hxx
diff --git a/Private/KernelKit/PermissionSelector.hxx b/NewKernel/KernelKit/PermissionSelector.hxx
index d5325a85..d5325a85 100644
--- a/Private/KernelKit/PermissionSelector.hxx
+++ b/NewKernel/KernelKit/PermissionSelector.hxx
diff --git a/Private/KernelKit/ProcessScheduler.hpp b/NewKernel/KernelKit/ProcessScheduler.hpp
index 882aa7f0..882aa7f0 100644
--- a/Private/KernelKit/ProcessScheduler.hpp
+++ b/NewKernel/KernelKit/ProcessScheduler.hpp
diff --git a/Private/KernelKit/SMPManager.hpp b/NewKernel/KernelKit/SMPManager.hpp
index 191cad88..191cad88 100644
--- a/Private/KernelKit/SMPManager.hpp
+++ b/NewKernel/KernelKit/SMPManager.hpp
diff --git a/Private/KernelKit/Semaphore.hpp b/NewKernel/KernelKit/Semaphore.hpp
index 523fecb5..523fecb5 100644
--- a/Private/KernelKit/Semaphore.hpp
+++ b/NewKernel/KernelKit/Semaphore.hpp
diff --git a/Private/KernelKit/ThreadLocalStorage.hxx b/NewKernel/KernelKit/ThreadLocalStorage.hxx
index 8072b867..8072b867 100644
--- a/Private/KernelKit/ThreadLocalStorage.hxx
+++ b/NewKernel/KernelKit/ThreadLocalStorage.hxx
diff --git a/Private/KernelKit/ThreadLocalStorage.inl b/NewKernel/KernelKit/ThreadLocalStorage.inl
index 9c80d9b8..9c80d9b8 100644
--- a/Private/KernelKit/ThreadLocalStorage.inl
+++ b/NewKernel/KernelKit/ThreadLocalStorage.inl
diff --git a/Private/KernelKit/Timer.hpp b/NewKernel/KernelKit/Timer.hpp
index 5f133dfe..5f133dfe 100644
--- a/Private/KernelKit/Timer.hpp
+++ b/NewKernel/KernelKit/Timer.hpp
diff --git a/Private/KernelKit/UserHeap.hpp b/NewKernel/KernelKit/UserHeap.hpp
index 7bdd4d1d..7bdd4d1d 100644
--- a/Private/KernelKit/UserHeap.hpp
+++ b/NewKernel/KernelKit/UserHeap.hpp
diff --git a/Private/KernelKit/XCOFF.hxx b/NewKernel/KernelKit/XCOFF.hxx
index 36c70e96..36c70e96 100644
--- a/Private/KernelKit/XCOFF.hxx
+++ b/NewKernel/KernelKit/XCOFF.hxx
diff --git a/Private/KernelKit/compile_flags.txt b/NewKernel/KernelKit/compile_flags.txt
index a37ae6bf..a37ae6bf 100644
--- a/Private/KernelKit/compile_flags.txt
+++ b/NewKernel/KernelKit/compile_flags.txt
diff --git a/Private/KernelRsrc.rsrc b/NewKernel/KernelRsrc.rsrc
index 1fab6304..1fab6304 100644
--- a/Private/KernelRsrc.rsrc
+++ b/NewKernel/KernelRsrc.rsrc
diff --git a/Private/Linker/16x0.json b/NewKernel/Linker/16x0.json
index 5851a2d3..5851a2d3 100644
--- a/Private/Linker/16x0.json
+++ b/NewKernel/Linker/16x0.json
diff --git a/Private/Linker/32x0.json b/NewKernel/Linker/32x0.json
index 5851a2d3..5851a2d3 100644
--- a/Private/Linker/32x0.json
+++ b/NewKernel/Linker/32x0.json
diff --git a/Private/Linker/64x0.json b/NewKernel/Linker/64x0.json
index 5851a2d3..5851a2d3 100644
--- a/Private/Linker/64x0.json
+++ b/NewKernel/Linker/64x0.json
diff --git a/Private/MoveAll.sh b/NewKernel/MoveAll.sh
index 664ad472..664ad472 100755
--- a/Private/MoveAll.sh
+++ b/NewKernel/MoveAll.sh
diff --git a/Private/NetworkKit/IP.hpp b/NewKernel/NetworkKit/IP.hpp
index f61bbdfd..f61bbdfd 100644
--- a/Private/NetworkKit/IP.hpp
+++ b/NewKernel/NetworkKit/IP.hpp
diff --git a/Private/NetworkKit/IPCEP.hxx b/NewKernel/NetworkKit/IPCEP.hxx
index 705d1ad1..705d1ad1 100644
--- a/Private/NetworkKit/IPCEP.hxx
+++ b/NewKernel/NetworkKit/IPCEP.hxx
diff --git a/Private/NetworkKit/MAC.hxx b/NewKernel/NetworkKit/MAC.hxx
index 1198c1f1..1198c1f1 100644
--- a/Private/NetworkKit/MAC.hxx
+++ b/NewKernel/NetworkKit/MAC.hxx
diff --git a/Private/NetworkKit/NetworkDevice.hpp b/NewKernel/NetworkKit/NetworkDevice.hpp
index c51de978..c51de978 100644
--- a/Private/NetworkKit/NetworkDevice.hpp
+++ b/NewKernel/NetworkKit/NetworkDevice.hpp
diff --git a/Private/NetworkKit/NetworkDevice.inl b/NewKernel/NetworkKit/NetworkDevice.inl
index 6c5b88ee..6c5b88ee 100644
--- a/Private/NetworkKit/NetworkDevice.inl
+++ b/NewKernel/NetworkKit/NetworkDevice.inl
diff --git a/Private/NetworkKit/compile_flags.txt b/NewKernel/NetworkKit/compile_flags.txt
index a37ae6bf..a37ae6bf 100644
--- a/Private/NetworkKit/compile_flags.txt
+++ b/NewKernel/NetworkKit/compile_flags.txt
diff --git a/Private/NewBoot/BootKit/BitManip.hxx b/NewKernel/NewBoot/BootKit/BitManip.hxx
index 08733840..08733840 100644
--- a/Private/NewBoot/BootKit/BitManip.hxx
+++ b/NewKernel/NewBoot/BootKit/BitManip.hxx
diff --git a/Private/NewBoot/BootKit/BootKit.hxx b/NewKernel/NewBoot/BootKit/BootKit.hxx
index 2d72c2d2..2d72c2d2 100644
--- a/Private/NewBoot/BootKit/BootKit.hxx
+++ b/NewKernel/NewBoot/BootKit/BootKit.hxx
diff --git a/Private/NewBoot/BootKit/Device.hxx b/NewKernel/NewBoot/BootKit/Device.hxx
index 37c617b5..37c617b5 100644
--- a/Private/NewBoot/BootKit/Device.hxx
+++ b/NewKernel/NewBoot/BootKit/Device.hxx
diff --git a/Private/NewBoot/BootKit/EPM.hxx b/NewKernel/NewBoot/BootKit/EPM.hxx
index 6aa7decf..6aa7decf 100644
--- a/Private/NewBoot/BootKit/EPM.hxx
+++ b/NewKernel/NewBoot/BootKit/EPM.hxx
diff --git a/Private/NewBoot/BootKit/HW/ATA.hxx b/NewKernel/NewBoot/BootKit/HW/ATA.hxx
index 6b61f7b2..6b61f7b2 100644
--- a/Private/NewBoot/BootKit/HW/ATA.hxx
+++ b/NewKernel/NewBoot/BootKit/HW/ATA.hxx
diff --git a/Private/NewBoot/BootKit/HW/SATA.hxx b/NewKernel/NewBoot/BootKit/HW/SATA.hxx
index 171adecb..171adecb 100644
--- a/Private/NewBoot/BootKit/HW/SATA.hxx
+++ b/NewKernel/NewBoot/BootKit/HW/SATA.hxx
diff --git a/Private/NewBoot/BootKit/Platform.hxx b/NewKernel/NewBoot/BootKit/Platform.hxx
index 997a79db..997a79db 100644
--- a/Private/NewBoot/BootKit/Platform.hxx
+++ b/NewKernel/NewBoot/BootKit/Platform.hxx
diff --git a/Private/NewBoot/BootKit/Protocol.hxx b/NewKernel/NewBoot/BootKit/Protocol.hxx
index c8572192..c8572192 100644
--- a/Private/NewBoot/BootKit/Protocol.hxx
+++ b/NewKernel/NewBoot/BootKit/Protocol.hxx
diff --git a/Private/NewBoot/BootKit/Rsrc/NewBoot.rsrc b/NewKernel/NewBoot/BootKit/Rsrc/NewBoot.rsrc
index b1d688a2..b1d688a2 100644
--- a/Private/NewBoot/BootKit/Rsrc/NewBoot.rsrc
+++ b/NewKernel/NewBoot/BootKit/Rsrc/NewBoot.rsrc
diff --git a/Private/NewBoot/BootKit/Rsrc/NewBootFatal.rsrc b/NewKernel/NewBoot/BootKit/Rsrc/NewBootFatal.rsrc
index 8a51fe2d..8a51fe2d 100644
--- a/Private/NewBoot/BootKit/Rsrc/NewBootFatal.rsrc
+++ b/NewKernel/NewBoot/BootKit/Rsrc/NewBootFatal.rsrc
diff --git a/Private/NewBoot/BootKit/Vendor/Qr.hxx b/NewKernel/NewBoot/BootKit/Vendor/Qr.hxx
index 1df0bdaf..1df0bdaf 100644
--- a/Private/NewBoot/BootKit/Vendor/Qr.hxx
+++ b/NewKernel/NewBoot/BootKit/Vendor/Qr.hxx
diff --git a/Private/NewBoot/BootKit/Vendor/QrPrelude.hxx b/NewKernel/NewBoot/BootKit/Vendor/QrPrelude.hxx
index 31bd93da..31bd93da 100644
--- a/Private/NewBoot/BootKit/Vendor/QrPrelude.hxx
+++ b/NewKernel/NewBoot/BootKit/Vendor/QrPrelude.hxx
diff --git a/Private/NewBoot/BootKit/Vendor/QrVendor/base.h b/NewKernel/NewBoot/BootKit/Vendor/QrVendor/base.h
index a98ae4f0..a98ae4f0 100644
--- a/Private/NewBoot/BootKit/Vendor/QrVendor/base.h
+++ b/NewKernel/NewBoot/BootKit/Vendor/QrVendor/base.h
diff --git a/Private/NewBoot/BootKit/Vendor/QrVendor/bit.h b/NewKernel/NewBoot/BootKit/Vendor/QrVendor/bit.h
index 94ab0bf2..94ab0bf2 100644
--- a/Private/NewBoot/BootKit/Vendor/QrVendor/bit.h
+++ b/NewKernel/NewBoot/BootKit/Vendor/QrVendor/bit.h
diff --git a/Private/NewBoot/BootKit/Vendor/Support.hxx b/NewKernel/NewBoot/BootKit/Vendor/Support.hxx
index f9772cbb..f9772cbb 100644
--- a/Private/NewBoot/BootKit/Vendor/Support.hxx
+++ b/NewKernel/NewBoot/BootKit/Vendor/Support.hxx
diff --git a/Private/NewBoot/BootKit/compile_flags.txt b/NewKernel/NewBoot/BootKit/compile_flags.txt
index e58d7ab9..e58d7ab9 100644
--- a/Private/NewBoot/BootKit/compile_flags.txt
+++ b/NewKernel/NewBoot/BootKit/compile_flags.txt
diff --git a/Private/NewBoot/NetBoot/.hgkeep b/NewKernel/NewBoot/NetBoot/.hgkeep
index e69de29b..e69de29b 100644
--- a/Private/NewBoot/NetBoot/.hgkeep
+++ b/NewKernel/NewBoot/NetBoot/.hgkeep
diff --git a/Private/NewBoot/NetBoot/Module.cxx b/NewKernel/NewBoot/NetBoot/Module.cxx
index ce3c09db..ce3c09db 100644
--- a/Private/NewBoot/NetBoot/Module.cxx
+++ b/NewKernel/NewBoot/NetBoot/Module.cxx
diff --git a/Private/NewBoot/NetBoot/manifest.json b/NewKernel/NewBoot/NetBoot/manifest.json
index 8486cfc1..8486cfc1 100644
--- a/Private/NewBoot/NetBoot/manifest.json
+++ b/NewKernel/NewBoot/NetBoot/manifest.json
diff --git a/Private/NewBoot/ReadMe.md b/NewKernel/NewBoot/ReadMe.md
index 20987ad3..20987ad3 100644
--- a/Private/NewBoot/ReadMe.md
+++ b/NewKernel/NewBoot/ReadMe.md
diff --git a/Private/NewBoot/Source/HEL/AMD64/.gitkeep b/NewKernel/NewBoot/Source/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/NewBoot/Source/HEL/AMD64/.gitkeep
+++ b/NewKernel/NewBoot/Source/.gitkeep
diff --git a/Private/NewBoot/Source/BootloaderRsrc.rsrc b/NewKernel/NewBoot/Source/BootloaderRsrc.rsrc
index e8d89e9a..e8d89e9a 100644
--- a/Private/NewBoot/Source/BootloaderRsrc.rsrc
+++ b/NewKernel/NewBoot/Source/BootloaderRsrc.rsrc
diff --git a/Private/NewBoot/Source/HEL/ARM64/.gitkeep b/NewKernel/NewBoot/Source/HEL/AMD64/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/NewBoot/Source/HEL/ARM64/.gitkeep
+++ b/NewKernel/NewBoot/Source/HEL/AMD64/.gitkeep
diff --git a/Private/NewBoot/Source/HEL/AMD64/BootAHCI.cxx b/NewKernel/NewBoot/Source/HEL/AMD64/BootAHCI.cxx
index a99b8a56..a99b8a56 100644
--- a/Private/NewBoot/Source/HEL/AMD64/BootAHCI.cxx
+++ b/NewKernel/NewBoot/Source/HEL/AMD64/BootAHCI.cxx
diff --git a/Private/NewBoot/Source/HEL/AMD64/BootATA.cxx b/NewKernel/NewBoot/Source/HEL/AMD64/BootATA.cxx
index a5bd9809..a5bd9809 100644
--- a/Private/NewBoot/Source/HEL/AMD64/BootATA.cxx
+++ b/NewKernel/NewBoot/Source/HEL/AMD64/BootATA.cxx
diff --git a/Private/NewBoot/Source/HEL/AMD64/BootFileReader.cxx b/NewKernel/NewBoot/Source/HEL/AMD64/BootFileReader.cxx
index 39c18821..39c18821 100644
--- a/Private/NewBoot/Source/HEL/AMD64/BootFileReader.cxx
+++ b/NewKernel/NewBoot/Source/HEL/AMD64/BootFileReader.cxx
diff --git a/Private/NewBoot/Source/HEL/AMD64/BootJump.S b/NewKernel/NewBoot/Source/HEL/AMD64/BootJump.S
index af278cc7..af278cc7 100644
--- a/Private/NewBoot/Source/HEL/AMD64/BootJump.S
+++ b/NewKernel/NewBoot/Source/HEL/AMD64/BootJump.S
diff --git a/Private/NewBoot/Source/HEL/AMD64/BootMain.cxx b/NewKernel/NewBoot/Source/HEL/AMD64/BootMain.cxx
index ebde06e8..ebde06e8 100644
--- a/Private/NewBoot/Source/HEL/AMD64/BootMain.cxx
+++ b/NewKernel/NewBoot/Source/HEL/AMD64/BootMain.cxx
diff --git a/Private/NewBoot/Source/HEL/AMD64/BootPlatform.cxx b/NewKernel/NewBoot/Source/HEL/AMD64/BootPlatform.cxx
index 1b8576a9..1b8576a9 100644
--- a/Private/NewBoot/Source/HEL/AMD64/BootPlatform.cxx
+++ b/NewKernel/NewBoot/Source/HEL/AMD64/BootPlatform.cxx
diff --git a/Private/NewBoot/Source/HEL/AMD64/BootString.cxx b/NewKernel/NewBoot/Source/HEL/AMD64/BootString.cxx
index 34e16737..34e16737 100644
--- a/Private/NewBoot/Source/HEL/AMD64/BootString.cxx
+++ b/NewKernel/NewBoot/Source/HEL/AMD64/BootString.cxx
diff --git a/Private/NewBoot/Source/HEL/AMD64/BootTextWriter.cxx b/NewKernel/NewBoot/Source/HEL/AMD64/BootTextWriter.cxx
index fcb2154f..fcb2154f 100644
--- a/Private/NewBoot/Source/HEL/AMD64/BootTextWriter.cxx
+++ b/NewKernel/NewBoot/Source/HEL/AMD64/BootTextWriter.cxx
diff --git a/Private/NewBoot/Source/HEL/AMD64/New+Delete.cxx b/NewKernel/NewBoot/Source/HEL/AMD64/New+Delete.cxx
index 25aaec1c..25aaec1c 100644
--- a/Private/NewBoot/Source/HEL/AMD64/New+Delete.cxx
+++ b/NewKernel/NewBoot/Source/HEL/AMD64/New+Delete.cxx
diff --git a/Private/NewBoot/Source/HEL/AMD64/Support.cxx b/NewKernel/NewBoot/Source/HEL/AMD64/Support.cxx
index 65fb6b48..65fb6b48 100644
--- a/Private/NewBoot/Source/HEL/AMD64/Support.cxx
+++ b/NewKernel/NewBoot/Source/HEL/AMD64/Support.cxx
diff --git a/Private/NewBoot/Source/HEL/AMD64/compile_flags.txt b/NewKernel/NewBoot/Source/HEL/AMD64/compile_flags.txt
index e4515efe..e4515efe 100644
--- a/Private/NewBoot/Source/HEL/AMD64/compile_flags.txt
+++ b/NewKernel/NewBoot/Source/HEL/AMD64/compile_flags.txt
diff --git a/Private/NewBoot/Source/HEL/POWER/.gitkeep b/NewKernel/NewBoot/Source/HEL/ARM64/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/NewBoot/Source/HEL/POWER/.gitkeep
+++ b/NewKernel/NewBoot/Source/HEL/ARM64/.gitkeep
diff --git a/Private/NewBoot/Source/HEL/RISCV/.gitkeep b/NewKernel/NewBoot/Source/HEL/POWER/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/NewBoot/Source/HEL/RISCV/.gitkeep
+++ b/NewKernel/NewBoot/Source/HEL/POWER/.gitkeep
diff --git a/Private/NewBoot/Source/HEL/POWER/CoreBootStartup.S b/NewKernel/NewBoot/Source/HEL/POWER/CoreBootStartup.S
index 41fc6ae2..41fc6ae2 100644
--- a/Private/NewBoot/Source/HEL/POWER/CoreBootStartup.S
+++ b/NewKernel/NewBoot/Source/HEL/POWER/CoreBootStartup.S
diff --git a/Private/Root/.gitkeep b/NewKernel/NewBoot/Source/HEL/RISCV/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/Root/.gitkeep
+++ b/NewKernel/NewBoot/Source/HEL/RISCV/.gitkeep
diff --git a/Private/NewBoot/Source/HEL/RISCV/BootRISCV.S b/NewKernel/NewBoot/Source/HEL/RISCV/BootRISCV.S
index 87b87bab..87b87bab 100644
--- a/Private/NewBoot/Source/HEL/RISCV/BootRISCV.S
+++ b/NewKernel/NewBoot/Source/HEL/RISCV/BootRISCV.S
diff --git a/Private/NewBoot/Source/Root/EFI/STARTUP.NSH b/NewKernel/NewBoot/Source/Root/EFI/STARTUP.NSH
index d29ba8fd..d29ba8fd 100644
--- a/Private/NewBoot/Source/Root/EFI/STARTUP.NSH
+++ b/NewKernel/NewBoot/Source/Root/EFI/STARTUP.NSH
diff --git a/Private/NewBoot/Source/Root/SplashScreen.fmt b/NewKernel/NewBoot/Source/Root/SplashScreen.fmt
index 6ac6486e..6ac6486e 100644
--- a/Private/NewBoot/Source/Root/SplashScreen.fmt
+++ b/NewKernel/NewBoot/Source/Root/SplashScreen.fmt
diff --git a/Private/NewBoot/Source/compile_flags.txt b/NewKernel/NewBoot/Source/compile_flags.txt
index c74d22b2..c74d22b2 100644
--- a/Private/NewBoot/Source/compile_flags.txt
+++ b/NewKernel/NewBoot/Source/compile_flags.txt
diff --git a/Private/NewBoot/Source/makefile b/NewKernel/NewBoot/Source/makefile
index 13c4885d..13c4885d 100644
--- a/Private/NewBoot/Source/makefile
+++ b/NewKernel/NewBoot/Source/makefile
diff --git a/Private/NewBoot/Source/ovmf.ps1 b/NewKernel/NewBoot/Source/ovmf.ps1
index 5a2c5f0e..5a2c5f0e 100644
--- a/Private/NewBoot/Source/ovmf.ps1
+++ b/NewKernel/NewBoot/Source/ovmf.ps1
diff --git a/Private/NewKit/Application.hxx b/NewKernel/NewKit/Application.hxx
index aae97c6f..aae97c6f 100644
--- a/Private/NewKit/Application.hxx
+++ b/NewKernel/NewKit/Application.hxx
diff --git a/Private/NewKit/Array.hpp b/NewKernel/NewKit/Array.hpp
index 1799e025..1799e025 100644
--- a/Private/NewKit/Array.hpp
+++ b/NewKernel/NewKit/Array.hpp
diff --git a/Private/NewKit/ArrayList.hpp b/NewKernel/NewKit/ArrayList.hpp
index 31646472..31646472 100644
--- a/Private/NewKit/ArrayList.hpp
+++ b/NewKernel/NewKit/ArrayList.hpp
diff --git a/Private/NewKit/Atom.hpp b/NewKernel/NewKit/Atom.hpp
index 812e1819..812e1819 100644
--- a/Private/NewKit/Atom.hpp
+++ b/NewKernel/NewKit/Atom.hpp
diff --git a/Private/NewKit/Crc32.hpp b/NewKernel/NewKit/Crc32.hpp
index c0feaa7f..c0feaa7f 100644
--- a/Private/NewKit/Crc32.hpp
+++ b/NewKernel/NewKit/Crc32.hpp
diff --git a/Private/NewKit/CxxAbi.hpp b/NewKernel/NewKit/CxxAbi.hpp
index 9bba2beb..9bba2beb 100644
--- a/Private/NewKit/CxxAbi.hpp
+++ b/NewKernel/NewKit/CxxAbi.hpp
diff --git a/Private/NewKit/Defines.hpp b/NewKernel/NewKit/Defines.hpp
index 81c0be9b..81c0be9b 100644
--- a/Private/NewKit/Defines.hpp
+++ b/NewKernel/NewKit/Defines.hpp
diff --git a/Private/NewKit/ErrorOr.hpp b/NewKernel/NewKit/ErrorOr.hpp
index a2b5da62..a2b5da62 100644
--- a/Private/NewKit/ErrorOr.hpp
+++ b/NewKernel/NewKit/ErrorOr.hpp
diff --git a/Private/NewKit/Function.hpp b/NewKernel/NewKit/Function.hpp
index 12ae03f3..12ae03f3 100644
--- a/Private/NewKit/Function.hpp
+++ b/NewKernel/NewKit/Function.hpp
diff --git a/Private/NewKit/Json.hpp b/NewKernel/NewKit/Json.hpp
index 8f7c2765..8f7c2765 100644
--- a/Private/NewKit/Json.hpp
+++ b/NewKernel/NewKit/Json.hpp
diff --git a/Private/NewKit/KernelCheck.hpp b/NewKernel/NewKit/KernelCheck.hpp
index 3416846e..3416846e 100644
--- a/Private/NewKit/KernelCheck.hpp
+++ b/NewKernel/NewKit/KernelCheck.hpp
diff --git a/Private/NewKit/Macros.hpp b/NewKernel/NewKit/Macros.hpp
index 9366fe5c..9366fe5c 100644
--- a/Private/NewKit/Macros.hpp
+++ b/NewKernel/NewKit/Macros.hpp
diff --git a/Private/NewKit/MutableArray.hpp b/NewKernel/NewKit/MutableArray.hpp
index 5eca9087..5eca9087 100644
--- a/Private/NewKit/MutableArray.hpp
+++ b/NewKernel/NewKit/MutableArray.hpp
diff --git a/Private/NewKit/New.hpp b/NewKernel/NewKit/New.hpp
index c828b979..c828b979 100644
--- a/Private/NewKit/New.hpp
+++ b/NewKernel/NewKit/New.hpp
diff --git a/Private/NewKit/NewKit.hpp b/NewKernel/NewKit/NewKit.hpp
index 79993091..79993091 100644
--- a/Private/NewKit/NewKit.hpp
+++ b/NewKernel/NewKit/NewKit.hpp
diff --git a/Private/NewKit/OwnPtr.hpp b/NewKernel/NewKit/OwnPtr.hpp
index 742295da..742295da 100644
--- a/Private/NewKit/OwnPtr.hpp
+++ b/NewKernel/NewKit/OwnPtr.hpp
diff --git a/Private/NewKit/PageAllocator.hpp b/NewKernel/NewKit/PageAllocator.hpp
index 0ed543f3..0ed543f3 100644
--- a/Private/NewKit/PageAllocator.hpp
+++ b/NewKernel/NewKit/PageAllocator.hpp
diff --git a/Private/NewKit/PageManager.hpp b/NewKernel/NewKit/PageManager.hpp
index 0203a600..0203a600 100644
--- a/Private/NewKit/PageManager.hpp
+++ b/NewKernel/NewKit/PageManager.hpp
diff --git a/Private/NewKit/Pair.hpp b/NewKernel/NewKit/Pair.hpp
index 659a7ed9..659a7ed9 100644
--- a/Private/NewKit/Pair.hpp
+++ b/NewKernel/NewKit/Pair.hpp
diff --git a/Private/NewKit/Pmm.hpp b/NewKernel/NewKit/Pmm.hpp
index 07c5e399..07c5e399 100644
--- a/Private/NewKit/Pmm.hpp
+++ b/NewKernel/NewKit/Pmm.hpp
diff --git a/Private/NewKit/Ref.hpp b/NewKernel/NewKit/Ref.hpp
index b062cf09..b062cf09 100644
--- a/Private/NewKit/Ref.hpp
+++ b/NewKernel/NewKit/Ref.hpp
diff --git a/Private/NewKit/Stream.hpp b/NewKernel/NewKit/Stream.hpp
index 9f737b2d..9f737b2d 100644
--- a/Private/NewKit/Stream.hpp
+++ b/NewKernel/NewKit/Stream.hpp
diff --git a/Private/NewKit/String.hpp b/NewKernel/NewKit/String.hpp
index 7346c5e9..7346c5e9 100644
--- a/Private/NewKit/String.hpp
+++ b/NewKernel/NewKit/String.hpp
diff --git a/Private/NewKit/Utils.hpp b/NewKernel/NewKit/Utils.hpp
index c18a606f..c18a606f 100644
--- a/Private/NewKit/Utils.hpp
+++ b/NewKernel/NewKit/Utils.hpp
diff --git a/Private/NewKit/Variant.hpp b/NewKernel/NewKit/Variant.hpp
index f26a2406..f26a2406 100644
--- a/Private/NewKit/Variant.hpp
+++ b/NewKernel/NewKit/Variant.hpp
diff --git a/Private/NewKit/compile_flags.txt b/NewKernel/NewKit/compile_flags.txt
index 14c5bc51..14c5bc51 100644
--- a/Private/NewKit/compile_flags.txt
+++ b/NewKernel/NewKit/compile_flags.txt
diff --git a/Private/Objects/.hgkeep b/NewKernel/Objects/.hgkeep
index e69de29b..e69de29b 100644
--- a/Private/Objects/.hgkeep
+++ b/NewKernel/Objects/.hgkeep
diff --git a/Private/Root/Applications/.gitkeep b/NewKernel/Root/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/Root/Applications/.gitkeep
+++ b/NewKernel/Root/.gitkeep
diff --git a/Private/Root/Assistants/.gitkeep b/NewKernel/Root/Applications/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/Root/Assistants/.gitkeep
+++ b/NewKernel/Root/Applications/.gitkeep
diff --git a/Private/Root/Boot/.gitkeep b/NewKernel/Root/Assistants/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/Root/Boot/.gitkeep
+++ b/NewKernel/Root/Assistants/.gitkeep
diff --git a/Private/Root/Library/.gitkeep b/NewKernel/Root/Boot/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/Root/Library/.gitkeep
+++ b/NewKernel/Root/Boot/.gitkeep
diff --git a/Private/Root/Boot/Icons/bonjour-logo.ico b/NewKernel/Root/Boot/Icons/bonjour-logo.ico
index 568de302..568de302 100644
--- a/Private/Root/Boot/Icons/bonjour-logo.ico
+++ b/NewKernel/Root/Boot/Icons/bonjour-logo.ico
Binary files differ
diff --git a/Private/Root/Boot/Icons/boot-logo.ico b/NewKernel/Root/Boot/Icons/boot-logo.ico
index a7edcfe8..a7edcfe8 100644
--- a/Private/Root/Boot/Icons/boot-logo.ico
+++ b/NewKernel/Root/Boot/Icons/boot-logo.ico
Binary files differ
diff --git a/Private/Root/Boot/Icons/driver-logo.ico b/NewKernel/Root/Boot/Icons/driver-logo.ico
index dbdcdee1..dbdcdee1 100644
--- a/Private/Root/Boot/Icons/driver-logo.ico
+++ b/NewKernel/Root/Boot/Icons/driver-logo.ico
Binary files differ
diff --git a/Private/Root/Boot/Icons/kernel-logo.ico b/NewKernel/Root/Boot/Icons/kernel-logo.ico
index 00724f48..00724f48 100644
--- a/Private/Root/Boot/Icons/kernel-logo.ico
+++ b/NewKernel/Root/Boot/Icons/kernel-logo.ico
Binary files differ
diff --git a/Private/Root/Boot/Icons/settings-icon.ico b/NewKernel/Root/Boot/Icons/settings-icon.ico
index 4fd36645..4fd36645 100644
--- a/Private/Root/Boot/Icons/settings-icon.ico
+++ b/NewKernel/Root/Boot/Icons/settings-icon.ico
Binary files differ
diff --git a/Private/Root/Boot/Icons/update-logo.ico b/NewKernel/Root/Boot/Icons/update-logo.ico
index 3423d76a..3423d76a 100644
--- a/Private/Root/Boot/Icons/update-logo.ico
+++ b/NewKernel/Root/Boot/Icons/update-logo.ico
Binary files differ
diff --git a/Private/Root/Mount/.gitkeep b/NewKernel/Root/Library/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/Root/Mount/.gitkeep
+++ b/NewKernel/Root/Library/.gitkeep
diff --git a/Private/Root/Support/.gitkeep b/NewKernel/Root/Mount/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/Root/Support/.gitkeep
+++ b/NewKernel/Root/Mount/.gitkeep
diff --git a/Private/Root/System/.gitkeep b/NewKernel/Root/Support/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/Root/System/.gitkeep
+++ b/NewKernel/Root/Support/.gitkeep
diff --git a/Private/Root/Users/.gitkeep b/NewKernel/Root/System/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/Root/Users/.gitkeep
+++ b/NewKernel/Root/System/.gitkeep
diff --git a/Private/Root/System/FileExplorerHome.html b/NewKernel/Root/System/FileExplorerHome.html
index f37e6d64..f37e6d64 100644
--- a/Private/Root/System/FileExplorerHome.html
+++ b/NewKernel/Root/System/FileExplorerHome.html
diff --git a/Private/Root/System/SystemTheme.css b/NewKernel/Root/System/SystemTheme.css
index 44e38465..44e38465 100644
--- a/Private/Root/System/SystemTheme.css
+++ b/NewKernel/Root/System/SystemTheme.css
diff --git a/Private/Root/Users/Shared/.gitkeep b/NewKernel/Root/Users/.gitkeep
index e69de29b..e69de29b 100644
--- a/Private/Root/Users/Shared/.gitkeep
+++ b/NewKernel/Root/Users/.gitkeep
diff --git a/Public/.gitkeep b/NewKernel/Root/Users/Shared/.gitkeep
index e69de29b..e69de29b 100644
--- a/Public/.gitkeep
+++ b/NewKernel/Root/Users/Shared/.gitkeep
diff --git a/Private/Source/AppMain.cxx b/NewKernel/Source/AppMain.cxx
index 93637c28..93637c28 100644
--- a/Private/Source/AppMain.cxx
+++ b/NewKernel/Source/AppMain.cxx
diff --git a/Private/Source/Array.cxx b/NewKernel/Source/Array.cxx
index a8197ae0..a8197ae0 100644
--- a/Private/Source/Array.cxx
+++ b/NewKernel/Source/Array.cxx
diff --git a/Private/Source/ArrayList.cxx b/NewKernel/Source/ArrayList.cxx
index d61fc17a..d61fc17a 100644
--- a/Private/Source/ArrayList.cxx
+++ b/NewKernel/Source/ArrayList.cxx
diff --git a/Private/Source/Atom.cxx b/NewKernel/Source/Atom.cxx
index a013d0fd..a013d0fd 100644
--- a/Private/Source/Atom.cxx
+++ b/NewKernel/Source/Atom.cxx
diff --git a/Private/Source/CodeManager.cxx b/NewKernel/Source/CodeManager.cxx
index 849661e0..849661e0 100644
--- a/Private/Source/CodeManager.cxx
+++ b/NewKernel/Source/CodeManager.cxx
diff --git a/Private/Source/Crc32.cxx b/NewKernel/Source/Crc32.cxx
index e1d1d6a5..e1d1d6a5 100644
--- a/Private/Source/Crc32.cxx
+++ b/NewKernel/Source/Crc32.cxx
diff --git a/Private/Source/CxxAbi.cxx b/NewKernel/Source/CxxAbi.cxx
index 7494417e..7494417e 100644
--- a/Private/Source/CxxAbi.cxx
+++ b/NewKernel/Source/CxxAbi.cxx
diff --git a/Private/Source/Defines.cxx b/NewKernel/Source/Defines.cxx
index 71ef3885..71ef3885 100644
--- a/Private/Source/Defines.cxx
+++ b/NewKernel/Source/Defines.cxx
diff --git a/Private/Source/DeviceManager.cxx b/NewKernel/Source/DeviceManager.cxx
index 752fcd77..752fcd77 100644
--- a/Private/Source/DeviceManager.cxx
+++ b/NewKernel/Source/DeviceManager.cxx
diff --git a/Private/Source/DriveManager.cxx b/NewKernel/Source/DriveManager.cxx
index 6147cba0..6147cba0 100644
--- a/Private/Source/DriveManager.cxx
+++ b/NewKernel/Source/DriveManager.cxx
diff --git a/Private/Source/ErrorOr.cxx b/NewKernel/Source/ErrorOr.cxx
index 2eac8d2f..2eac8d2f 100644
--- a/Private/Source/ErrorOr.cxx
+++ b/NewKernel/Source/ErrorOr.cxx
diff --git a/Private/Source/FS/NewFS.cxx b/NewKernel/Source/FS/NewFS.cxx
index fdb6621c..fdb6621c 100644
--- a/Private/Source/FS/NewFS.cxx
+++ b/NewKernel/Source/FS/NewFS.cxx
diff --git a/Private/Source/FileManager.cxx b/NewKernel/Source/FileManager.cxx
index 23305fa8..23305fa8 100644
--- a/Private/Source/FileManager.cxx
+++ b/NewKernel/Source/FileManager.cxx
diff --git a/Private/Source/Framebuffer.cxx b/NewKernel/Source/Framebuffer.cxx
index 625af242..625af242 100644
--- a/Private/Source/Framebuffer.cxx
+++ b/NewKernel/Source/Framebuffer.cxx
diff --git a/Private/Source/GUIDWizard.cxx b/NewKernel/Source/GUIDWizard.cxx
index 8e211393..8e211393 100644
--- a/Private/Source/GUIDWizard.cxx
+++ b/NewKernel/Source/GUIDWizard.cxx
diff --git a/Private/Source/GUIDWrapper.cxx b/NewKernel/Source/GUIDWrapper.cxx
index 699b5840..699b5840 100644
--- a/Private/Source/GUIDWrapper.cxx
+++ b/NewKernel/Source/GUIDWrapper.cxx
diff --git a/Private/Source/HError.cxx b/NewKernel/Source/HError.cxx
index ab6f3ec7..ab6f3ec7 100644
--- a/Private/Source/HError.cxx
+++ b/NewKernel/Source/HError.cxx
diff --git a/Private/Source/IndexableProperty.cxx b/NewKernel/Source/IndexableProperty.cxx
index aa85abce..aa85abce 100644
--- a/Private/Source/IndexableProperty.cxx
+++ b/NewKernel/Source/IndexableProperty.cxx
diff --git a/Private/Source/Json.cxx b/NewKernel/Source/Json.cxx
index f91ad8b9..f91ad8b9 100644
--- a/Private/Source/Json.cxx
+++ b/NewKernel/Source/Json.cxx
diff --git a/Private/Source/KernelCheck.cxx b/NewKernel/Source/KernelCheck.cxx
index 0ecc1cbb..0ecc1cbb 100644
--- a/Private/Source/KernelCheck.cxx
+++ b/NewKernel/Source/KernelCheck.cxx
diff --git a/Private/Source/KernelHeap.cxx b/NewKernel/Source/KernelHeap.cxx
index 57777888..57777888 100644
--- a/Private/Source/KernelHeap.cxx
+++ b/NewKernel/Source/KernelHeap.cxx
diff --git a/Private/Source/LockDelegate.cxx b/NewKernel/Source/LockDelegate.cxx
index b8920bcc..b8920bcc 100644
--- a/Private/Source/LockDelegate.cxx
+++ b/NewKernel/Source/LockDelegate.cxx
diff --git a/Private/Source/MutableArray.cxx b/NewKernel/Source/MutableArray.cxx
index f29c2ef5..f29c2ef5 100644
--- a/Private/Source/MutableArray.cxx
+++ b/NewKernel/Source/MutableArray.cxx
diff --git a/Private/Source/Network/IP.cxx b/NewKernel/Source/Network/IP.cxx
index 002151d8..002151d8 100644
--- a/Private/Source/Network/IP.cxx
+++ b/NewKernel/Source/Network/IP.cxx
diff --git a/Private/Source/Network/IPCEP.cxx b/NewKernel/Source/Network/IPCEP.cxx
index 67c0b5a8..67c0b5a8 100644
--- a/Private/Source/Network/IPCEP.cxx
+++ b/NewKernel/Source/Network/IPCEP.cxx
diff --git a/Private/Source/Network/NetworkDevice.cxx b/NewKernel/Source/Network/NetworkDevice.cxx
index 34b249c5..34b249c5 100644
--- a/Private/Source/Network/NetworkDevice.cxx
+++ b/NewKernel/Source/Network/NetworkDevice.cxx
diff --git a/Private/Source/New+Delete.cxx b/NewKernel/Source/New+Delete.cxx
index c2a1d12a..c2a1d12a 100644
--- a/Private/Source/New+Delete.cxx
+++ b/NewKernel/Source/New+Delete.cxx
diff --git a/Private/Source/NewFS+FileManager.cxx b/NewKernel/Source/NewFS+FileManager.cxx
index 1e63d33c..1e63d33c 100644
--- a/Private/Source/NewFS+FileManager.cxx
+++ b/NewKernel/Source/NewFS+FileManager.cxx
diff --git a/Private/Source/NewFS+IO.cxx b/NewKernel/Source/NewFS+IO.cxx
index 84b83320..84b83320 100644
--- a/Private/Source/NewFS+IO.cxx
+++ b/NewKernel/Source/NewFS+IO.cxx
diff --git a/Private/Source/NewFS+Journal.cxx b/NewKernel/Source/NewFS+Journal.cxx
index 9ec34a6a..9ec34a6a 100644
--- a/Private/Source/NewFS+Journal.cxx
+++ b/NewKernel/Source/NewFS+Journal.cxx
diff --git a/Private/Source/OwnPtr.cxx b/NewKernel/Source/OwnPtr.cxx
index a306cbd7..a306cbd7 100644
--- a/Private/Source/OwnPtr.cxx
+++ b/NewKernel/Source/OwnPtr.cxx
diff --git a/Private/Source/PEFCodeManager.cxx b/NewKernel/Source/PEFCodeManager.cxx
index a3afbd52..a3afbd52 100644
--- a/Private/Source/PEFCodeManager.cxx
+++ b/NewKernel/Source/PEFCodeManager.cxx
diff --git a/Private/Source/PEFSharedObjectRT.cxx b/NewKernel/Source/PEFSharedObjectRT.cxx
index da12eb05..da12eb05 100644
--- a/Private/Source/PEFSharedObjectRT.cxx
+++ b/NewKernel/Source/PEFSharedObjectRT.cxx
diff --git a/Private/Source/PRDT.cxx b/NewKernel/Source/PRDT.cxx
index b03b311f..b03b311f 100644
--- a/Private/Source/PRDT.cxx
+++ b/NewKernel/Source/PRDT.cxx
diff --git a/Private/Source/PageAllocator.cxx b/NewKernel/Source/PageAllocator.cxx
index dbe3d2e3..dbe3d2e3 100644
--- a/Private/Source/PageAllocator.cxx
+++ b/NewKernel/Source/PageAllocator.cxx
diff --git a/Private/Source/PageManager.cxx b/NewKernel/Source/PageManager.cxx
index 7225d4ad..7225d4ad 100644
--- a/Private/Source/PageManager.cxx
+++ b/NewKernel/Source/PageManager.cxx
diff --git a/Private/Source/PermissionSelector.cxx b/NewKernel/Source/PermissionSelector.cxx
index f1c699a3..f1c699a3 100644
--- a/Private/Source/PermissionSelector.cxx
+++ b/NewKernel/Source/PermissionSelector.cxx
diff --git a/Private/Source/Pmm.cxx b/NewKernel/Source/Pmm.cxx
index 7555ea4c..7555ea4c 100644
--- a/Private/Source/Pmm.cxx
+++ b/NewKernel/Source/Pmm.cxx
diff --git a/Private/Source/ProcessScheduler.cxx b/NewKernel/Source/ProcessScheduler.cxx
index e82f8362..e82f8362 100644
--- a/Private/Source/ProcessScheduler.cxx
+++ b/NewKernel/Source/ProcessScheduler.cxx
diff --git a/Private/Source/ProcessTeam.cxx b/NewKernel/Source/ProcessTeam.cxx
index d9711ad9..d9711ad9 100644
--- a/Private/Source/ProcessTeam.cxx
+++ b/NewKernel/Source/ProcessTeam.cxx
diff --git a/Private/Source/Property.cxx b/NewKernel/Source/Property.cxx
index c3d4fe52..c3d4fe52 100644
--- a/Private/Source/Property.cxx
+++ b/NewKernel/Source/Property.cxx
diff --git a/Private/Source/Ref.cxx b/NewKernel/Source/Ref.cxx
index f8e9f8b5..f8e9f8b5 100644
--- a/Private/Source/Ref.cxx
+++ b/NewKernel/Source/Ref.cxx
diff --git a/Private/Source/SMPManager.cxx b/NewKernel/Source/SMPManager.cxx
index dfbfa17b..dfbfa17b 100644
--- a/Private/Source/SMPManager.cxx
+++ b/NewKernel/Source/SMPManager.cxx
diff --git a/Private/Source/Semaphore.cxx b/NewKernel/Source/Semaphore.cxx
index f057e586..f057e586 100644
--- a/Private/Source/Semaphore.cxx
+++ b/NewKernel/Source/Semaphore.cxx
diff --git a/Private/Source/Storage/AHCIDeviceInterface.cxx b/NewKernel/Source/Storage/AHCIDeviceInterface.cxx
index 7879fc89..7879fc89 100644
--- a/Private/Source/Storage/AHCIDeviceInterface.cxx
+++ b/NewKernel/Source/Storage/AHCIDeviceInterface.cxx
diff --git a/Private/Source/Storage/ATADeviceInterface.cxx b/NewKernel/Source/Storage/ATADeviceInterface.cxx
index 35669543..35669543 100644
--- a/Private/Source/Storage/ATADeviceInterface.cxx
+++ b/NewKernel/Source/Storage/ATADeviceInterface.cxx
diff --git a/Private/Source/Storage/NVMEDeviceInterface.cxx b/NewKernel/Source/Storage/NVMEDeviceInterface.cxx
index 2fbf6446..2fbf6446 100644
--- a/Private/Source/Storage/NVMEDeviceInterface.cxx
+++ b/NewKernel/Source/Storage/NVMEDeviceInterface.cxx
diff --git a/Private/Source/Storage/SCSIDeviceInterface.cxx b/NewKernel/Source/Storage/SCSIDeviceInterface.cxx
index abbc1a8f..abbc1a8f 100644
--- a/Private/Source/Storage/SCSIDeviceInterface.cxx
+++ b/NewKernel/Source/Storage/SCSIDeviceInterface.cxx
diff --git a/Private/Source/Stream.cxx b/NewKernel/Source/Stream.cxx
index ab1ca742..ab1ca742 100644
--- a/Private/Source/Stream.cxx
+++ b/NewKernel/Source/Stream.cxx
diff --git a/Private/Source/String.cxx b/NewKernel/Source/String.cxx
index 669b829f..669b829f 100644
--- a/Private/Source/String.cxx
+++ b/NewKernel/Source/String.cxx
diff --git a/Private/Source/ThreadLocalStorage.cxx b/NewKernel/Source/ThreadLocalStorage.cxx
index 9330e8f4..9330e8f4 100644
--- a/Private/Source/ThreadLocalStorage.cxx
+++ b/NewKernel/Source/ThreadLocalStorage.cxx
diff --git a/Private/Source/Timer.cxx b/NewKernel/Source/Timer.cxx
index 962b3367..962b3367 100644
--- a/Private/Source/Timer.cxx
+++ b/NewKernel/Source/Timer.cxx
diff --git a/Private/Source/URL.cxx b/NewKernel/Source/URL.cxx
index 23508098..23508098 100644
--- a/Private/Source/URL.cxx
+++ b/NewKernel/Source/URL.cxx
diff --git a/Private/Source/UserHeap.cxx b/NewKernel/Source/UserHeap.cxx
index bb7d6aa3..bb7d6aa3 100644
--- a/Private/Source/UserHeap.cxx
+++ b/NewKernel/Source/UserHeap.cxx
diff --git a/Private/Source/Utils.cxx b/NewKernel/Source/Utils.cxx
index 05cd511a..05cd511a 100644
--- a/Private/Source/Utils.cxx
+++ b/NewKernel/Source/Utils.cxx
diff --git a/Private/Source/Variant.cxx b/NewKernel/Source/Variant.cxx
index 2741db45..2741db45 100644
--- a/Private/Source/Variant.cxx
+++ b/NewKernel/Source/Variant.cxx
diff --git a/Private/Source/compile_flags.txt b/NewKernel/Source/compile_flags.txt
index 1f54e6fb..1f54e6fb 100644
--- a/Private/Source/compile_flags.txt
+++ b/NewKernel/Source/compile_flags.txt
diff --git a/Private/StorageKit/AHCI.hpp b/NewKernel/StorageKit/AHCI.hpp
index a792691b..a792691b 100644
--- a/Private/StorageKit/AHCI.hpp
+++ b/NewKernel/StorageKit/AHCI.hpp
diff --git a/Private/StorageKit/ATA.hpp b/NewKernel/StorageKit/ATA.hpp
index 98e9fbc6..98e9fbc6 100644
--- a/Private/StorageKit/ATA.hpp
+++ b/NewKernel/StorageKit/ATA.hpp
diff --git a/Private/StorageKit/NVME.hpp b/NewKernel/StorageKit/NVME.hpp
index 7b570cf2..7b570cf2 100644
--- a/Private/StorageKit/NVME.hpp
+++ b/NewKernel/StorageKit/NVME.hpp
diff --git a/Private/StorageKit/PRDT.hpp b/NewKernel/StorageKit/PRDT.hpp
index a1dcbc4c..a1dcbc4c 100644
--- a/Private/StorageKit/PRDT.hpp
+++ b/NewKernel/StorageKit/PRDT.hpp
diff --git a/Private/StorageKit/SCSI.hxx b/NewKernel/StorageKit/SCSI.hxx
index 54d58cf0..54d58cf0 100644
--- a/Private/StorageKit/SCSI.hxx
+++ b/NewKernel/StorageKit/SCSI.hxx
diff --git a/Private/StorageKit/Storage.hpp b/NewKernel/StorageKit/Storage.hpp
index 37159b50..37159b50 100644
--- a/Private/StorageKit/Storage.hpp
+++ b/NewKernel/StorageKit/Storage.hpp
diff --git a/Private/compile_flags.txt b/NewKernel/compile_flags.txt
index de13f8f6..de13f8f6 100644
--- a/Private/compile_flags.txt
+++ b/NewKernel/compile_flags.txt
diff --git a/Private/makefile b/NewKernel/makefile
index 899fca4f..899fca4f 100644
--- a/Private/makefile
+++ b/NewKernel/makefile
diff --git a/Public/Developer/.gitkeep b/SDK/.gitkeep
index e69de29b..e69de29b 100644
--- a/Public/Developer/.gitkeep
+++ b/SDK/.gitkeep
diff --git a/Public/Developer/CxxRuntimeLib/.gitkeep b/SDK/Developer/.gitkeep
index e69de29b..e69de29b 100644
--- a/Public/Developer/CxxRuntimeLib/.gitkeep
+++ b/SDK/Developer/.gitkeep
diff --git a/Public/Developer/PEFRuntimeLib/.gitkeep b/SDK/Developer/CoreCxxRuntime/.gitkeep
index e69de29b..e69de29b 100644
--- a/Public/Developer/PEFRuntimeLib/.gitkeep
+++ b/SDK/Developer/CoreCxxRuntime/.gitkeep
diff --git a/Public/Developer/CxxRuntimeLib/Sources/New+Delete.cxx b/SDK/Developer/CoreCxxRuntime/Sources/New+Delete.cxx
index 5ff3612f..5ff3612f 100644
--- a/Public/Developer/CxxRuntimeLib/Sources/New+Delete.cxx
+++ b/SDK/Developer/CoreCxxRuntime/Sources/New+Delete.cxx
diff --git a/Public/Developer/SystemLib/.gitkeep b/SDK/Developer/CorePEFRuntime/.gitkeep
index e69de29b..e69de29b 100644
--- a/Public/Developer/SystemLib/.gitkeep
+++ b/SDK/Developer/CorePEFRuntime/.gitkeep
diff --git a/Public/Developer/PEFRuntimeLib/Sources/PEFStart.c b/SDK/Developer/CorePEFRuntime/Sources/PEFStart.c
index 31b0d7bd..31b0d7bd 100644
--- a/Public/Developer/PEFRuntimeLib/Sources/PEFStart.c
+++ b/SDK/Developer/CorePEFRuntime/Sources/PEFStart.c
diff --git a/Public/Developer/SystemLib/ARM64/.gitkeep b/SDK/Developer/CoreSystem/.gitkeep
index e69de29b..e69de29b 100644
--- a/Public/Developer/SystemLib/ARM64/.gitkeep
+++ b/SDK/Developer/CoreSystem/.gitkeep
diff --git a/Public/Developer/SystemLib/AMD64/CoreAssembly.s b/SDK/Developer/CoreSystem/AMD64/CoreAssembly.s
index 58fa3c28..58fa3c28 100644
--- a/Public/Developer/SystemLib/AMD64/CoreAssembly.s
+++ b/SDK/Developer/CoreSystem/AMD64/CoreAssembly.s
diff --git a/Public/Developer/SystemLib/RISCV/.gitkeep b/SDK/Developer/CoreSystem/ARM64/.gitkeep
index e69de29b..e69de29b 100644
--- a/Public/Developer/SystemLib/RISCV/.gitkeep
+++ b/SDK/Developer/CoreSystem/ARM64/.gitkeep
diff --git a/Public/Developer/SystemLib/Headers/Alert.h b/SDK/Developer/CoreSystem/Headers/Alert.h
index 443b6829..443b6829 100644
--- a/Public/Developer/SystemLib/Headers/Alert.h
+++ b/SDK/Developer/CoreSystem/Headers/Alert.h
diff --git a/Public/Developer/SystemLib/Headers/Defines.h b/SDK/Developer/CoreSystem/Headers/Defines.h
index 07e0cfeb..07e0cfeb 100644
--- a/Public/Developer/SystemLib/Headers/Defines.h
+++ b/SDK/Developer/CoreSystem/Headers/Defines.h
diff --git a/Public/Developer/SystemLib/Headers/File.h b/SDK/Developer/CoreSystem/Headers/File.h
index 6b0bb29b..6b0bb29b 100644
--- a/Public/Developer/SystemLib/Headers/File.h
+++ b/SDK/Developer/CoreSystem/Headers/File.h
diff --git a/Public/Developer/SystemLib/Headers/Heap.h b/SDK/Developer/CoreSystem/Headers/Heap.h
index 511eaa1b..511eaa1b 100644
--- a/Public/Developer/SystemLib/Headers/Heap.h
+++ b/SDK/Developer/CoreSystem/Headers/Heap.h
diff --git a/Public/Developer/SystemLib/Headers/Hint.h b/SDK/Developer/CoreSystem/Headers/Hint.h
index 843407e0..843407e0 100644
--- a/Public/Developer/SystemLib/Headers/Hint.h
+++ b/SDK/Developer/CoreSystem/Headers/Hint.h
diff --git a/Public/Developer/SystemLib/Headers/Intl.h b/SDK/Developer/CoreSystem/Headers/Intl.h
index 2e91812e..2e91812e 100644
--- a/Public/Developer/SystemLib/Headers/Intl.h
+++ b/SDK/Developer/CoreSystem/Headers/Intl.h
diff --git a/Public/Developer/SystemLib/Headers/Math.h b/SDK/Developer/CoreSystem/Headers/Math.h
index 4f54563b..4f54563b 100644
--- a/Public/Developer/SystemLib/Headers/Math.h
+++ b/SDK/Developer/CoreSystem/Headers/Math.h
diff --git a/Public/Developer/SystemLib/Headers/Rsrc.h b/SDK/Developer/CoreSystem/Headers/Rsrc.h
index 1ff71332..1ff71332 100644
--- a/Public/Developer/SystemLib/Headers/Rsrc.h
+++ b/SDK/Developer/CoreSystem/Headers/Rsrc.h
diff --git a/Public/Developer/SystemLib/Headers/Thread.h b/SDK/Developer/CoreSystem/Headers/Thread.h
index 9562003e..9562003e 100644
--- a/Public/Developer/SystemLib/Headers/Thread.h
+++ b/SDK/Developer/CoreSystem/Headers/Thread.h
diff --git a/Public/Developer/SystemLib/POWER/CoreAssembly.s b/SDK/Developer/CoreSystem/POWER/CoreAssembly.s
index 99605870..99605870 100644
--- a/Public/Developer/SystemLib/POWER/CoreAssembly.s
+++ b/SDK/Developer/CoreSystem/POWER/CoreAssembly.s
diff --git a/SDK/Developer/CoreSystem/RISCV/.gitkeep b/SDK/Developer/CoreSystem/RISCV/.gitkeep
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/SDK/Developer/CoreSystem/RISCV/.gitkeep
diff --git a/Public/Developer/SystemLib/ReadMe.md b/SDK/Developer/CoreSystem/ReadMe.md
index ff89e847..c7c4d390 100644
--- a/Public/Developer/SystemLib/ReadMe.md
+++ b/SDK/Developer/CoreSystem/ReadMe.md
@@ -1,4 +1,4 @@
-# SystemLib
+# CoreSystem
## System API.
Currently contains:
diff --git a/Public/Developer/SystemLib/Sources/App.c b/SDK/Developer/CoreSystem/Sources/App.c
index 7778c064..7778c064 100644
--- a/Public/Developer/SystemLib/Sources/App.c
+++ b/SDK/Developer/CoreSystem/Sources/App.c
diff --git a/Public/Developer/SystemLib/Sources/File.c b/SDK/Developer/CoreSystem/Sources/File.c
index 40cbd515..40cbd515 100644
--- a/Public/Developer/SystemLib/Sources/File.c
+++ b/SDK/Developer/CoreSystem/Sources/File.c
diff --git a/Public/Developer/SystemLib/Sources/Heap.c b/SDK/Developer/CoreSystem/Sources/Heap.c
index 6c5e381e..6c5e381e 100644
--- a/Public/Developer/SystemLib/Sources/Heap.c
+++ b/SDK/Developer/CoreSystem/Sources/Heap.c
diff --git a/Public/Developer/SystemLib/Sources/Math.c b/SDK/Developer/CoreSystem/Sources/Math.c
index 6797166a..6797166a 100644
--- a/Public/Developer/SystemLib/Sources/Math.c
+++ b/SDK/Developer/CoreSystem/Sources/Math.c
diff --git a/Public/Developer/SystemLib/amd64.mk b/SDK/Developer/CoreSystem/amd64.mk
index a753ccc8..a2ce70df 100644
--- a/Public/Developer/SystemLib/amd64.mk
+++ b/SDK/Developer/CoreSystem/amd64.mk
@@ -1,17 +1,17 @@
##################################################
# (C) Mahrouss Logic, all rights reserved.
-# This is the SystemLib Makefile.
+# This is the CoreSystem Makefile.
##################################################
CC=x86_64-w64-mingw32-gcc
AR=x86_64-w64-mingw32-ar
CCINC=-I./
CCFLAGS=-D__SINGLE_PRECISION__ -nostdlib -std=c17 -ffreestanding -Xlinker --subsystem=17 -shared
-OUTPUT=SystemLib.lib
+OUTPUT=CoreSystem.lib
.PHONY: all
all: build-core-amd64
- @echo "[SystemLib.lib] Build done."
+ @echo "[CoreSystem.lib] Build done."
.PHONY: build-core-amd64
build-core-amd64:
diff --git a/Public/Developer/SystemLib/compile_flags.txt b/SDK/Developer/CoreSystem/compile_flags.txt
index 3be985d1..3be985d1 100644
--- a/Public/Developer/SystemLib/compile_flags.txt
+++ b/SDK/Developer/CoreSystem/compile_flags.txt
diff --git a/Public/Root b/SDK/Root
index 418b1c64..418b1c64 120000
--- a/Public/Root
+++ b/SDK/Root