Page 1 of 1
Need some tutorial
Posted: Sun Sep 23, 2007 1:05 pm
by einsteinjunior
I am currently designing an operating system and i am stuck at two points:
-The PS/2 mouse.I do not want to use DOS int 13 v to use it since i will be in PMODE and will not like to add a virtual 8086 monitor at the moment.Documentation on the subject is so controversial.I will need one that is accurate.
-Tutorials on how to program a graphical user interface.Just one found at the moment.
Thanks to all.
Posted: Sun Sep 23, 2007 3:09 pm
by piranha
How far in your kernel are you?
How long have you been working on it?
(some points of interest)
-JL
Posted: Sun Sep 23, 2007 4:41 pm
by gmoney
goto osdever.net then browse their homebrew os under links and x86. look for an os called pirat 0s. its not a tut. but the source code could help you out.
Posted: Sun Sep 23, 2007 4:55 pm
by OrOS
Posted: Mon Sep 24, 2007 11:58 am
by Dex
Posted: Wed Sep 26, 2007 7:00 am
by einsteinjunior
Thanks Dex for the help.
I appreciate.But please can you help me with a TUTORIAL on how to write a window manager?
Thanks.
Posted: Wed Sep 26, 2007 9:54 am
by Combuster
Posted: Wed Sep 26, 2007 10:53 am
by Dex
Here's is the problem, most OS dev's start out with lots of enthusiasm, as they move on to each stage of development, more and more drop out and its also at this early stage when they write tuts.
By the time they come to things like GUI's, they have little enthusiasm for writing tuts.
So in short, there just is not any good tut's available, so if you want to jump right into window management, start at the beginning and with the basic's, start with changing graphic modes, fill buffers and drawing boxs, lines etc.
You also need to design your gui to suit you over all OS design, eg: as my OS is based on the Xbox, it would not work well with a GUI designed for a multi-tasking desktop OS.