IdyllaOS
Posted: Fri Nov 03, 2006 2:05 pm
http://idyllaos.sf.net/
My OS is based in microkernel. I have already write kernel (ready in 90%, have memory manager, scheduler, modules support, IPC), VFS Server (now support mounting/umounting file systems, opening/reading/closing files), FAT Driver (now works read only for fat12/16), Floppy driver (works for 1.44M floppy), Keyboard driver , simple shell (now you can reboot computer, show text file content, kill process, show processes list, show system uptime and execute program from floppy) and system init (loading othrer system modules, mounting read-only root file system and loading & executing boot script). When I finish VFS server I will write IDE/ATA driver amd ext2fs support.
I do not now is current version of os is stable. I testing it on QEMU and Bochs and work well. I don't have floppy drive, so i can not test it on real pc
Greetings.
My OS is based in microkernel. I have already write kernel (ready in 90%, have memory manager, scheduler, modules support, IPC), VFS Server (now support mounting/umounting file systems, opening/reading/closing files), FAT Driver (now works read only for fat12/16), Floppy driver (works for 1.44M floppy), Keyboard driver , simple shell (now you can reboot computer, show text file content, kill process, show processes list, show system uptime and execute program from floppy) and system init (loading othrer system modules, mounting read-only root file system and loading & executing boot script). When I finish VFS server I will write IDE/ATA driver amd ext2fs support.
I do not now is current version of os is stable. I testing it on QEMU and Bochs and work well. I don't have floppy drive, so i can not test it on real pc
Greetings.