Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Core code

  • 02-12-2009 9:59am
    #1
    Registered Users, Registered Users 2 Posts: 1,190 ✭✭✭


    Ok so i've been trying to get to the core elements of the computer recently. The kernel isn't responsible for the actual output to the screen is it? for example the code that tells the computer what each character looks like, when it's outputting text to display it so many character spaces after each other and lines are so long and then they start a new one (vertically).

    Is this part of bios coding or something else? (or possibly the kernel i've just over looked it )


Comments

  • Registered Users, Registered Users 2 Posts: 23,212 ✭✭✭✭Tom Dunne


    Generally speaking it's as follows:

    Hardware <--> BIOS <---> Operating System

    If you were putting something on the screen, you would make a call to the operating system, the OS would interface with the hardware via the BIOS.

    The BIOS is also for booting the system.


Advertisement