SimpleOS 0.0.0b is out!

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
BLoggins02

SimpleOS 0.0.0b is out!

Post by BLoggins02 »

I know most of you have been following this on my website, but for those who haven't, I have released SimpleOS v0.0.0b

New in this release:

1) Simple keyboard handler and scancode converter
2) Video code (GotoXY, VidWrite, VidWriteScreen, ClearScreen, etc...)
3) Dynamic preemptive scheduler, just add the task using my _newTask function and it will automatically be scheduled for execution by the scheduler. ?Right now the scheduler is just an array of tasks (With a 100 task limit) that get's round-robined everytime through the timer interrupt, but this will change once I get memory management working.

If you feel like looking at what an OS in progress of development looks like, head over to http://bloggins02.freeservers.com and take a look!
piranha

Re:SimpleOS 0.0.0b is out!

Post by piranha »

the link doesn't work
User avatar
Kevin McGuire
Member
Member
Posts: 843
Joined: Tue Nov 09, 2004 12:00 am
Location: United States
Contact:

Re:SimpleOS 0.0.0b is out!

Post by Kevin McGuire »

The link redirects me to a DYDNS site -- and that results in a dead link.
distantvoices
Member
Member
Posts: 1600
Joined: Wed Oct 18, 2006 11:59 am
Location: Vienna/Austria
Contact:

Re:SimpleOS 0.0.0b is out!

Post by distantvoices »

Pleeeease, Lads!

That post is soooo old it smells like old socks.
... the osdever formerly known as beyond infinity ...
BlueillusionOS iso image
Post Reply