Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
how do i make my own operating system?
Name: crystalclaw Date: June 30, 2009 at 13:30:04 Pacific OS: Macintosh, linux, windows xp Subcategory: C/C++
Comment:
how do i make my own operating system? i don't want to use any modified linux, and i cant find much of anything good on google.i am getting a book on learning c++, (I'm a newbie, except for applescript) and i have some ideas but i cant find any good instructions.
Name: Judago Date: June 30, 2009 at 14:21:03 Pacific
Reply:
1. Become a very good programmer (I can't help their because I'm not one). 2. Devote hundreds(if not thousands or more) of hours of time.... 3. Read many many websites and books on the subject. 4. Tear some hair out. 5. Possibly success.
0
Response Number 2
Name: crystalclaw Date: June 30, 2009 at 14:24:47 Pacific
Reply:
good idea. but, like I said, I cant find much on the internet and I need instructions.
0
Response Number 3
Name: Judago Date: June 30, 2009 at 14:38:41 Pacific
Reply:
Like I said I'm not much of a programmer but I am certain of this, being proficient in a good compilable language and also assembler for the target architecture before starting would mean you wouldn't have to write it all twice, once when your learning and again when you know how many mistakes you made while learning.
I can't say I understand it myself but a good place to start might be the boot process and boot loader. Seeing the sources to something like grub might help.... Then the system kernel, followed by programs that call function in the kernel?
If you stick with it your skills at google searching will advance with the project ;).
0
Response Number 4
Name: crystalclaw Date: June 30, 2009 at 14:44:03 Pacific
Reply:
thanks. and if anyone has any other advice, it would be appreciated.
0
Response Number 5
Name: reinond Date: August 9, 2009 at 04:03:02 Pacific
Reply:
I made a program in visual basic, then I made it executable and I made a setup for this program to let others install it in their computers. it can installed properly, but the problem is this: it can't run without installed visual basic on that computer...
what should I do to function it properly without the installed visual basic?
0
Response Number 6
Name: StuartS Date: August 9, 2009 at 09:21:07 Pacific
Reply:
You need to use a proper installer like the one that comes with Visual Basic. It will then incorprate all the VB runtime librieas that are required into the installer.
Stuart
0
Response Number 7
Name: xterm11 Date: August 15, 2009 at 23:55:21 Pacific
Reply:
1. Take a deep breath 2. Read Jugago's List 3. Make the operating system 4. ??? 5. Profit
There are no stupid questions, just stupid people.
Summary: How Do i make a simnple login box for m application? I am using Visual Basic 2005 Express.. I want the user to be administrator and the password to be sharks. Can Someone help? Curiousity only injure...
Summary: Hello. I have close to three years' experience with html/javascript/asp/vbscript/perl. So all of my experience to date has been through browsers. For an upcoming project, I will need to use Visualbasi...