From a180d71e7262ca1fe4106caa57c40fd9ad6b72bc Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Mon, 21 May 2018 17:04:33 +0200 Subject: [PATCH] Remove VirtualBox instructions since they don't work currently See https://github.com/phil-opp/blog_os/issues/403#issuecomment-375785477 and following comments --- .../second-edition/posts/02-minimal-rust-kernel/index.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/blog/content/second-edition/posts/02-minimal-rust-kernel/index.md b/blog/content/second-edition/posts/02-minimal-rust-kernel/index.md index 63feaffe..5fbea189 100644 --- a/blog/content/second-edition/posts/02-minimal-rust-kernel/index.md +++ b/blog/content/second-edition/posts/02-minimal-rust-kernel/index.md @@ -369,12 +369,6 @@ By default it invokes the exact same QEMU command as above. Additional QEMU opti [Readme file]: https://github.com/rust-osdev/bootimage/blob/master/Readme.md -### VirtualBox -You can also [convert the raw disk image to a VDI] to load it in [VirtualBox]. - -[convert the raw disk image to a VDI]: https://blog.sleeplessbeastie.eu/2012/04/29/virtualbox-convert-raw-image-to-vdi-and-otherwise/ -[VirtualBox]: https://www.virtualbox.org/ - ### Real Machine It is also possible to write it to an USB stick and boot it on a real machine: