is there any easy tutorial to show how to make operating system says hello world using c++
A:
If you want to develop a new operating system,
You can get some experts suggestions at below links
http://stackoverflow.com/questions/101294/building-a-new-operating-system
http://stackoverflow.com/questions/254149/how-do-you-write-a-basic-operating-system
http://stackoverflow.com/questions/627095/writing-a-new-operating-system
bjskishore123
2010-09-19 15:59:32
+2
A:
Here's a tutorial that does pretty much exactly what you're asking, though it is a bit dated, as it requires a floppy drive. It's possible to tweak this to use an emulator such as Bochs or Qemu, and I highly recommend looking at those resources for doing so.
Jon Purdy
2010-09-19 16:00:11