Skip to content

A micro-kernel OS targeting x86 architecture with text mode (VGA) output, hardware interrupts, demand paging, shared memory, cooperative multitasking and embedded unit tests.

Notifications You must be signed in to change notification settings

Sanshit-sagar/rust-os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RustOS

A minimal micro-kernel OS targeting x86 architecture with text mode (VGA) output, hardware interrupts, demand paging, shared memory, cooperative multitasking and embedded unit tests, I used 'bootimage' as a bootloader. I'm currently working on implementing processes to enable pre-emptive multitasking.

About

A micro-kernel OS targeting x86 architecture with text mode (VGA) output, hardware interrupts, demand paging, shared memory, cooperative multitasking and embedded unit tests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages