summaryrefslogtreecommitdiffhomepage
path: root/dev
AgeCommit message (Collapse)Author
2024-08-22[FIX] Work In Progress patches regarding user login and filesystemAmlal El Mahrouss
driver. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-08-22[FIX] Don't stop the system when the only process of a team is killed.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-08-22Refactors and improvements.Amlal El Mahrouss
+ Add driver extension to PEF ABI, for the SYStem driver format. Which is based on PEF. + Improve MP HAL code. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-08-22Platform.hxx: use EXTERN_C macro according to language.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-08-22[REFACTOR] use Char instead of builtin char.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-08-21Kernel+DLL: See below.Amlal El Mahrouss
+ Document LPC functions and reworked err_bug_check function to return false when everything is OK. + Added native APIs to SCI as well (threading, loader...) + Update ReadMe(s) of the other DLLs. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-08-20[FIX] Did fixed the source code of SCI and some files also.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-08-20+ Fixes and refactors regarding Kernel DLL and other DLLs.Amlal El Mahrouss
+ Next commit will fix TryLogIn method. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-08-20+ Replace 'Kernel' with 'UNKNOWN' process when name is full of zeroes.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-08-20+ Probing MADT table instead of MP services, getting their IDs so thatAmlal El Mahrouss
we can send IPIs to them. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-08-20+ Amend, remove MP hybrid services idea.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-08-20+ IMP: Using Hybrid MP services on ZKA_EFI firmware.Amlal El Mahrouss
+ Implement HPET on HardwareTimer and added a SoftwareTimer. + Implemented Hybrid MP Services on EFI.hxx. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-08-19[FIX]Amlal El Mahrouss
+ Fix boot screen text. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-08-19[DDK]Amlal El Mahrouss
+ Add property kernel calls regarding kernel objects. + So we can add and fetch them. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-08-19[FIX]Amlal El Mahrouss
+ Fix name according to naming convention. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-08-19[IMP]Amlal El Mahrouss
+ Add the thread header block, which contains informations about a list of threads inside a process. + Add WINDOW structure to keep track of Windows as well. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-08-19[IMP]Amlal El Mahrouss
+ Fixed big parts of the user manager's code. + Fixed New FS kernel support. + Allocate 2GB of RAM for kernel. - Reported bug to Jira regarding UserManager's TryLogin method. 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>
2024-08-18ReadMe.md edited online with BitbucketAmlal
2024-08-16ReadMe.md edited online with BitbucketAmlal
2024-08-15[IMP] Moved source code into dev/ folder.Amlal EL Mahrouss
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>