From 644edf1c7c772a2fda7d963de9ecfff559dfebb7 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 11 Aug 2023 04:58:17 +0300 Subject: [PATCH] Update Kernel submodule --- Kernel | 2 +- Makefile.conf | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Kernel b/Kernel index 0dc45936..ef3b761d 160000 --- a/Kernel +++ b/Kernel @@ -1 +1 @@ -Subproject commit 0dc45936251dd0901eb28247f6b0ea4b5adb8f44 +Subproject commit ef3b761d4f061817a17ea0e78a575aa93b8677cd diff --git a/Makefile.conf b/Makefile.conf index 4d4e829b..8cda44b9 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -1,9 +1,6 @@ # If the OS we are building should be compiled for debugging purposes. DEBUG = 1 -# Enable testing functions. -TESTING = 0 - # Operating system name. OSNAME = Fennix