views:

172

answers:

4

is there any easy tutorial to show how to make operating system says hello world using c++

A: 

Take a look at Harvard's OS/161, or Tanenbaum's Minix.

Pablo Santa Cruz
+2  A: 

You can find a vast amount of resources in the OSDev wiki.

ChrisM
+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