hmm.. multitasking setup atlast after spending few nights..
http://antos.googlecode.com/files/multitas.JPG
hurray.. multitasking setup finally..
- piranha
- Member
- Posts: 1391
- Joined: Thu Dec 21, 2006 7:42 pm
- Location: Unknown. Momentum is pretty certain, however.
- Contact:
Re: hurray.. multitasking setup finally..
Now you have to work on your O(1) Scheduling Algorithm!
-JL
-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
Re: hurray.. multitasking setup finally..
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
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
Re: hurray.. multitasking setup finally..
congrats, seeing that for the first time on my OS made me very proud.
time to give your scheduling algo some thought now then?
time to give your scheduling algo some thought now then?
Re: hurray.. multitasking setup finally..
thanks..eax wrote:Either way congratulations! Your own multi-tasking OS , thats good going
piranha wrote:Now you have to work on your O(1) Scheduling Algorithm!
tats wat i am in to now !!!lukem95 wrote:time to give your scheduling algo some thought now then?