OSDev.org

The Place to Start for Operating System Developers
It is currently Wed Apr 17, 2024 10:32 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: The Viridis Thread
PostPosted: Mon May 10, 2004 9:26 pm 
To avoid making a thousand separate Viridis threads for a thousand different versions (this is looking to the future, of course) I'm just going to update this post. That will make things all the easier.

So. The newest release is Viridis-0.6.2

This new version includes all of the changes made in the past 29 whitepapers (improved slightly just about everywhere) including reentrancy protection, multitasking and a newer, faster bitmapping memory manager. The source is available with a floppy image inside. Give it a try, for all explanation hit www.codezen.org/viridis and read the whitepapers.

Download available from the site: viridis.sf.net


Top
  
 
 Post subject: Re:The Viridis Thread
PostPosted: Tue Nov 09, 2004 11:59 pm 
The newest release of Viridis (I know you all are just excited beyond belief ;)) is Multitasking. It now handles creating and running tasks on a round-robin scheduler, DPL protection in the paging code, and (of course) task switching.

Improvements have also been made to kprintf and the architecture of the storage on disk has been changed to reflect what functions are in which files (i.e. functions are alone in the files unless they have a direct opposite, like pagebind and pageunbind are in the same pagebind.c).

Unfortunately, this code has absolutely no commenting in it, because I'm trying to convert the commenting into whitepapers to put on the site (easily updateable, easy to relate pieces of code). And this is the first release to merge the IMG branch into the CLEAN branch by including the 15k floppy image inside the tar.gz for bochs to boot to or to be written to a real floppy.

Oh well, just my two (new) cents.


Top
  
 
 Post subject: Re:The Viridis Thread
PostPosted: Wed Nov 10, 2004 12:40 am 
Offline
Member
Member
User avatar

Joined: Tue Oct 17, 2006 11:33 pm
Posts: 3882
Location: Eindhoven
wangpeng wrote:
Unfortunately, this code has absolutely no commenting in it, because I'm trying to convert the commenting into whitepapers to put on the site (easily updateable, easy to relate pieces of code). And this is the first release to merge the IMG branch into the CLEAN branch by including the 15k floppy image inside the tar.gz for bochs to boot to or to be written to a real floppy.

Did you consider using doxygen or something similar? it generates code docs in HTML or similar formats from in-code documentation, works on C and C++. Might do others too.


Top
 Profile  
 
 Post subject: Re:The Viridis Thread
PostPosted: Wed Nov 10, 2004 10:38 am 
lov the white-paper! ;D


Top
  
 
 Post subject: Re:The Viridis Thread
PostPosted: Wed Nov 10, 2004 11:32 pm 
Candy: No, I never even looked into it. I will. I gotta say though, I like the correlations I can make just writing them myself (i.e. the code to generate the e820 mmap and the code to read it on the same page and verbally connected). Plus, with the PHP I built into the site, it's really just a breeze.


Top
  
 
 Post subject: Re:The Viridis Thread
PostPosted: Tue Feb 01, 2005 9:17 am 
New release information, check top post. Have fun.


Top
  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 338 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group