SimpleOS 0.0.0b is out!
Posted: Sun Aug 05, 2001 9:23 am
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!
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!