Page 1 of 1

[Test Request]IdyllaOS Rewrited.

Posted: Thu Aug 02, 2007 11:02 am
by milyges
Hello!
I finished rewriting my os. Because my server is down, I uploaded latest CD image here: http://bestping.uni.cc/~milyges/idyllao ... 07.iso.bz2

Done:
* multiboot support
* memory manager
* multitasking
* kernel modules loading
* signals
* keyboard driver
* ATA/ATAPI driver
* iso9660 driver
* PCI driver
* newlib (libc) port
* init application
* simple shell

TODO:
* ext2fs driver
* fat driver
* nasm port
* binutils port

Usage:
F1 - init & shell konsole
F10 - kernel log
F11 - memory usage
F12 - process table

Applcations on CD:
cat - show text file
cpuid - show cpu info
false - do nothing
halt - halt system
init - system init
kill - send signal to process
ls - list directory
reboot - reboot system
sfm - simple file manager (won't work)
sh - default shell

Sorry for by bad english
Greetings.

Posted: Thu Aug 09, 2007 8:55 pm
by frank
Nice OS I only have a few comments

cd . and cd .. support don't seem to work very well cd .. just says directory not present and cd . just adds /. to the end of the directory listing on the command line.

Keep up the good work.

Posted: Fri Aug 10, 2007 10:40 am
by milyges
Thanks for testing. I have . and .. directory support in my TODO ;)