SYSTEMS
github ↗
Vimasm, A Text Editor in Pure Assembly
A Vim-like text editor written wholly in x86 assembly that boots straight on the hardware: no operating system, no libraries, just the keyboard, the screen, and the code in between.
~ / skills / operating systems
Where I've used it:
A Vim-like text editor written wholly in x86 assembly that boots straight on the hardware: no operating system, no libraries, just the keyboard, the screen, and the code in between.
A simulator of how operating systems share the processor between competing jobs, with four classic scheduling algorithms and a comparison of their performance.