[eduos] Re: EduHelp Needed


> Hi everyone,
> I'm a new member in the list, and I'm just beggining to develop a little OS 
> whit academical proposses.....
> I think EduOS is the best tool available for it, but I haven't found 
> information enough about source code and the way for use the functions....
> I need OSHelp...someone have an example of a little OS that uses the memory 
> paging and Tasking functions???
> I just need an example ussing process and memory pagging managment....
> In the process I'm trying to develop multi-tasking using 'Round-Robin'

Hey,

In the patch EduOS-0.1.14pre6 you'll find an example of multi-tasking
under EduOS in the main.c file. The current kernel memory management of
EduOS is already using paging. Just look at the file paging.c for more
information.
BTW: EduOS is using Round-Robin for the scheduling.
I also think that
        http://nondot.org/sabre/os
can be of great help.

Greetings...Frank.


----------------------------------------
The EduOS home page can be found at:
http://studwww.rug.ac.be/~fcorneli/eduos
----------------------------------------

Other related posts: