From fc55f0d69d24fb4908cbd811681f2c3fac53614d Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 31 Jan 2024 09:42:54 +0100 Subject: kernel: add GKit, improve AMD64 HAL. Signed-off-by: Amlal El Mahrouss --- Public/Kits/SystemKit/SystemKit.hxx | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Public/Kits/SystemKit/SystemKit.hxx (limited to 'Public/Kits/SystemKit/SystemKit.hxx') diff --git a/Public/Kits/SystemKit/SystemKit.hxx b/Public/Kits/SystemKit/SystemKit.hxx new file mode 100644 index 00000000..eca53757 --- /dev/null +++ b/Public/Kits/SystemKit/SystemKit.hxx @@ -0,0 +1,12 @@ +/*** =========================================== + (C) Mahrouss Logic + ===========================================*/ + +#pragma once + +#include +#include +#include +#include + +using namespace HCore; -- cgit v1.2.3