Myth OS

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
User avatar
Daedalus
Member
Member
Posts: 74
Joined: Sun Oct 16, 2005 11:00 pm
Location: Australia
Contact:

Myth OS

Post by Daedalus »

I have been working on (for a while) an OS based on the Borealis OS by Chris Giese.

Borealis is an open source OS that Chris put up as public domain. As such, I have used his OS as a base and worked from there.

A website with infos about it is at http://daedalus.hopto.org/myth.html (there is also a backup in case that isnt up.)

Any criticisms, ideas, and praise are welcomed!
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Post by Dex »

Nice work, when i am at my home pc, i will give a try.
User avatar
Daedalus
Member
Member
Posts: 74
Joined: Sun Oct 16, 2005 11:00 pm
Location: Australia
Contact:

Post by Daedalus »

A new command is now in the Myte terminal:
  • ps
The 'ps' command lists the current running processes.

I will develop a 'top' program once I implement my new scheduling system.

The code with the new command is not availible online yet, as nobody seems to have checked this out. If anyone wants to see it, I'll upload the changes.
User avatar
Daedalus
Member
Member
Posts: 74
Joined: Sun Oct 16, 2005 11:00 pm
Location: Australia
Contact:

Post by Daedalus »

I have been working hard over the last few days on this.

I have rewritten the scheduler, added the ability to 'kill' tasks, and written a 'top' application to monitor the system.

Currently a bit dumbfounded as to the VMWare part of it - it cant read the system time. And seeming to stem from this (but I cant figure out where), the Top application does not work on VMWare. If you kill it from the terminal, you see CPU usage jump right down to idle :s

Also, not sure if this is a bochs bug or not, but the time increases by over a minute every second in bochs.

Anyway, full changelog is at http://daedalus.hopto.org/changelog.txt

Feedback appreciated.
earlz
Member
Member
Posts: 1546
Joined: Thu Jul 07, 2005 11:00 pm
Contact:

Post by earlz »

Also, not sure if this is a bochs bug or not, but the time increases by over a minute every second in bochs.
thats most likely a bochs bug..
Post Reply