Adding Mouse Support

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.
DarylD

Re:Adding Mouse Support

Post by DarylD »

For christ's sake people.

Forget VESA/Mouse for now. Get your kernel working first (in protected mode), then start hacking on the graphics side of things.

For example in your gui you will need icons etc. How are you going to store these without a memory manager?

You will probably want to multitask, therefore you will need a scheduler.

How are you going to save files back to disk. You will need filesystem support at least, maybe even your own disk driver.

Do you want to protect processes from each other??

All of these things requite a protected mode kernel utilising standard OS design techniques.

This is how people build an os:

Buy a book, read it, read it again, read it again, use google to clarify things, start coding, get stuck, read another book, check google again....eventually ask on here if youre totally stuck still.

I am just annoyed because some of the posts I have made about proper OS design issues get lost in all the noise on here.
cobrab

Re:Adding Mouse Support

Post by cobrab »

Who is a scheduler? ???
beyondsociety

Re:Adding Mouse Support

Post by beyondsociety »

Get a book, read it, search google for the defintion/answer
VitalDragon

Re:Adding Mouse Support

Post by VitalDragon »

Ok, I'll start off simple if you say so, but an OS with no GUI is pretty boring , that's why I like MenuetOS its one of the best GUIs I've seen.
Tim

Re:Adding Mouse Support

Post by Tim »

VitalDragon wrote:that's why I like MenuetOS its one of the best GUIs I've seen.
So speaks someone who's been in suspended animation since Windows 2 came out... ;)
jrfritz

Re:Adding Mouse Support

Post by jrfritz »

I get excited even when some invisible stuff in my OS works...like a IDT and GDT and stuff...
Post Reply