summaryrefslogtreecommitdiffhomepage
path: root/dev/base
AgeCommit message (Collapse)Author
2024-09-27Merge branch 'unstable' of gitlab.com:mahrouss/zka-dev into unstableAmlal
2024-09-27feat&wip: Math API for CG, WiP HAL Paging API.Amlal
- NOTE: HAL Paging API is still in wip, issues have to be fixed. - Moved WM code to corecg driver. Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
2024-09-25IMP: Add driver creation tool, zxdmake. Also adding a FireWall system.Amlal EL Mahrouss
- A FW is used to block connections from unknown ends. - The ZXD is a format used to describe a ZKA PE32+ driver. - Some refactors have been done as well. Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
2024-09-25Refactor codebase: Move Objects to obj/, fix flags, remove .vscode, add syscallsAmlal
- Refactored Objects directory to obj/ for better organization. - Fixed incorrect flags in the build process. - Removed .vscode folder to clean up unnecessary IDE settings. - Added syscall implementations for enhanced functionality. Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
2024-09-22:boom: A big refactor on the filesystem structure.Amlal
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>