please help me understand this...

what language is the linux mint kernel written in? and can you give me some information on what is in a kernel. like the GUI...?...

-thanks
Hello, NiNjAassasin545.

A kernel is a core component of the operating system that's generally written in C, which allows software to communicate with hardware. I guess you can think of it as a native language translator.

Here's more information regarding a kernel: http://www.wisegeek.com/in-computing-what-is-a-kernel.htm
Last edited on
It's written in C. And no, GUI is something that is definitely not in the kernel.
The kernel provides an abstract way to communicate with devices, manages threads and processes while making sure the available hardware resources are distributed fairly between them (mainly CPU time), manages memory allocations, allows an abstract access to files across various file systems (and various devices) and lots more.
Basically it creates a fundamental environment where "normal" applications can properly function in without having to worry about the gory details.

Edit: ah, far too slow.
Last edited on
k i understand know thanks a lot AWH and Athar
Topic archived. No new replies allowed.