summaryrefslogtreecommitdiffhomepage
path: root/dev
AgeCommit message (Expand)Author
2025-03-31dev/user: user.sys shall be the main component which handles syscalls,Amlal El Mahrouss
2025-03-31boot: fix framebuffer init and restore boot on real hardwareAmlal El Mahrouss
2025-03-31efi: make it fit the 8.3 limit (FAT)Amlal El Mahrouss
2025-03-31meta/repository: fix capitalization on my name 'El' instead of 'EL'.Amlal El Mahrouss
2025-03-30kernel/crc32.cc: new crc32 table generated from pycrc (just to be sure).Amlal El Mahrouss
2025-03-30kernel/crc32.cc: Fix poly div inside ke_calculate_crc32.Amlal El Mahrouss
2025-03-29meta: rename DownloadOVMF to download-ovmf.Amlal El Mahrouss
2025-03-29hal/amd64: unify GDT/IDT setup and rename I/O opsAmlal El Mahrouss
2025-03-29ci: Improve CI, add bootloader CI too.Amlal El Mahrouss
2025-03-29ddk: refactor: reorganize kit into a standard kernel kit.Amlal El Mahrouss
2025-03-28mod: Reintroduce MBCI module.Amlal El Mahrouss
2025-03-28ahci: fix: report success when ahci is detected.Amlal El Mahrouss
2025-03-28kernel: breaking: Change namespace from NeOS to Kernel.Amlal El Mahrouss
2025-03-28ahci: FIX - remove redundant header in AHCI+Generic.ccAmlal
2025-03-28achi: WIP - fix the misused `NO` flag in read/write call sites, this isAmlal El Mahrouss
2025-03-28ahci: WIP - refactor AHCI command engine, fix PRDT setup and LBA logicAmlal El Mahrouss
2025-03-28bootz: rename NetBoot module to BootNetAmlal El Mahrouss
2025-03-28bootz: consolidate EFI namespace into Boot, finalize NetBoot fallbackAmlal El Mahrouss
2025-03-27BootZ: Introduce NetBoot module & consolidate STANDALONE macroAmlal El Mahrouss
2025-03-27meta: forgot to commit previous change of NetBoot's build.json -> amd64.jsonAmlal El Mahrouss
2025-03-27add: new driver device kit API. (DDK)Amlal El Mahrouss
2025-03-26feat(boot): kern_ver nvram variable.Amlal El Mahrouss
2025-03-26feat(kernel): SwapKit+kSwap variant type.Amlal El Mahrouss
2025-03-26meta: just a small change.Amlal El Mahrouss
2025-03-25cli(diutil): moved CommandLine.cc to src/Amlal El Mahrouss
2025-03-25kernel: Refactor AHCI I/O path, enhance memory allocators, and cleanup obsole...Amlal El Mahrouss
2025-03-25fix(build&ci): build script was refering to the old HalBoot.asm.Amlal El Mahrouss
2025-03-25refactor(kernel): Refactor MemoryMgr code and log freed address location.Amlal El Mahrouss
2025-03-24doc(fix): didn't got the email handle correctly.Amlal El Mahrouss
2025-03-24feat(meta): minor tweaks.Amlal El Mahrouss
2025-03-24kernel(feat): Add basic wide system bug check (memory check), otherAmlal El Mahrouss
2025-03-23feat(meta): move documentation to either drawio/ or /md/ according toAmlal El Mahrouss
2025-03-23feat(SwapDisk.cc): Check for empty fork name in I/O methods.Amlal El Mahrouss
2025-03-23Rename libSCI to libSCIKitAmlal El Mahrouss
2025-03-23kernel(fix): Last fixes in order to build NeKernel, and fix CI.Amlal El Mahrouss
2025-03-23kernel(platform): Remove AXP platform.Amlal El Mahrouss
2025-03-23meta(kernel): Reworked repository's filesystem structure.Amlal El Mahrouss
2025-03-22kernel(tweak): Tweak scheduler interrupt handlerAmlal El Mahrouss
2025-03-22kernel(general): Refactor AHCI driver and clean up project structureAmlal El Mahrouss
2025-03-22kernel(PCI): Let compare UInt8 (UChar) with PciDeviceKind in Database.hAmlal El Mahrouss
2025-03-21kernel(meta): Remove useless readme.Amlal El Mahrouss
2025-03-21project(format): Ran the run_format.sh, in order to comply withAmlal El Mahrouss
2025-03-21kernel(storage): Add two functions, sk_io_read_ahci and sk_io_write_ahci. To ...Amlal El Mahrouss
2025-03-20NetBoot.cc: Rework NetBoot module, EEPROM flash needs to be implemented for N...Amlal El Mahrouss
2025-03-20Refactored BootKit and DiskImage framework, minor kernel fixesAmlal El Mahrouss
2025-03-20doc: Refactor names in directory.Amlal El Mahrouss
2025-03-20NetBoot.h: Rename NetBootInternetHeader to NETBOOT_INTERNET_HEADER.Amlal El Mahrouss
2025-03-20AXP: Remove unprofessional readme(s).Amlal El Mahrouss
2025-03-20AHCI-Generic.cc: Disk Driver builtin improvements.Amlal El Mahrouss
2025-03-20CI: Update Makefile and CI step.Amlal El Mahrouss