OS put pixel

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Barry
Member
Member
Posts: 54
Joined: Mon Aug 27, 2018 12:50 pm

OS put pixel

Post by Barry »

I have just made a simple OS, with GRUB bootloader and a kernel in c.

It is in text mode at the moment and prints "Hello, world!"

How can I set it to graphics mode and display one pixel on the screen.

I would like, ideally, some code samples or links to code that will work, just to play around with.

My OS needs graphics, and does not need other functions yet as, at the moment, is is purely a graphical test, not a usable OS.
klange
Member
Member
Posts: 679
Joined: Wed Mar 30, 2011 12:31 am
Libera.chat IRC: klange
Discord: klange

Re: OS put pixel

Post by klange »

You are posting in the wrong board. This subforum is for inquiries about the OSdev Wiki and its contents. You want the OS development subforum.

(e: this thread was moved, though at this point it should just be deleted)
Last edited by klange on Tue Aug 28, 2018 1:53 am, edited 1 time in total.
Barry
Member
Member
Posts: 54
Joined: Mon Aug 27, 2018 12:50 pm

Re: OS put pixel

Post by Barry »

sorry, i will post there, thanks
Post Reply