OS GUIS

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
Thomas

OS GUIS

Post by Thomas »

how do i make a os gui ???
thomas

Re:OS GUIS

Post by thomas »

plus who knows some more tutorials on making os i know the very basics.
Dex4u

Re:OS GUIS

Post by Dex4u »

I am not into C programming, but this OS loader has a good GUI and comes with full C code.
As its like a min OS and users vesa, it may help someone making a GUI OS.
Try it here: http://www2.arnes.si/~fkomar/xosl.org/
thomas

Re:OS GUIS

Post by thomas »

no use how do i make buttons in asm or c++ i am thinking of it looking like this:

button 1 | button 2 | button 3 | button 4 | shutdown button

screen with icons
distantvoices
Member
Member
Posts: 1600
Joined: Wed Oct 18, 2006 11:59 am
Location: Vienna/Austria
Contact:

Re:OS GUIS

Post by distantvoices »

So you want to develop like James T. Klik. You will want to check out the mega tokyo osfaq wiki and the quicklinkz.

What are the basics you claim to know? How's your knowledge in asm, c, c++ and close-to-hardware development?

I don't want to discourage you, but I, in order to reach the level where I am now, have needed nearby three years. It required me to develop a kernel with process/thread management, memory management, file system management and quite some IPC features ere I could think about implementing a full fledged GUI service. And still, there is lot of work yet to be done.

SO, I recommend you to start with: "I want to receive Keyboard interrupts and display on screen what Key has been pressed". That's what I have started with in the very beginning - The most simple and most straight forward task - and it took me two months (well, i have a Life and don't sit behind the screen all the time :-))

Or do you want to simply develop an application - in java or so? I might have completely misunderstood your intentions.

Stay safe :-))
... the osdever formerly known as beyond infinity ...
BlueillusionOS iso image
thomas

Re:OS GUIS

Post by thomas »

thx i understand the boot loader and i have made a very basic kernel that says hello i also knew that learning to make a os wouldent take overnight ;)
thomas

Re:OS GUIS

Post by thomas »

i was goin too fast im going to start with a comand prompt like os
aladdin

Re:OS GUIS

Post by aladdin »

I think that the first step to code a GUI is to have an un and running kernel that handle all "basic" features needed by your OS.
Post Reply