summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2024-03-30SystemLib: Update and fix API.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-30make: SystemLib: cleanup .lib not objects.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-30renamed: AMD64/HCoreAssemblyRoutines.s -> AMD64/CoreAssembly.sAmlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-30NewBoot: See below.Amlal El Mahrouss
What has been done: - Add LX header for PowerPC and RISC-V 64 HELs. - Force usage of a custom firmware for AMD64, except for debug builds with a CD-ROM containing NewBoot. - Handle missing ATA driver. - Add debug switch on bootloader. What is in progress: - Preemptive multi-tasking and user processes. - NewFS support. - System calls. - AHCI support. - PowerPC support. - RISC-V support. Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-30Bootloader: See below.Amlal El Mahrouss
What has been done: - Rename BDevice* to BootDevice* class. - Refactor partition write functions. What needs to be done: - Schedule processes on cores. - NewFS support on kernel. - AHCI support. - PowerPC support. Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-30Kernel: See below.Amlal El Mahrouss
What is done: - Don't allow for PCs to boot NewOS, they must use a specific firmware for that. - Update EPM specs according to CoreBoot. What is needed: - MakeNewFS.exe Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-29Kernel: See below.Amlal El Mahrouss
- Fix ACPI. - Parsing SDT correctly now. - Fix ke_runtime_check line endings. - Update Kernel heap magic and add padding to header. - Document Code Manager add limit for process teams. - Add execute_from_image for Code Manager. - Add loop for scheduler inside RuntimeMain. - Set SMP core to 4 for testing purposes. - Check for ACPI 2.x+ Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-29Kernel: See below.Amlal El Mahrouss
- Add HPET header. - Add note for ApplicationRef. - Update PowerPC and x86 Stackframes. - Add #UD handler inside interrupt descriptor in x86. 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>
2024-03-29Meta: Update spec.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-28Extend Swap HD from 4MIB to 16MIB, Made SystemLib purely C, added ↵Amlal El Mahrouss
SystemCxxLib for that occasion. Update Framebuffer include to define the color utils inside the C++ source file. Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-28NewKernel: Add PowerPC partition type inside EPM, add Leak() FileStream ↵Amlal El Mahrouss
method. and documentation. SystemLib: Start implementing the API. Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-28Kernel: Move CA_FAR CA_NEAR into x86 code only.Amlal El Mahrouss
Kernel: Breaking changes, removed kObjectTypeProcess and KObjectTypeUserDefined with kObjectTypeGeneric. Makefile: Move ' -I../ -I../../../Private/ ' to CCINC variable. Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-28Kernel: :boom: breaking changes, Update API and the HCORE basedAmlal El Mahrouss
macros, rename HCore to NewOS. Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-27Encoder: Encoder::As requires the object to implement the As method.Amlal El Mahrouss
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-27Kernel: Update System API, add prefix to functions.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-26URL.cxx: remove sysconf from kURLProtocols list.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-26Kernel: Implement more API calls.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-26Kernel: Add NewFS support: initial commit.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-26Kernel and System.Core: kernel related fixes and :boom: on User API.Amlal El Mahrouss
- UserHeap.cxx: Document code and fix issue in ke_free_heap_internal. - Scheduler: Rename ProcessManager to ProcessScheduler. - The System API has been reworked to improve it's design, such as no more C++ to improve it's portability. - Moved containers into it's own API. Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-26NewBoot: See below.amlal
- Do not run kernel directly on bootloader now. - Throw an error if no partition is found. Signed-off-by: amlal <amlal@el-mahrouss-logic.com>
2024-03-26NewBoot: Fully Implemented an EPM drive, needs now to write the layoutAmlal El Mahrouss
found inside Private/Rooot inside the epm.img, so that the user can install it. Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-26Kernel: Adding IPC support.Amlal El Mahrouss
Kernel: Adding better framebuffer support. Kernel: Expose part of CFKit' URL API. System.Core: Rename most of API types to their <Prefix> with Ref at the end. System.Core: Add API to Window.hxx System.Driver: Add Driver SDK. Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-25XIFF: Tell what metadata that is, add comments.Amlal El Mahrouss
2024-03-25update c_cpp_properties.jsonAmlal El Mahrouss
2024-03-25Kernel: implement some tickets, improved stuff.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-25MetaP moved .DRAWIO to Public/Documentation.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-25Kernel: A lot of preliminary changes before AHCI and SMP support.Amlal El Mahrouss
2024-03-25IMP: ke_io_read support.amlal
Signed-off-by: amlal <amlal@el-mahrouss-logic.com>
2024-03-24Revision of Handover: Remove bootloader field.amlal
Signed-off-by: amlal <amlal@el-mahrouss-logic.com>
2024-03-24Kernel: Add CRC32 check inside the kernel's heap,Amlal El Mahrouss
Handover: Rename f_VendorTable to f_RsdPtr and f_SmBios. Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-23Kernel: See below.Amlal El Mahrouss
Fix BUG inside ATA driver: Due to bad cast on lba select. Add ToolBox APIs for kernel GUI. Userland: See below. Worked a bit on System.Core, just wrapped Thread.hxx into the System namespace. Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-23unstable, secret: bump.amlal
Signed-off-by: amlal <amlal@el-mahrouss-logic.com>
2024-03-23HCR-12: Add documentation for code.Amlal El Mahrouss
2024-03-23Meta: update readme again.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-23meta: Update readme.mdAmlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-23Kernel: PS2 mouse builtin works now.amlal
- But doesnt draw at the exact position, we need to fix that. Signed-off-by: amlal <amlal@el-mahrouss-logic.com>
2024-03-23Kernel and Bootloader: See below.Amlal El Mahrouss
Kernel: Add kPefArchPowerPC type. Kernel: Working on NewFS support for NewKernel. Kernel: Cleaned-up DriveManager. Kernel: Use kernel mouse on install mode. Bootloader: Refactor and cleanup. FirmwareKit: Fix EPM header. Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-22EPM: NewBoot: Implement EPM scheme for HCore.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-22System.Core: Update ReadMe.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-22meta: updaate readme.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-22Storage/ATA.cxx: should only be present if it's the kernel scenario.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-22meta: update makefile.amlal
Signed-off-by: amlal <amlal@el-mahrouss-logic.com>
2024-03-22NewBoot: BootATA.cxx: Improve driver.amlal
Signed-off-by: amlal <amlal@el-mahrouss-logic.com>
2024-03-22Kernel: HCR-14: Cleanup useless stuff.amlal
Signed-off-by: amlal <amlal@el-mahrouss-logic.com>
2024-03-22HCR-14: Implement ATA for HCoreKrnl.exe.amlal
[TODO]: Need to also implement a ATADeviceInterface class. Signed-off-by: amlal <amlal@el-mahrouss-logic.com>
2024-03-22HCR-14: ATA Built-in driver.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-22NewBoot: Working ATA driver, and new drive scheme, each data has aAmlal El Mahrouss
padding of 1 byte. Example: { "H", "\0", "e", "\0", "y" } So that the drive doesnt skip any bytes. Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
2024-03-22NewBoot: Fetching ACPI RSDPTR with success now.Amlal El Mahrouss
This table is needed to implement AHCI.