How can I boot my small console from a disk/cd/usb, with the following configuration:
- The media that I want to use will be completely raw i.e no filesystem on it.
- When I insert the media in my system or assume that its already inserted, I want to make it boot my own small OS.
The procedure that I want to use is that when my system starts, it boots from the disk/cd/usb, and starts my OS. For now imagine that the OS is going to be a hello world program. I actually want to see how the real world OS implement themselves.