Re: simple program using kernel

From: Omega Red (ignorethis.omegared_at_o2.ignorethis.pl)
Date: 09/08/04


Date: Wed, 8 Sep 2004 23:33:21 +0200

On Wed, 8 Sep 2004 16:20:47 -0400, Bill Cunningham wrote:

> Can anyone help me by showing how to print something like a phrase using
> win98 by using the kernel directly? Using a message box or something to say
> "windows 98" is fine from user mode but I'd like to try it from the kernel.
> Even in console mode is fine. What headers or libraries would I need to link
> to using C ?

What exactly do you mean by "using the kernel"? Code in ring0? Not using
any usermode APIs?

-- 
Vulnerant omnes, ultima necat.
http://ry.pl/~omega/
Looking for a job.


Relevant Pages

  • Re: C89, size_t, and long
    ... libraries which have useful stuff). ... So because others here can't think of a good reason to use long instead of size_t and you can't prove there is never such a reason, we must all assume there could be a good reason to not use the mechanisms provided by the standard to deal with a problem? ... If you are claiming there is a reason to avoid the mechanisms the standard provides to allow portability then it is up to *you* to prove your point, not up to others to disprove it. ... but you can hardly blame the consequences on the Standard headers. ...
    (comp.lang.c)
  • Re: C89, size_t, and long
    ... libraries which have useful stuff). ... stddef.h in library headers due to bugs in C implementations ... stuff into standard headers. ... strdup, strndup, strdupa, strndupa - duplicate a string ...
    (comp.lang.c)
  • Re: C89, size_t, and long
    ... libraries which have useful stuff). ... So because others here can't think of a good reason to use long instead of size_t and you can't prove there is never such a reason, we must all assume there could be a good reason to not use the mechanisms provided by the standard to deal with a problem? ... want to have standard headers included in their own headers which ...
    (comp.lang.c)
  • Re: .h for standard headers
    ... The fundamental arrogance in the C++ Standard was thinking that ... It declares all names within namespace std. ... the world on notice that headers like will one day go ... a couple of libraries do meet these requirements. ...
    (comp.lang.cpp)
  • Re: C89, size_t, and long
    ... libraries which have useful stuff). ... but you can hardly blame the consequences on the Standard headers. ... to use strndup, it's personal matter between user and his C ...
    (comp.lang.c)