C/OS

Advertisement


Question
Sir I am Designing an Operating System that could fit in a floppy (in Assembly ). but I feel it to be hard . Can I use C . Then what should I do to make it independently work from Floppy .

Answer
The size of floppy is 1.44MB?
So, if your image has to fit inside this, it is very difficult.
I am not telling it is not possible.

First of all decide, what all will go into your OS.
Do you need memory manageent?
Do you need process and processor management?
Do you want to have multi-threading?
Do you want to have filesystem and which one if yes?

Like this you have to comeout with a minimum set of things.
Then see how much memory each takes.....!?

All the best.

Regards,
Narendra

C

All Answers


Answers by Expert:


Ask Experts

Volunteer


Narendra

Expertise

I can answer questions in C related to programming, data structures, pointers and file manipulation. I use Solaris for doing C code and if you have questions related to C programming on Solaris, I will be able to help better.

Experience

6.5

Organizations belong to
Sun Microsystems

Awards and Honors
Brain Bench Certified Expert C programmer.
Advanced System Software Certified

©2012 About.com, a part of The New York Times Company. All rights reserved.