Operating system Development
Hi people, im creating an operating system, 32bit, protected mode, vesa... a complete o/s i need your help in anyway, coding, funding, ideas. i will post my operating system image for you people to sample and you may join me in creating it.... the posting will be done in less than a week.... thanks
SamY
Junior Poster in Training
60 posts since Jun 2006
Reputation Points: 16
Solved Threads: 1
Infraction Points: 5
ok i've coded the oprating system and so far it can load sector and execute binaries, now i need help implementing my paging algorithms and also creating some modules, whose up for the challenge?
SamY
Junior Poster in Training
60 posts since Jun 2006
Reputation Points: 16
Solved Threads: 1
Infraction Points: 5
I have not coded .asm for almost 8 months... but what the hell. Take a look at my stuff and tell me if you want any of it.
youtube.com/Goalatio
Goalatio
Junior Poster in Training
72 posts since Oct 2009
Reputation Points: 10
Solved Threads: 0
Most operating systems use a second language (C would be the most popular) and as little assembly as possible (for portability to other architectures). Windows is an example of an OS written in C (and assembly for certain parts of its kernel). Linux is also a kernel written mostly in C. MenuetOS is an example of an OS written in assembly language only.
OS development is a hard and a time consuming task. Some operating systems take years to create (even with a team of programmers). Especially if you're going to create on from scratch, with your own kernel. A lot of knowledge is required too. Visit http://wiki.osdev.org/Main_Page for more information on OS development.
If you're just starting out with OS development, I'd recommend doing something easy, like a simple bootloader, but it's up to you.
venomxxl
Junior Poster in Training
72 posts since Jan 2009
Reputation Points: 34
Solved Threads: 7
okay today i'm almost finishing the memory manager, the malloc part, venomxxl,ive been using those resources but smoe are not enough, dont we have an irc thing to use? would like realtime help. anybody interested??
SamY
Junior Poster in Training
60 posts since Jun 2006
Reputation Points: 16
Solved Threads: 1
Infraction Points: 5