summaryrefslogtreecommitdiffhomepage
path: root/Drivers
diff options
context:
space:
mode:
Diffstat (limited to 'Drivers')
-rw-r--r--Drivers/Hello/Main.c (renamed from Drivers/Hello/Hello.c)0
-rw-r--r--Drivers/Hello/x86_64.mk2
-rw-r--r--Drivers/SampleDriver/Main.c (renamed from Drivers/SampleDriver/SampleDriver.c)0
-rw-r--r--Drivers/VideoDrv/Main.cxx (renamed from Drivers/VideoDrv/VideoDrv.cxx)0
4 files changed, 1 insertions, 1 deletions
diff --git a/Drivers/Hello/Hello.c b/Drivers/Hello/Main.c
index 10feda48..10feda48 100644
--- a/Drivers/Hello/Hello.c
+++ b/Drivers/Hello/Main.c
diff --git a/Drivers/Hello/x86_64.mk b/Drivers/Hello/x86_64.mk
index 07f41807..4ddb7e5b 100644
--- a/Drivers/Hello/x86_64.mk
+++ b/Drivers/Hello/x86_64.mk
@@ -20,7 +20,7 @@ REM=rm
REM_FLAG=-f
FLAG_ASM=-f win64
-FLAG_GNU=-fshort-wchar -fno-rtti -fno-exceptions -D__DDK_AMD64__ -mgeneral-regs-only -mno-red-zone -D__KERNEL__ \
+FLAG_GNU=-fshort-wchar -D__DDK_AMD64__ -mgeneral-regs-only -mno-red-zone -D__KERNEL__ \
-DEFI_FUNCTION_WRAPPER -I../ -I../../ -I./ -c -ffreestanding -std=c17 -D__HAVE_MAHROUSS_APIS__ -D__MAHROUSS__ -D__BOOTLOADER__ -I./
.PHONY: invalid-recipe
diff --git a/Drivers/SampleDriver/SampleDriver.c b/Drivers/SampleDriver/Main.c
index 6b54742f..6b54742f 100644
--- a/Drivers/SampleDriver/SampleDriver.c
+++ b/Drivers/SampleDriver/Main.c
diff --git a/Drivers/VideoDrv/VideoDrv.cxx b/Drivers/VideoDrv/Main.cxx
index 25c13b8e..25c13b8e 100644
--- a/Drivers/VideoDrv/VideoDrv.cxx
+++ b/Drivers/VideoDrv/Main.cxx