Page 1 of 1

Minirigi OS

Posted: Fri Apr 22, 2005 5:48 am
by mar-rih
Peace upon you.....

during browsing the internet i found this OS
http://minirighi.sourceforge.net/

is there any one have idea about minirgihi OS...

Re:Minirigi OS

Posted: Fri Apr 22, 2005 6:46 am
by distantvoices
I suppose you download and test a floppy image of MinirighiOS.

afaik it consists of a kinda monolithic kernel which has the ability of loading modules and a set of user level programs to perform common tasks like change work dir, list dir contents, lost processes etc....

Check it out, hm?

Re:Minirigi OS

Posted: Sun May 01, 2005 5:19 am
by mar-rih
I suppose you download and test a floppy image of MinirighiOS.


I have downloaded the MinirghiOS and make an imgage, but i failed to run it on Bochs Emulator.

An error apeared to me in Bochs debugger.

could you help me by making the Bochs config file please.

MinirighiOS Download Link is
http://prdownloads.sourceforge.net/mini ... 00.tar.bz2

The LinkFloppy of image.
http://prdownloads.sourceforge.net/mini ... .00.tar.gz

Re:Minirigi OS

Posted: Tue May 03, 2005 7:21 am
by pkd
Hi,

Just muking around with bochs and have it running with bochsrc below will run but fails on hard drive setup (not major)

==========================================
# Memory
megs: 256

# ROM images
romimage: file=$BXSHARE/BIOS-bochs-latest, address=0xf0000
vgaromimage: $BXSHARE/VGABIOS-elpin-2.40

# disk image
floppya: 1_44=minirighi-floppy.img, status=inserted

ata0: enabled=0

# boot disk.
boot: a

#disable mouse
mouse: enabled=0
==========================================

OS seems to fail on <ls> once you have changed directory (just locks up) also some make errors if compiling from source but the floppy image will run.

bye
pkd.

Re:Minirigi OS

Posted: Sat May 07, 2005 4:03 am
by mar-rih
thanx

the config file work ver good.

and same problem occur to me when runing the image.
but i have new problem when i try to run this image on Linux bochs version !!!!

could help me

i move your quistion to minirighi maker and after long time has reply me by this reply..
+++++++++++++
(mar-rih):
Thanx Andrea...

yes i tried with this image by using this config File of bbochs.
#++++++++++++++++ Bochs Config File++++++++++++++
# Memory
megs: 256

# ROM images
romimage: file=$BXSHARE/BIOS-bochs-latest, address=0xf0000
vgaromimage: $BXSHARE/VGABIOS-elpin-2.40

# disk image
floppya: 1_44=minirighi-floppy.img, status=inserted

ata0: enabled=0

# boot disk.
boot: a

#disable mouse
mouse: enabled=0

#++++++++++++++++++++++++++++++++++++++++++++++++



This is a known problem. If you change the virtual machine (i.e. VMWare) or try it on a real machine the OS doesn't freeze. This is due to the floppy driver (if I remember well I resolved this problem with bochs setting a high delay in floppy reads, but I don't remember exactly how I did that...)

Anyway, disabling the caching mechanisms in the floppy driver should be a very _bad_ solution to run Minirighi on Bochs... In the past I did not spent time to do this, because this problem seems to be only under Bochs... and I forgot this... In this days I will try to find some time to make a special patch for bochs... so, thanks for reporting the bug...