JSLK

Author
Jacobo Soffer
Project active since
Language
C, Assembly
Kernel type
Microkernel
Platforms
IA-32
User interface
Console
License
GNU GPLv3

JSLK is a simple 32-bit hobby kernel designed to run on the x86 architecture (although portability has been taken into consideration). It was started in August 2017 with the objective of learning how a computer operating system works and to improve the coding skills of the main developer. The kernel is mostly written in C with some bits of assembly and has partial compatibility with C++ (a small runtime is provided). Some of its features are: extensive HAL API, System V ABI compatibility, memory management, interrupt handling, VGA driver, timers and delays, some synchronization primitives, virtual memory, a VFS, RTC and Keyboard drivers, a growing home-made C library, etc.

JSLK Console

Add new comment