Post your OS' site.

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
mystran

Re:Post your OS' site.

Post by mystran »

Urgh. My OS doesn't have a site yet (or anymore?), but an IPC draft design is here: http://www.cs.hut.fi/~tvoipio/muneon.html if somebody really cares.

My OS also doesn't have a console output driver, so screenshot wouldn't show anything beyond what GRUB says on boot, but I guess I can post a log of debug messages sent to serial port from the last run. :)

Code: Select all

Interrupt setup. IDT at: 0x00104000
Virtual manager init:
 - Building initial page directory
 - Page directory at 0x00108000
 - Enabling paging..done!
 - Initializing physical memory allocator
Initializing kernel malloc..done!
 - Maximum size supported is 0x2400 bytes.
Initializing CPU 0x00:
 - Initializing TSS.. done!
Loading module 0x00
 - Created new page directory at 0x01FF2000
 - Module start = 0x0018D000, end = 0x0018E7C4
   - Mapping page: vaddr = 0x40000000, paddr = 0x0018D000
   - Mapping page: vaddr = 0x40001000, paddr = 0x0018E000
 - Address space mapped
Loading module 0x01
 - Created new page directory at 0x01FF0000
 - Module start = 0x0018F000, end = 0x001901E4
   - Mapping page: vaddr = 0x40000000, paddr = 0x0018F000
   - Mapping page: vaddr = 0x40001000, paddr = 0x00190000
 - Address space mapped
All modules loaded !
mod_keyb: init..reset..leds..rate..enable..set..done !
mod_keyb: Keyboard initialized.
Attaching IRQ handler 0x400005B0 (context: 0x01FF2000, flags: 0x00000000) for IRQ 0x01

We are outputting from the module here.
Userspace has gained ability to talk with the outer world !
 ---
Trying to exit a lot :)
(the last line is output by the module that prints the non-sense. mod_keyb keeps running and output scancodes to serial as they arrive, but that's uninteresting enough to leave away.

edit: urgh, for those interested, the non-sense-printer and mod_keyb are both processes, and IRQ handler for keyboard exists completely in userspace. Timer is directly in kernel though.

I think I'll need a new malloc, and the new IPC needs to be implemented, and finally the VMM needs all the high-level management code. Once I've written those, I'm pretty happy with the kernel, and might even create a site for it.
Dex4u

Re:Post your OS' site.

Post by Dex4u »

Dex4u web site is here: http://dex4u.com/
Forum here: http://dex.7.forumer.com/
Image
srg_13

Re:Post your OS' site.

Post by srg_13 »

I have a totaly new website, at a different host. There is a disk image at the website, but it only has some simple commands:
Image

The website is located at: http://sos.osdcom.info

-Stephen
protonix

Re:Post your OS' site.

Post by protonix »

My OS, Protonix, is at http://protonix.asmhackers.net
There is a link to its forum on the website.
dembol

Re:Post your OS' site.

Post by dembol »

My OS is named Agnix. The main goal of the project is to provide an educational, network operating system kernel which will be fully compatible with the Linux Kernel in the system call layer. This is a base of the Agnix kernel project.

Homepage is here: http://agnix.sourceforge.net [en], http://agnix.sourceforge.net/pl/ [pl]
Project page is at: http://sourceforge.net/projects/agnix
Downloads: http://sourceforge.net/project/showfiles.php?group_id=116356&package_id=126426&release_id=324838
Documentation: http://agnix.sourceforge.net/documentation/api/

Agnix in action (more screenshots at http://agnix.sourceforge.net/download/index.php?path=screenshots/) ;D

[center]Image[/center]

Enjoy with kernel hacking! :D
viral

Re:Post your OS' site.

Post by viral »

I called it TAJ, a C++ based commandline+GUI OS, inspired from Taj Mahal and Indian spices...

http://www.geocities.com/taj_os/

Image
Cjmovie

Re:Post your OS' site.

Post by Cjmovie »

http://hosted.cjmovie.net/Kernal/

I JUST created it. As it says, I lost my old kernal, but since I've done it all before stuff is better than before and is coming fast :).

Also, note that cjmovie.net is MY domain, I own it. If anyone would like to give me an opinion on the unfinished website, [email protected]

Also, contact me at that address if you'd like a nice home for your os's website. I could also do a redirect so that youros.cjmovie.net is it's location, the cool part is I won't put any ad's or popups on your site, I could give you ~100mb of space if you want it, I've got 150GB Bandwidth and 5000mb space and only using 1% of it :).
sekio

Re:Post your OS' site.

Post by sekio »

sekiOS, a sorta-free OS that i'm writing in my spare time...

it has source released for every milestone (i.e. 0.31, 0.4)
binaries for every public beta (0.4 beta 1)
and nothing for the development tree

watch for sekiOS 0.4 beta 1 release soon

http://sekiolabs.no-ip.com/sekios
codemastersnake

Re:Post your OS' site.

Post by codemastersnake »

http://magneto.easyhost4all.info

You will find out many good resources to get startted with an OS...
Crazed123

Re:Post your OS' site.

Post by Crazed123 »

http://sourceforge.net/projects/glider-kernel/

With full current sources in CVS. When I've got design documentation that'll go in the website portion.
spacedsteve

Re:Post your OS' site.

Post by spacedsteve »

Heres mine :)

AMOS - http://amos.harmonysecurity.com/

I'm writing an OS for my final year project in college. Going to blog the development proccess and all source is open under GNU GPL and available on sourceforge http://sourceforge.net/projects/osamos

Im going for a monolythic kernel design with a virtual memory manager and multitasking, on the IA32 platform.
Bladers

Re:Post your OS' site.

Post by Bladers »

coo.l cool cool :-*
asammoud

Re:Post your OS' site.

Post by asammoud »

TornadoOS the simple OS:
Website: http://tornado.berlios.de
Wiki: http://tornado.berlios.de/wiki/
:P
Post Reply