[Prev][Next][Index][Thread]

Re: How to write a Kernel Q2



On Mon, 01 Mar 1999, Leigh Stoller wrote:
>> From: "Joel M. Damaso" <jmdamaso@bhpi.com.ph>
>> Subject: Re: How to write a Kernel Q2
>> 
>> >  main()
>> >      {
>> >           printf("Hello World");
>> >      }
>> >
>> 
>> Questions:
>> 
>> 1. So the program above during its execution is already in protected
>>    mode?
>
>Remembering that we are talking about the x86 architecture, yes. By
>the time you get to the main program, the processor has been properly
>initialized, and is running in protected, flat, 32bit mode. 

Where can I see what exactly has been called prior to entering main() and how
things were initialized so that I can reproduce it myself without all of it
being hidden.

Andrej

--
Andrej Presern, andrejp@luz.fe.uni-lj.si 
=================================
To subscribe or unsubscribe, send mail with "subscribe" or "unsubscribe"
to oskit-users-request@flux.cs.utah.edu.  The oskit-announce list is low
volume - if you want to subscribe, mail oskit-announce-request@flux.cs.utah.edu


References: