intermezzOS / kernel

A hobby operating system, in Rust
http://intermezzos.github.io/
Apache License 2.0
1.39k stars 91 forks source link

Add a working Vagrantfile #7

Closed rylev closed 8 years ago

rylev commented 8 years ago

This gives us a development environment where one can build and run the kernel. The only issue I had was when trying to run the kernel I got an error from qemu "Could not initialize SDL(No available video device) - exiting". In order to get it running I added -curses to the qemu command to bypass using SDL. That works, but I'm not sure it's ideal for the long term.

steveklabnik commented 8 years ago

/cc @ashleygwilliams who wanted to compare/contrast

Thanks @rylev !

steveklabnik commented 8 years ago

Thanks a ton!