Mail Archives: djgpp/1999/04/23/13:24:16
Daniel Pierce wrote:
> >Dos is SIMPLE
> >Dos is SMALL
> >Dos is FAST! (direct hardware access)
> >Dos is single-user
>
> I think we really need a multi-tasking DOS.
Well... Multitasking is convenient... but it has to work. I do have
some multthreading libraries for DOS and C++. Not exactly Multitasking,
but close enough in DOS terms.
> Bigger sometimes really does get in the way.
Amen, brother! :)
> My basic use of Freedos is in robotics. I am currently working on a large
> C3PO-R2D2 sized robot with a standard pc for it's main brain and a number
> of 68HC11 sub-brains. Main brain does all the thinking and the sub-brains
> do all the work. I need a multi-tasking OS that is simple, direct, yet can
> access standard ide hard drives. My machine (Arthur Wingnut) currently has
> a 386sx-33 & 100 meg HD, but will be upgraded to a AMD-K6-200 & 800 meg HD
> in a few months.
That's cool! Do you have a web page with info on all that?
> DOS & DJGPP & Allegro is the enviroment I would prefer to program in
> (quick, simple, and direct access to all hardware elements) but it don't
> multi-task.
You only need multitasking if you want it. If you make the program
good enough, it won't need a multitasking environment.
- Raw text -