[Test Request]IdyllaOS Rewrited.

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
milyges
Member
Member
Posts: 40
Joined: Fri Nov 03, 2006 1:48 pm
Location: Poland
Contact:

[Test Request]IdyllaOS Rewrited.

Post 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.
Attachments
Latest screen
Latest screen
idylla.latest.png (11.72 KiB) Viewed 1778 times
frank
Member
Member
Posts: 729
Joined: Sat Dec 30, 2006 2:31 pm
Location: East Coast, USA

Post 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.
User avatar
milyges
Member
Member
Posts: 40
Joined: Fri Nov 03, 2006 1:48 pm
Location: Poland
Contact:

Post by milyges »

Thanks for testing. I have . and .. directory support in my TODO ;)
Post Reply