▲ | chubot 4 days ago | |||||||||||||
Hm I would like to see this in C rather than Rust. And I wonder if you can run the 1000 line OS in C along with the 1000 line hypervisor It would be nice to see a demo! | ||||||||||||||
▲ | courtcircuits 4 days ago | parent | next [-] | |||||||||||||
This repo seems to handle VM exits and memory initialization : https://github.com/soulxu/kvmsample/blob/master/main.c I'd say it's a good place to start ! | ||||||||||||||
▲ | LiamPowell 4 days ago | parent | prev [-] | |||||||||||||
How do you define an OS? You can write an EFI "OS" that prints "Hello, world" in approximately 5 lines. | ||||||||||||||
|