summaryrefslogtreecommitdiffhomepage
path: root/Public/Developer/SystemLib/Sources
AgeCommit message (Collapse)Author
2024-04-21MHR-5: Fix: not using buggy wildcard anymore.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-04-20MHR-9: Driver toolkit, initial commit.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-04-17Unrelated: These changes are important but related to nothing.Amlal El Mahrouss
- Window now becomes Wm, as in Window manager. - Fix entrypoint for FragLib. - Remove CoreEvents to be replaced with Event Server, reworked Display Server. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-04-13SystemLib: Adding TrueType support for SystemLib as part of the specs.Amlal El Mahrouss
Public: Add symlink to root as part of the install specs. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
2024-04-05WiP: Bump.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-04-03MHR-3: See main changes below.Amlal El Mahrouss
Kernel: Improve Disk interfaces regarding the struct they're using (all of them are using MountpountInterface now) SystemLib: Start adding PowerPC code to the SystemLib to be cross compiled as a PEF FAT binary. Kernel: Adding new builtins to support a wide range of hardware. Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-04-02OS: Changes related to System API, breaking changes, also added HTMLLib.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-29Kernel and SystemLib: See below.Amlal El Mahrouss
What has been done: - Rename most System.Core to SystemLib. - Reworked it's API and the concept of ObjectRef to become the ApplicationRef object. - Remove unused ODF and XIFF file format from tree, ODF will be part of the text editing program. - Update Readme for SystemLib. - Add Support folder on NewFS partitions. What is next: - NewFS filesystem support. - Program loading. - Preemptive scheduler on non-SMP systems using timers. Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>