summaryrefslogtreecommitdiffhomepage
path: root/Meta
AgeCommit message (Collapse)Author
2024-05-13MHR-23: Update readme.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-05-12KernelHeap.cxx && NewFS.cxx: fix ke_protect_ke_heap, Document NewFSAmlal El Mahrouss
B-Tree algorihm. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-05-06MHR-23: See below.Amlal El Mahrouss
This commit adds 1 function a macro and 2 functions. - __throw_domain_error, which just throws an interrupt. - allocate, which allocates a class. - release, which releases a class. - __STD_CXX__ to tell if we use standard C++. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-04-23MHR-11: Last commit on this ticket, add Doxygen as well.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-04-21MHR-5: Add icon for settings app alongside Applications folder, register ↵Amlal El Mahrouss
**mup** and **param** schemes on the kernel. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-04-09Update README.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-04-06NewOS: Pre-release R1, see below.Amlal El Mahrouss
NewFS: Add FindFork, improve CreateFork, still working on NewFS support. DriveManager: Fix ke_drv_input and ke_drv_output, drv_std_ calls, throws an error when no specifying any drive backends. Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-27Kernel && Developer:Amlal El Mahrouss
Developer: - Rework System API to use C instead of C++ - Add new calls in Thread.h - Documented code. Kernel: - Rework handover stage, separated the Processor specific code from the cross platform code. Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-21Meta: Add Meta dir and update readme.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>