From 1af5efb5c96af6f3246c8eae42912b2fbcd7f006 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 1 Sep 2024 11:21:55 +0200 Subject: Many bug fixes, and wip fixes. RoadMap: - Ring-3 switch [ Still gives GPF ] - Make timer interrupt on non SMP profile. - Work on SMP support, to offload tasks to other cores. - Validate kernel and components (compiler, dlls, programs...) Signed-off-by: Amlal El Mahrouss --- dev/INSTALL/Install.asm | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dev/INSTALL/Install.asm (limited to 'dev/INSTALL') diff --git a/dev/INSTALL/Install.asm b/dev/INSTALL/Install.asm new file mode 100644 index 00000000..3845316c --- /dev/null +++ b/dev/INSTALL/Install.asm @@ -0,0 +1,10 @@ +;; /* +;; * --------------------------------------------------- +;; * +;; * Copyright ZKA Technologies., all rights reserved. +;; * +;; * File: Install.asm +;; * Purpose: ZKA installer program, runs at ring-0. +;; * +;; * --------------------------------------------------- +;; */ -- cgit v1.2.3