Login
Username:

Password:

Remember me



Lost Password?

Register now!
Main Menu
Who is Online
5 user(s) are online (3 user(s) are browsing Forum)

Members: 0
Guests: 5

more...


Browsing this Thread:   1 Anonymous Users




« 1 2 (3) 4 »


Re: AROS Image for Free OS Zoo?
#12
Home away from home
Home away from home


See User information
Quote:

blachner wrote:
And where can I get a AROS Image whith enabled ata.device? Or how can I enable the ata.device on an existing image?

You cannot do that without rebuilding aros. And there is no aros image with enabled ata.device yet. However we do plan to switch to ata.device during the next days (today, tommorow perhaps...)

Quote:

Btw. How can I build an AROS CD Image? Are there tools available in the source code distribution of AROS to do this?

The very short recepe:
1. Get aros source tree
2. run ./configure --target=pc-i386
3. run make
4. run make bootiso-pc-i386
5. Burn the aros.iso image on the cd. The image is in "bin/pc-i386/gen/rom/boot" directory relative to the top of source tree.

Quote:

O.K. I can mount an existing Image under Linux and maybe I can change some settings in it to enable the ata.device this way.

Before you manage to do that without our help, there will be iso image using the ata.device already :)


Posted on: 2004/7/14 16:43
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: AROS Image for Free OS Zoo?
#11
Not too shy to talk
Not too shy to talk


See User information
Quote:

michalsc wrote:
And yes, with the ata.device AROS works with both, bochs and qemu, however with the latter it dies in HDToolBox for some reason.


And where can I get a AROS Image whith enabled ata.device? Or how can I enable the ata.device on an existing image?

Btw. How can I build an AROS CD Image? Are there tools available in the source code distribution of AROS to do this? O.K. I can mount an existing Image under Linux and maybe I can change some settings in it to enable the ata.device this way. But how can I build a AROS CD Image from ground under Linux?


Posted on: 2004/7/14 6:45
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: AROS Image for Free OS Zoo?
#10
Home away from home
Home away from home


See User information
Yes it is fixed. I didn't knew at the beginning, that for packets that do not transfer any data one has to put a non-zero data length anyway. And yes, with the ata.device AROS works with both, bochs and qemu, however with the latter it dies in HDToolBox for some reason.

Posted on: 2004/7/13 19:24
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: AROS Image for Free OS Zoo?
#9
Home away from home
Home away from home


See User information
Quote:
It should be fixed in ata.device, shouldn't it?


I have not tried it out yet, but looking at the sources I would guess so It does:

ata_out(0xfeatapi_ByteCntLport);
        
ata_out(0xffatapi_ByteCntHport);



Posted on: 2004/7/13 14:34
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: AROS Image for Free OS Zoo?
#8
Just can't stay away
Just can't stay away


See User information
It should be fixed in ata.device, shouldn't it?

Posted on: 2004/7/13 13:56
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: AROS Image for Free OS Zoo?
#7
Not too shy to talk
Not too shy to talk


See User information
Is this 0-bytecnt-atapi thing a bug in AROS? If yes, will your fix go to the AROS source soon?

If your fix is applied to the AROS source, that means one of the next nigtly builds would work with QEmu. If it works, we can send a CD image to Free Softwre Zoo. Should we than take a normal nightly build CD image or can someone make a special AROS CD image like the custom CD image AROS Max and maybe with some boot options disabled (like NVIDIA driver which can't work on QEmu).

Posted on: 2004/7/13 13:37
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: AROS Image for Free OS Zoo?
#6
Home away from home
Home away from home


See User information
Quote:
So, if in arch/i386-pc/Drivers/ide/ide-lowlevel.c I do this changes


... in SendPacket() function.

Posted on: 2004/7/13 12:59
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: AROS Image for Free OS Zoo?
#5
Home away from home
Home away from home


See User information
Ah, I have found out It's again the 0-bytecnt-atapi thing in AROS ide.device which Qemu doesn't like. Which reminds me that also Bochs doesn't/didn't work without patch.

So, if in arch/i386-pc/Drivers/ide/ide-lowlevel.c I do this changes, AROS ISO works in QEmu:

-        ide_out(0atapi_ByteCntLport);
-        
ide_out(0atapi_ByteCntHport);
+        
ide_out(255atapi_ByteCntLport);
+        
ide_out(127atapi_ByteCntHport);




Posted on: 2004/7/13 12:57
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: AROS Image for Free OS Zoo?
#4
Home away from home
Home away from home


See User information
I managed to boot some older AROS floppy image with QEmu 0.6 (with qemu option "-std-vga"). With correct colors. Had no luck with the ISO image, tough. Must investigate how to make AROS serial debug output visible with QEmu. Maybe then it's possible to find out what's going wrong.

I also have Bochs 2.1.1 here, which works fine with both floppy and iso image.


Posted on: 2004/7/13 9:10
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: AROS Image for Free OS Zoo?
#3
Quite a regular
Quite a regular


See User information
I wasn't able to get AROS to boot under the Windows version of QEmu. What were your settings like? I was using the July 6th(?) nightly build. Its a bummer too, I was so pumped up about finding out about QEmu thinking that I wouldn't have to burn CD's and reboot everytime I wanted to try out something new. Oh well. ^_^ I did manage to get ReactOS to install and boot, as well as FreeDOS, but I wasn't able to get an install of WinME...(my 98SE disk seems to have gone missing...)

Posted on: 2004/7/13 4:52
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 




« 1 2 (3) 4 »



You can view topic.
You cannot start a new topic.
You cannot reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You cannot vote in polls.
You cannot attach files to posts.
You cannot post without approval.
You cannot use topic type.
You cannot use HTML syntax.
You cannot use signature.
You cannot create PDF files.
You cannot get print page.

[Advanced Search]


Search
Top Posters
1 paolone
paolone
4462
2 nikolaos
nikolaos
4206
3 magorium
magorium
4095
4 phoenixkonsole
phoenixkonsole
3942
5 deadwood
deadwood
2917
6 ncafferkey
ncafferkey
2810
7 mazze
mazze
2222
8 Kalamatee
Kalamatee
2212
9 clusteruk
clusteruk
2114
Powered by XOOPS © 2001-2025 The XOOPS Project