mage492
Group: Members
Posts: 15
Joined: Jan. 2004 |
|
Posted: Feb. 15 2005,03:57 |
|
I've searched through man pages and google, without success, so perhaps someone could enlighten me...
To begin with, I'm one of those people that just has to know how things work. If you start to think to yourself, "So what?" please bear with me.
Okay, almost all programs start with something to the effect of "include these libraries". In c++, these libraries give the user many powerful functions, as well as more simple things like outputting text to a console.
Now, here's my question. If you take away all of those libraries and functions, what are you left with? What functions and operators are available?
I'm trying to make a tiny program that, when you turn on your computer, prints "hello world", on the screen. I want to take an unused computer, dump this into the boot sector, and see it run.
This is being done for a few reasons. First off, it would really give me a chance to learn about the boot process. Second, because I would get to learn about programming without libraries (I have no illusions about the difficulty, but with enough persistence, reference books, and caffeine, I'm sure I can do it!). Third, it might pave the way for bigger and better things. Finally, because I can!
Thanks in advance!
-------------- Coming soon, to a server near you...
FoxMage Enterprises
|