From d09e3260823c936debe322c302cebc3639689b70 Mon Sep 17 00:00:00 2001 From: Elliot Nunn Date: Fri, 6 Jul 2018 21:09:19 +0800 Subject: [PATCH] renames --- NanoKernel/{NKVMCalls.s => NKLegacyVM.s} | 0 NanoKernel/{NKIntMisc.s => NKSoftInt.s} | 0 NanoKernel/NanoKernel.s | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename NanoKernel/{NKVMCalls.s => NKLegacyVM.s} (100%) rename NanoKernel/{NKIntMisc.s => NKSoftInt.s} (100%) diff --git a/NanoKernel/NKVMCalls.s b/NanoKernel/NKLegacyVM.s similarity index 100% rename from NanoKernel/NKVMCalls.s rename to NanoKernel/NKLegacyVM.s diff --git a/NanoKernel/NKIntMisc.s b/NanoKernel/NKSoftInt.s similarity index 100% rename from NanoKernel/NKIntMisc.s rename to NanoKernel/NKSoftInt.s diff --git a/NanoKernel/NanoKernel.s b/NanoKernel/NanoKernel.s index 04ef5fc..7af9141 100644 --- a/NanoKernel/NanoKernel.s +++ b/NanoKernel/NanoKernel.s @@ -46,7 +46,7 @@ Panic org 0x289C - include 'NKIntMisc.s' - include 'NKVMCalls.s' + include 'NKSoftInt.s' + include 'NKLegacyVM.s' NKBtm