Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Core code

  • 02-12-2009 10: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,202 ✭✭✭✭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