Page 1 of 1

IdyllaOS-0.1-alpha released!

Posted: Sat Jul 26, 2008 7:04 am
by milyges
Hello!
Finally after 4 years since project start, we are proud to present IdyllaOS 0.1-alpha version. This is a very experimental version, have a lot of bugs and unimplemented features.
Download

Kernel features
* Full 32bit protected-mode support (GDT, IDT, Paging, Expections handling)
* Multioot support
* VM86 monitor
* User mode applications
* POSIX signals support
* VFS support
* Loadable modules support
* Char/Block devices support
* Synchronization mechanisms (mutextes, semaphores, spinlocks, rw locks)
* ANSI Console support
* Kernel log support
* Pipes support
and more...

Implemented drivers
* IDE/ATAPI driver
* Floppy driver
* PCI driver
* ANSI Console driver
* tmpfs (temporary file system) driver
* iso9660 driver
* ext2 (only read only) driver
* VESA 2.0 driver

Ported libraries
* newlib (libc implementation)
* ncurses
* zlib
* libpng

Ported applications
* GNU bash
* GNU binutils
* GNU less
* GNU nano
* GNU make
* GNU tar
* nasm

Notes and known issues
* In nano arrow keys don't work
* Umount on tmpfs don't free whole memory

Greetings :)

Re: IdyllaOS-0.1-alpha released!

Posted: Sat Jul 26, 2008 2:24 pm
by codemastersnake
Great Work I am really amazed after seeing the kinda work you have done. It's amazing.

Tested on Bochs 2.3.7: Worked fine!
so cheers!
=D> =D> =D> =D> =D> =D> =D> =D> =D> =D> =D>

Re: IdyllaOS-0.1-alpha released!

Posted: Sun Aug 03, 2008 1:17 pm
by Adek336
nice one:)
It lacks a "crash" program so to see the kernel panic 8)