how can i intereact with os's kernel in c language

abhilash shingne

abhilash shingne

@abhilash-shingne-XrE8v2 Oct 20, 2024
I wish to know how can i interact with Operating System's kernel in C programming language?

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • KenJackson

    KenJackson

    @kenjackson-mBf7HF Jul 28, 2012

    Which OS? Linux? MacOSX? Windows? Android?

    What are you trying to do?
    Are you writing a software application and are hindered by a specific problem?
    Just getting information from a running system?
    Trying to change system's behavior?

    Are you sure you need to interact with the kernel? Maybe there's a high-level library call that's a simple way to do whatever you're trying to do.