| | |
Creating an Operating System like DOS
![]() |
Don't PM me with questions -- you might get a nasty PM in response. If you have a question then post it in one of the forums.
You can download source code for os like minix and play with it.
You learn by checking out how someone else coded theirs. Find a couple more
O/S's to look at and check for similarities and differences. Linux is also available as source.
O/S's to look at and check for similarities and differences. Linux is also available as source.
Last edited by WaltP; Mar 5th, 2008 at 5:28 am.
The 3 Laws of the Procrastination Society:
1) Never do today that which can be put off until tomorrow
2) Tomorrow never comes
1) Never do today that which can be put off until tomorrow
2) Tomorrow never comes
>>but if some one just give me the basic code, I mean just the start
Ok -- here goes
Before doing anything, learn to read English. That is an absolute must prerequisit. Apparently you have failed to do that because it seems you did not yet read any of the links or comments in any of the previous posts. Writing an operating system is not child's play or someting that a first or second year college IT student would be expected to tackle. Bill Gates didn't even do that -- he bought the original source code from someone at IBM.
Ok -- here goes
C Syntax (Toggle Plain Text)
#include <stdio.h> int main() { // put your code here return 0; }
Before doing anything, learn to read English. That is an absolute must prerequisit. Apparently you have failed to do that because it seems you did not yet read any of the links or comments in any of the previous posts. Writing an operating system is not child's play or someting that a first or second year college IT student would be expected to tackle. Bill Gates didn't even do that -- he bought the original source code from someone at IBM.
Last edited by Ancient Dragon; Mar 5th, 2008 at 6:53 am.
Don't PM me with questions -- you might get a nasty PM in response. If you have a question then post it in one of the forums.
![]() |
Similar Threads
- The DOS window after compilation (C++)
- Creating an OS in visual basic 6.0 (Visual Basic 4 / 5 / 6)
- creating big arrays in c (C++)
- Questions about assembly and boolean algebra (Assembly)
- Need DOS help (Windows 95 / 98 / Me)
- multi-boot OS problems trying to boot to C drive I get error mess non sys disk nodisk (Windows NT / 2000 / XP)
Other Threads in the C Forum
- Previous Thread: Newton's Square Root Function
- Next Thread: Using fgets() properly
| Thread Tools | Search this Thread |
#include * ansi array arrays asterisks bash binarysearch calculate centimeter changingto char character convert copyanyfile copyimagefile creafecopyofanytypeoffileinc createprocess() database dynamic execv fgets file floatingpointvalidation fork framework function getlogicaldrivestrin givemetehcodez grade gtkwinlinux histogram ide inches include infiniteloop initialization input interest intmain() iso keyboard km license linked linkedlist linux list looping lowest matrix meter microsoft number oddnumber open opendocumentformat openwebfoundation owf pdf pointer pointers posix power probleminc process program programming pyramidusingturboccodes radix read recursion recv recvblocked research reversing scheduling segmentationfault send sequential single socket socketprogramming standard strchr string suggestions systemcall test testautomation testing threads turboc unix urboc user variable whythiscodecausesegmentationfault win32api windowsapi






