ok, i have a question, can you run a console application directly from bootup on the system, like set the boot order to cd for first and have a console application on the cd and it will come up. if not what kind of programming language will compile an application to run directly at boot order on the computer not operating system. for example a program like partition magic, doesnt need an operating system to partition the selected drive. i only suggest console app, because windows app looks to visual to be run at a computer bootup
console application direct from cd on system bootup
Collapse
X
-
As far as I know, it does have to be an OS. A very small one with a very specific purpose, but I'm pretty sure that it is an OS. And no, you can't run a .NET console app before windows is loaded. .NET relies on the framework and JIT compiler. -
wow, i new an windows application would, but the console application seems so simple like you could run it directly from the source, but it would make sense to have a compiler and you'd need an OS for that. but i'd still like to know how that program runs directly from the cd, like there's no program to program programs like such ? hmmComment
-
I'm positive that they have their own bootable OS. A small one, to be sure, but an OS nonetheless.Comment
-
-
wow, that is hilarious, haha he thought he knew everything, and visual basic isnt really much, *depending what your primary goal in programming is*, i'd like to learn C and C++ and learn how to create a whole system, it would be very neat, but im sure it takes a lot of practice and years of experience. ok thanks for your help, and if all goes successful, i will let you know, but i think im gonna put this project to the side for a while, and here is a link on how to create kernels in C++ for an operating system, for those interested in creating an operating system. thanks for your help, i was just curious. :)Originally posted by insertAliasProbably not. If you know assembly and c/c++, you're on the right track.
BTW, this reminds me of something really funny...
http://www.osdever.net/bkerndev/index.phpComment
-
If I replace the word “edit” with “modify” your question becomes a bit more meaningful. In any case, you want the source materials to modify an OS. If you’re looking around to modify a mini OS, you should Google more. Search on modified linux kernels and OS helps, because the linux source code is freely available and thus modified by third parties.ok, but how can i continue to edit these systems, or are they already compiled OS’s?Comment
Comment