index
:
NeKernel
atom-improvements
bootloader-updates
buffered-stream-requirements
develop
ex-cpp-module-develop-archive
filesystem-kit-bump
ipxe-bootz-support
kernel-bootkit-posix-additions
kernel-level-tweaks
kernel-task-scheduler-impl
mkfs-tweaks
openhefs-filemgr-support
posixkit-macro-additions
update-authormap
update-citations
v0.1.1-develop
v0.1.2-develop
v0.1.21-develop
v0.1.31-develop
Ne System's NeKernel: The Open Source Modular C++ Microkernel written in C++20.
Amlal El Mahrouss
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
dev
Age
Commit message (
Expand
)
Author
2025-03-20
Use a generic gcc for the CI.
Amlal El Mahrouss
2025-03-20
Add CI makefile.
Amlal El Mahrouss
2025-03-20
Tweak Build Makefile for SCI.
Amlal El Mahrouss
2025-03-20
BootKit.h: Documentation improvements to BDiskFormatFactory.
Amlal El Mahrouss
2025-03-20
BootKit.h: Better logging of the new partition's block.
Amlal El Mahrouss
2025-03-20
BootKit.h: refactor BDiskFormatFactory class.
Amlal El Mahrouss
2025-03-20
Boot: Remove its useless ReadMe.
Amlal El Mahrouss
2025-03-20
DMA.cc: Use UInt32 instead of UIntPtr for the offset.
Amlal El Mahrouss
2025-03-19
Replace BSD-3 with GPL 3.
Amlal El Mahrouss
2025-03-19
refactor(kernel): Standardize DMA and AHCI interfaces and enhance GIC handling
Amlal El Mahrouss
2025-03-19
AHCI+Generic.cc: Remove redundant drv_compute_disk_ahci call.
Amlal El Mahrouss
2025-03-19
HalKernelMain: Better names for rdtsc related variables.
Amlal El Mahrouss
2025-03-19
BootEFI.cc: Document NVRAM attributes.
Amlal El Mahrouss
2025-03-19
ADD: AHCI+Generic.cc: ahci_enable_and_probe has been added to apply the
Amlal El Mahrouss
2025-03-19
AHCI+Generic.cc: Remove unused variable 'kAHCICommandIssued'
Amlal El Mahrouss
2025-03-18
AHCI+Generic.cc: Don't mix Drive and Disk, when logging metadata.
Amlal El Mahrouss
2025-03-18
feat(AHCI, HAL): Improve AHCI error handling & optimize HAL initialization
Amlal El Mahrouss
2025-03-17
TWEAK: Remove extra useless includes in HalKernelMain.cc
Amlal El Mahrouss
2025-03-17
ADD: Lift manadatory subsystem id on PE32+ kernel image, benchmarking
Amlal El Mahrouss
2025-03-17
META: Made build much more faster (34.4% speed improvement)
Amlal El Mahrouss
2025-03-17
IPCMsg.cc: DOC: Better documentation of IPC_MSG::Pass.
Amlal El Mahrouss
2025-03-17
META: Ran run_format.sh
Amlal El Mahrouss
2025-03-17
IPCMsg.cc: FIX: IPC_MSG::Pass: Fix method algorithm.
Amlal El Mahrouss
2025-03-17
Atom.h Add space between operator[] and operator|.
Amlal El Mahrouss
2025-03-16
Semaphore.h: Add Type.
Amlal El Mahrouss
2025-03-16
ADD: BinaryMutex class, and reworking Semaphore class.
Amlal El Mahrouss
2025-03-16
Variant: Add ::Kind method.
Amlal El Mahrouss
2025-03-16
AHCI: FIX: Place det || ipm condition before checking for ATAPI/SATA.
Amlal El Mahrouss
2025-03-16
AHCI+Generic.cc: Remove duplicate Cmd (FIS recv enable + Start Command tbl)
Amlal El Mahrouss
2025-03-16
AHCI.cc: FIX: Avoid looking on DMA directly.
Amlal El Mahrouss
2025-03-16
AHCI+Generic.cc: Fix formula for kSATASectorCount.
Amlal El Mahrouss
2025-03-16
KString.cc: Use this-> in code.
Amlal El Mahrouss
2025-03-16
FIX: IPEFDylibObject.cc: delete dll_Obj->Get() too, when fBlob is NULL.
Amlal El Mahrouss
2025-03-15
Refactor critical functions in MemoryMgr.cc
Amlal El Mahrouss
2025-03-15
KernelMain.cc: Remove Auto Format code.
Amlal El Mahrouss
2025-03-15
Kernel: Networking code tweaks.
Amlal El Mahrouss
2025-03-14
TQ-24 && TQ-16: Add build scripts for MBCI, MBCI+Flash, and UFS.
Amlal El Mahrouss
2025-03-14
Kernel: Patch UserProcess::Delete, and AHCI identify command.
Amlal El Mahrouss
2025-03-14
NeFS.cc: better error handling.
Amlal El Mahrouss
2025-03-14
AHCI: Important tweaks.
Amlal El Mahrouss
2025-03-14
BootEFI.cc: Enable Auto format code again.
Amlal El Mahrouss
2025-03-14
NeFS.cc: Fix broken driver bug.
Amlal El Mahrouss
2025-03-14
DriveMgr.cc: Avoid kernel panic on DriveMgr.
Amlal El Mahrouss
2025-03-14
AHCI.cc: Check Is for an HBA error.
Amlal El Mahrouss
2025-03-13
TQ-23: Patch source code and leaving it for now.
Amlal El Mahrouss
2025-03-13
LibWM: Remove Symbols.h
Amlal El Mahrouss
2025-03-12
TQ-23:
Amlal El Mahrouss
2025-03-12
HalApplicationProcessor.cc: Remove unused function '_hal_spin_core'
Amlal El Mahrouss
2025-03-12
ADD: Scheduler bug fixes, and working on deadlock prevention.
Amlal El Mahrouss
2025-03-12
AHCI.cc: Don't panic when disk fails (AHCI)
Amlal El Mahrouss
[next]