I was playing around with an OS-development tutorial here. However, as it is based on Windows as the development platform, I was wondering if there is an equivalent software (or some way) to have a virtual floppy drive.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The virtual floppy drive only seems to be used in that tutorial in order to create a virtual disk that Bochs can boot off of. Linux is actually more flexible in this regard. What you’ll need to use is a loop device. How to use this with Bochs, I don’t know – you’ll need to read the documentation 🙂