summaryrefslogtreecommitdiffhomepage
path: root/Drivers
diff options
context:
space:
mode:
authorAmlal <amlal@zka.com>2024-07-20 08:43:16 +0200
committerAmlal <amlal@zka.com>2024-07-20 08:43:16 +0200
commit650fee520f526d9cd5ffa75735bd94d5140dd247 (patch)
tree5967c57a2e754c0f46bccfba40a915a680dcaa10 /Drivers
parent81b284cacb03b34ae259c485ac874b02c8ecba69 (diff)
[IMP] See below.
- Revoke OTA flag for now inside bootloader (newosldr #4) - Rework Comm as SCI (System Call Interface) (newoskrnl #3) - Rework and fix some parts of the scheduler (newoskrnl #2) - Return from thread when region is zero (newosldr #1) - Separate allocation functions and c++ runtime from each other. (DDK #5) - Rename kHartStandard to kStandard (newoskrnl #6) Signed-off-by: Amlal <amlal@zka.com>
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