leos-kernel icon indicating copy to clipboard operation
leos-kernel copied to clipboard

LeOS operating system Kernel for AArch64 written in Rust

Results 5 leos-kernel issues
Sort by recently updated
recently updated
newest added

At this moment kernel implements embedded concept: drivers are statically allocated for a platform. However, there will be a need of searching of the device by string identifier or type,...

The registers are being used in aarch64/exceptions.rs as an inline assembly, but must be replaced with zero-cost abstractions as other registers

There must be a mechanism that will allocate several task queues, by 1 per core.

While only one core is working it is not an issue, but there must be synchronization mechanism for following resources: - Scheduler's queue - Device driver's from platform's abstractions -...

- Implement SysCalls handler: - exit - yield - fork

feature