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