This shows you the differences between two versions of the page.
|
kernel [2017/03/02 20:35] admin created |
kernel [2017/03/02 20:36] (current) admin |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Like I did, you may at this point wonder what the job of the kernel actually is.\\ | Like I did, you may at this point wonder what the job of the kernel actually is.\\ | ||
| - | For a beginner it may be quite a gray area what goes where and why. But the kernel makes sure the computer works. It makes sure characters appear on the screen. It makes sure that the file "hubba.file" is found and read correctly when requested by a program.\\ | + | For a beginner it may be quite a gray area what goes where and why. But the kernel makes sure the computer works. It makes sure characters appear on the screen. It makes sure that the file "hubba.file" is found (whatever that means in your system) and read correctly when requested by a program.\\ |
| It's the extreme basics - and you will have to write it. | It's the extreme basics - and you will have to write it. | ||