klika-os icon indicating copy to clipboard operation
klika-os copied to clipboard

Hobbyist and educational operating system written in C

Results 8 klika-os issues
Sort by recently updated
recently updated
newest added

@all-contributors please add @SamirHodzic for code

Create faster versions of graphics functions (blit, hline, vline, ...)

medium
userspace

Fire at will

easy
userspace

Create simple app to show basic system metrics: - OS name & version - Free memory (there is already syscall syscall_memory_stats) - User memory (there is already syscall syscall_memory_stats) -...

easy
userspace
kernel

Extend kernel with support to read Date & Time. Expose functionality with syscall.

easy
kernel

Instead of having single fixed size font extend userspace library with following lib https://gitlab.com/bztsrc/scalable-font

userspace
hard