OS Emulator
- 1 Devlogs
- 1 Total hours
This is going to be a big experiment on system architecture using Rust, I'm going to develop this "OS" sandboxed.
This is going to be a big experiment on system architecture using Rust, I'm going to develop this "OS" sandboxed.
Really early development phase!
This is a prototype of an OS Emulator, for now, it only has 2 basic commands, and mostly prints to the screen.
I do not intend on making this anything “functional” in the meaning of flashing into a ISO and booting in a computer.
That is the reason it is called an “Emulator”, BUT I do want to make it have an internal storage disk like os.vdisk or something like that, so users (me) could do file operations inside it.