is it possible to write a simple os using vc++ 6? What is the start-point?

Re: os with vc by Mark

Mark
Thu Oct 26 13:48:58 CDT 2006

"kocha" <kocha@discussions.microsoft.com> wrote in message
news:DFAB05C2-F10C-4943-AD5C-3A9896EAE312@microsoft.com...
> is it possible to write a simple os using vc++ 6? What is the
> start-point?

__asm {

^^ start point

--
- Mark Randall
http://www.temporal-solutions.co.uk
http://www.awportals.com



Re: os with vc by Brian


Re: os with vc by Bruno

Bruno
Fri Oct 27 05:59:03 CDT 2006

> is it possible to write a simple os using vc++ 6? What is the
> start-point?

You could take a look at E.g. Minix, and see how tanenbaum has designed his
OS.
Note that the hardest part is not the OS itself, but getting it to boot.
That involves all sorts of black magic and blood of goats.
Your best chance there would be to adapt lilo or Grub to boot your OS.

Minix was built for educational purposes, so it should be a good help when
you start.

--

Kind regards,
Bruno van Dooren
bruno_nos_pam_van_dooren@hotmail.com
Remove only "_nos_pam"