hurray.. multitasking setup finally..

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
User avatar
octa
Member
Member
Posts: 50
Joined: Sat Jun 28, 2008 9:15 am

hurray.. multitasking setup finally..

Post by octa »

hmm.. multitasking setup atlast after spending few nights..
http://antos.googlecode.com/files/multitas.JPG
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

Re: hurray.. multitasking setup finally..

Post by piranha »

Now you have to work on your O(1) Scheduling Algorithm!

-JL =D>
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
eax
Member
Member
Posts: 57
Joined: Mon Jun 23, 2008 6:45 am

Re: hurray.. multitasking setup finally..

Post by eax »

Very nice :) , I imagine that must have been tricky , at least the first time around it must be :) , Im actually at the position where I am going to soon be trying to get to grips with allocating and deallocating pages and then after having a basic memory manager , work out how to read and write files to disk then try multi tasking.

I still have lots to read though I think because what I have read(the limited amount) multi-tasking can be done through the TSS but thats not the only way, I kinda want to try doing it 100% my own way but I will have to read more and Ive got to make some headway with certain things before I would be happy even attempting it.

Either way congratulations! Your own multi-tasking OS , thats good going :)
User avatar
lukem95
Member
Member
Posts: 536
Joined: Fri Aug 03, 2007 6:03 am
Location: Cambridge, UK

Re: hurray.. multitasking setup finally..

Post by lukem95 »

congrats, seeing that for the first time on my OS made me very proud.

time to give your scheduling algo some thought now then? :)
~ Lukem95 [ Cake ]
Release: 0.08b
Image
User avatar
octa
Member
Member
Posts: 50
Joined: Sat Jun 28, 2008 9:15 am

Re: hurray.. multitasking setup finally..

Post by octa »

eax wrote:Either way congratulations! Your own multi-tasking OS , thats good going
thanks..
piranha wrote:Now you have to work on your O(1) Scheduling Algorithm!
lukem95 wrote:time to give your scheduling algo some thought now then?
tats wat i am in to now !!! :D :D
Post Reply