LibOSDK-0.1.1

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
Assembler
Member
Member
Posts: 30
Joined: Fri Oct 27, 2006 5:26 am
Contact:

LibOSDK-0.1.1

Post by Assembler »

Hello,

Here is an FD image of LibOSDK-0.1.1 running test kernel in C & Pascal.
http://www.geocities.com/maslan_mail/libosdk.zip

For the source-code you would better check the homepage:
http://libosdk.berlios.de

Thanks
Systems and Computer Engineering Researcher
"Do you pine for the nice days of Minix-1.1, when men were men and wrote their own device drivers?" -- Linus Torvalds
http://sce.carleton.ca/~maslan
User avatar
bubach
Member
Member
Posts: 1223
Joined: Sat Oct 23, 2004 11:00 pm
Location: Sweden
Contact:

Post by bubach »

Could you add some sort of "about/goals" page? Right now i'm mostly guessing as to what it is and what it's for. :wink:
"Simplicity is the ultimate sophistication."
http://bos.asmhackers.net/ - GitHub
User avatar
Jeko
Member
Member
Posts: 500
Joined: Fri Mar 17, 2006 12:00 am
Location: Napoli, Italy

Re: LibOSDK-0.1.1

Post by Jeko »

Assembler wrote:Hello,

Here is an FD image of LibOSDK-0.1.1 running test kernel in C & Pascal.
http://www.geocities.com/maslan_mail/libosdk.zip

For the source-code you would better check the homepage:
http://libosdk.berlios.de

Thanks
Very good.

I didn't see all your code. Is there protection? Users can access to IO ports?
User avatar
Assembler
Member
Member
Posts: 30
Joined: Fri Oct 27, 2006 5:26 am
Contact:

Re: LibOSDK-0.1.1

Post by Assembler »

MarkOS wrote: I didn't see all your code. Is there protection? Users can access to IO ports?
I'm planning to add IO ports protection for each task, but for sorrow this version still doesn't have IO protection yet.

There is also a wiki, holding the manual but it is still not yet complete :
http://libosdk.berlios.de/wiki/index.php

You would better check the source specialy the example OSes.
Systems and Computer Engineering Researcher
"Do you pine for the nice days of Minix-1.1, when men were men and wrote their own device drivers?" -- Linus Torvalds
http://sce.carleton.ca/~maslan
User avatar
Jeko
Member
Member
Posts: 500
Joined: Fri Mar 17, 2006 12:00 am
Location: Napoli, Italy

Re: LibOSDK-0.1.1

Post by Jeko »

thank you!

congratulations for your projects!
maddog39
Posts: 24
Joined: Fri Feb 02, 2007 7:32 pm
Location: New Hampshire, US

Post by maddog39 »

Im very interested in this one. I will be waiting for some more documentation on the API. :)
User avatar
binutils
Member
Member
Posts: 214
Joined: Thu Apr 05, 2007 6:07 am

LibOSDK-0.2.0

Post by binutils »

maslan wrote: LibOSDK-0.2.0 is out
Mon, 02/04/2008 - 23:51 — maslan

As i promised, here is the 0.2.x series of LibOSDK. it includes conversion to gas instead of nasm since gas supports more architectures, this release also includes some minor bug fixes.
After solving the "interrupt while no task" bug, fixing CPUID and adding support for measuring CPU frequency, The 0.3.x will be released including basic support to other architectures mainly ARM, and basic support to SMP "Symmetric Multi Processing".
Go and download the 0.2.0
Post Reply