I\'ve created a small assembly binary to boot from a floppy disk (ideally), but I can\'t work out how to actually \'put\' the binary onto the disk so that it is bootable. I\'d rather use a floppy disk
I am trying to track USB device insertions and CD/DVD insertions on Windows by using WMI. However when I use Win32_LogicalDisk class to track those events, floppy starts to make noise.
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
I am following the brokenthorn operating development series to study about bootloader. In this page , these are the three line of code :
I\'m tryi开发者_运维知识库ng to recognize drives types by looping around DriveInfo.GetDrives() result.
I wonder if there is an API to disti开发者_开发技巧nguish floppyand flash disk in windows, C++
I\'ve already done a part of my OS in Assembly, but now I want to build a own bootloader for it too instead of using GRUB. When I was developing my test OS in Assembly I remember that I boot it like t