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

Kernel for my operating system KoraOS

Results 7 kora-kernel issues
Sort by recently updated
recently updated
newest added

The first step for porting the kernel to the new architecture is to initiate pagingation, local interruptions and discover available pages.

new feature
step-by-step

The first step for porting the kernel to the new architecture is to initiate long mode, setup pagingation, and local interruptions.

new feature
step-by-step

The current implementation of balanced binary tree is recursive. Recursive code is forbidden on kernel mode.

good first issue
cleaning

Block file are mapped on memory by page using the `blk_cache_t` structure. However those pages are never written back. Pages marked as dirty should be pushed on a specific queue...

good first issue
new feature

On each interrupt enter and exit we need to save SSE registers in case there used by user mode programs.

new feature

On interruption enter and exit, we need to save the state of FPU stack in order to allow user task to use it safely

new feature