From f5e656424dc41ff93c67bcc8139a76d40f525efc Mon Sep 17 00:00:00 2001 From: Amlal Date: Sat, 2 Nov 2024 07:46:45 +0100 Subject: IMP: minOSKrnl commit 1039. - KernelKit: New allocation limit in Heap.cc - KernelKit: Add Matches method for password validation. - KernelKit: Scheduler and Thread have been improved with new validations on frame. - META: Ran format command. - NewKit: Add new Ptr8 type for UInt8* types. - MBCI: Fix codestyle. Signed-off-by: Amlal --- dev/SCIKit/src/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 dev/SCIKit/src/Makefile (limited to 'dev/SCIKit/src') diff --git a/dev/SCIKit/src/Makefile b/dev/SCIKit/src/Makefile new file mode 100644 index 00000000..e518909a --- /dev/null +++ b/dev/SCIKit/src/Makefile @@ -0,0 +1,4 @@ +.PHONY: syscall_unit +syscall_unit: + nasm -f win64 Syscall.asm + -- cgit v1.2.3