[haiku-development] m68k-amiga (was: Re: [haiku-commits] Re: r39439 - in haiku/branches/developer/bonefish/weak-symbols/src/system/runtime_loader: . arch/m68k arch/ppc arch/x86)

  • From: François Revol <revol@xxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Tue, 16 Nov 2010 12:18:43 +0100

Le 16 nov. 2010 à 11:59, Adrien Destugues a écrit :

> Le 16/11/2010 11:16, François Revol a écrit :
>> 
>> Yeah I was just wondering about overkill features.
>> 
>> Still, I'd hope we could lower the bar further, I know of only one Atari 
>> Falcon with 256MB of RAM around, and I don't have it ;-)
>> 
>> François.
> 
> My amiga as about 76MB of RAM, I'm ready for testing if you need it.

Well for now you can try the bootloader:
http://revolf.free.fr/beos/haiku.adf

Only tested in UAE for now:
./e-uae-0.8.29-WIP4/src/E-UAE.app/Contents/MacOS/uae -s floppy0=haiku.adf -C4 
-s chipmem_size=8 -s gfxcard_size=4 -i -v4 -C4 -s cpu_speed=max

Built with:

(cd generated-m68k-gcc4/ && LANG=C HAIKU_BOOT_PLATFORM=amiga_m68k jam -j1 -q 
haiku_loader)
dd if=/dev/zero bs=512 count=$((80*2*11)) of=haiku.adf
dd if=generated-m68k-gcc4/objects/haiku/m68k/release/system/boot/haiku_loader 
of=haiku.adf conv=notrunc

Btw, if you want to investigate reading from an HD floppy image... (it breaks 
at the 9th sector, sounds like as on Atari the logical addressing interleaves 
heads unlike what is done when running dd on the image)

François.

Other related posts:

  • » [haiku-development] m68k-amiga (was: Re: [haiku-commits] Re: r39439 - in haiku/branches/developer/bonefish/weak-symbols/src/system/runtime_loader: . arch/m68k arch/ppc arch/x86) - François Revol