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

Core code

Options
  • 02-12-2009 10:59am
    #1
    Registered Users 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 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