summaryrefslogtreecommitdiffhomepage
path: root/dev/ZBA/Modules
AgeCommit message (Collapse)Author
2024-08-24[IMP+REFACTORS] See below.Amlal El Mahrouss
+ Add SysChk driver instead of BootScr. + Working on AHCI driver, did progress on detection, need to find out why the signature are set to zero. + Refactor PE loader structures. Add BecomeBusMaster call when probing AHCI disk. + Alongside some other modifications. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-08-23[IMP/WIP] AHCI disk driver for kernel DLL.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-08-23[IMP] BootScr module, manage boot driver (TODO need a UI toolkit forAmlal El Mahrouss
it) [IMP] Made NetBoot compilable as well. [IMP] Fix Thread loader to be able to load other executables. [REFACTOR] __NEWOS_ to __ZKA_ refactor. [WIP] Fixing catalog which can't be fetched again after being written. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-08-18[REFACTOR]Amlal El Mahrouss
Improved project structure. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>