English Amiga Board


Go Back   English Amiga Board > Requests > request.UAE Wishlist

 
 
Thread Tools
Old 10 September 2008, 10:42   #1
gilgamesh
Linux snob
 
gilgamesh's Avatar
 
Join Date: Sep 2008
Location: Monkey Island
Posts: 997
Kickstart substitute

The necessity to buy/dump a kickstart is a nuisance and obstacle to the proliferation of UAE. Kickstart is basically a collection of OS specific libraries that are saved in ROM for historical reasons, just like ibm's bios. (Correct me if I'm wrong.) Pc emulators like qemu come with a free bios, of course.

Frankly, I don't see why it hasn't been done before. The effort to to reimplement (the important parts of) kickstart should be very small compared to uae as a whole. Why should amiga be so different in that aspect?
gilgamesh is offline  
Old 10 September 2008, 10:49   #2
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,863
Quote:
Originally Posted by gilgamesh View Post
The necessity to buy/dump a kickstart is a nuisance and obstacle to the proliferation of UAE. Kickstart is basically a collection of OS specific libraries that are saved in ROM for historical reasons, just like ibm's bios. (Correct me if I'm wrong.) Pc emulators like qemu come with a free bios, of course.
Kickstart is still copyrighted so it can't be included in the UAE package.
It's also more than just "a collection of OS specific libraries", it's the complete Operating System.


Quote:
Frankly, I don't see why it hasn't been done before. The effort to to reimplement (the important parts of) kickstart should be very small compared to uae as a whole.
Which parts of the Kickstart do you consider unimportant? And you also know that there are different versions of the Kickstart. So much for "very small effort".
StingRay is offline  
Old 10 September 2008, 13:23   #3
OddbOd
Registered User
 
Join Date: Jul 2005
Location: Australia
Age: 46
Posts: 666
Quote:
Originally Posted by gilgamesh View Post
>8 snip 8< just like ibm's bios. (Correct me if I'm wrong.) Pc emulators like qemu come with a free bios, of course.
The PC BIOS was made free by the efforts of a corporation (Compaq), some clever engineers (Phoenix), and a large insurance policy (Lloyd's of London). The remaining Amiga community has none of these things.
Quote:
Originally Posted by gilgamesh View Post
Frankly, I don't see why it hasn't been done before.
It has, WinUAE contains a basic kickstart replacement which could be backported to the mainline UAE codebase, or more likely to E-UAE. Also there is the AROS project which has a bounty open to create a free, unencumbered kickstart replacement, it may never happen but AROS has surprised most people by how much they have actually achieved.
Quote:
Originally Posted by gilgamesh View Post
Why should amiga be so different in that aspect?
Complexity for one thing (both technical and legal) and the lack of any market potential.
OddbOd is offline  
Old 10 September 2008, 16:35   #4
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,507
Quote:
Originally Posted by OddbOd View Post
It has, WinUAE contains a basic kickstart replacement which could be backported to the mainline UAE codebase, or more likely to E-UAE.
UAE "kickstart replacement" is very basic. Only supported functions are basically trackdisk.device DoIO(), AllocMem() and AllocAbs()

It was implemented long time before WinUAE.

Quote:
Also there is the AROS project which has a bounty open to create a free, unencumbered kickstart replacement, it may never happen but AROS has surprised most people by how much they have actually achieved.
This is most likely solution but it won't ever be compatible enough for games.

KS3.x "compatible" KS replacement should be possible (get all regular libs from AROS and add 68000 low level assembly routines, like interrupts and task switching) but it requires very low level exec knowledge.

100% KS 1.x game compatible Kickstart replacement is near-impossible. It needs to be bug-by-bug compatible, must use exact same amount of RAM, basically it must be exact same thing or some game will break.

Unfortunately AROS bounty is very very complex. First phase should be something like "must boot most bootable games with custom bootblock, no need to support CLI yet". This is already very complex task. (but don't need weird dos.library yet..)

I am sure I could do it but it would mean months of really boring work.
Toni Wilen is offline  
Old 10 September 2008, 21:48   #5
gilgamesh
Linux snob
 
gilgamesh's Avatar
 
Join Date: Sep 2008
Location: Monkey Island
Posts: 997
Isn't it possible to rewrite exec and the other libraries in C (or whatever aside from assembler)? How much compatibility could you expect from that? I heard of incompatibilities between kick1.3 and kick3.0 due to unclean programming of the applications, of course. Is it really that bad? 100% compatibility is unrealistic even for the most elaborate emulator.


Would the aros bounty face legal issues? To my best knowledge, it is legal to produce substitutes with compatible interfaces. That's why wine is still there.
gilgamesh is offline  
Old 14 September 2008, 16:51   #6
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,507
Quote:
Originally Posted by gilgamesh View Post
Isn't it possible to rewrite exec and the other libraries in C (or whatever aside from assembler)? How much compatibility could you expect from that? I heard of incompatibilities between kick1.3 and kick3.0 due to unclean programming of the applications, of course. Is it really that bad? 100% compatibility is unrealistic even for the most elaborate emulator.
Only problem is KS 1.x compatibility (for A500 games/demos), I'd say "KS1.3 replacement" would be maybe 99% compatible with A500 games/demos that use custom boot block. Normal DOS bootable disk compatiblity, I guess, would be perhaps 70% max., much higher if memory usage is exact same as real KS 1.3.

Most KS2.x+ compatible applications and drivers don't try to do anything stupid.


Quote:
Would the aros bounty face legal issues? To my best knowledge, it is legal to produce substitutes with compatible interfaces. That's why wine is still there.
I don't know. I don't want to know.
Toni Wilen is offline  
Old 07 December 2008, 23:09   #7
mtb
Registered User
 
Join Date: Sep 2002
Location: Italy
Age: 40
Posts: 466
Some news about aros work
mtb is offline  
Old 09 December 2008, 18:29   #8
J.Tramiel
Registered User
 
J.Tramiel's Avatar
 
Join Date: Apr 2008
Location: Millom, Cumbria
Posts: 63
Quote:
Originally Posted by StingRay View Post
Kickstart is still copyrighted so it can't be included in the UAE package.
Maybe a bit 'off this topic' but if I remember rightly didn't Relokick (degrader util) contain a copy of KS1.3?

It was included on the coverdisk of CU Amiga 50 something.

I don't think anything came of it legal-wise, no law suits or anything...

So maybe Relokick could be packaged with it or incorporated as an option or something?

Last edited by J.Tramiel; 09 December 2008 at 19:41.
J.Tramiel is offline  
Old 09 December 2008, 20:46   #9
Doobrey
Hamster tamer
 
Join Date: Apr 2007
Location: Out in the woods
Posts: 122
Quote:
Originally Posted by J.Tramiel View Post
I don't think anything came of it legal-wise, no law suits or anything...
CU Amiga had permission from Commodore to include the 1.3 ROM on their coverdisk.
Doobrey is offline  
Old 09 December 2008, 20:56   #10
OddbOd
Registered User
 
Join Date: Jul 2005
Location: Australia
Age: 46
Posts: 666
The fact that the 1.3 ROM came with ReloKick doesn't affect it's copyright status in any way, distribution without prior written permission from the rights holder is a copyright violation no matter how you obtain the ROM.
Quote:
Originally Posted by Doobrey View Post
CU Amiga had permission from Commodore to include the 1.3 ROM on their coverdisk.
Galahad mentioned this as well but at the time I assumed he was joking. Is there any evidence to support this claim?
OddbOd is offline  
Old 09 December 2008, 22:35   #11
J.Tramiel
Registered User
 
J.Tramiel's Avatar
 
Join Date: Apr 2008
Location: Millom, Cumbria
Posts: 63
Quote:
Originally Posted by OddbOd View Post
Is there any evidence to support this claim?
Yeah, I just loaded my adf of Relokick thru workbench and hey presto in the Devs directory is a file called rom1.3

Regarde:

Click image for larger version

Name:	relo.gif
Views:	518
Size:	12.9 KB
ID:	19190

Dunno if this is an 'official' Commodore ROM or if it's an 'unofficial' one.
(how does one tell?)

Just noticed that the filesize is a lot smaller than the 1.3 rom I am using with winuae - maybe compressed or something?
(Might try taking it from the adf and using it in WinUAE just for the crack)
J.Tramiel is offline  
Old 09 December 2008, 22:46   #12
mtb
Registered User
 
Join Date: Sep 2002
Location: Italy
Age: 40
Posts: 466
1.3 kickstart is only 256kb.
mtb is offline  
Old 09 December 2008, 23:07   #13
Retro-Nerd
Missile Command Champion
 
Retro-Nerd's Avatar
 
Join Date: Aug 2005
Location: Germany
Age: 52
Posts: 12,438
Quote:
Originally Posted by mtb View Post
1.3 kickstart is only 256kb.
262144 Bytes = 256 KB
Retro-Nerd is offline  
Old 09 December 2008, 23:13   #14
J.Tramiel
Registered User
 
J.Tramiel's Avatar
 
Join Date: Apr 2008
Location: Millom, Cumbria
Posts: 63
Heh I must be using an over-dumped version, mine's 512k.
J.Tramiel is offline  
Old 12 December 2008, 10:02   #15
Ratte
Registered User
 
Join Date: Sep 2008
Location: Germany
Posts: 331
Quote:
Originally Posted by Doobrey View Post
CU Amiga had permission from Commodore to include the 1.3 ROM on their coverdisk.

... ähh .. hmmm ... ohhhh ... still alive ?!
br
your german testlab


@jt.: if your kick1.3 has a size of 512kb, than someone ripped the complete rom including the mirrored romarea.
Ratte is offline  
Old 12 December 2008, 17:53   #16
Doobrey
Hamster tamer
 
Join Date: Apr 2007
Location: Out in the woods
Posts: 122
Quote:
Originally Posted by Ratte View Post

... ähh .. hmmm ... ohhhh ... still alive ?!
Just about, overworked and running on autopilot right now

Vaguely back on topic, I might be wrong about CU amiga having permission to include the 1.3 ROM on their coverdisk, from what I've been reading on google groups they *might* have had permission from C= UK, but C= UK didn't have the authority to give them permisson.
I'll see if I can jump up in the attic and find my old CU mags.
Doobrey is offline  
Old 12 December 2008, 17:59   #17
Graham Humphrey
Moderator
 
Graham Humphrey's Avatar
 
Join Date: Jul 2004
Location: Norwich, Norfolk, UK
Age: 37
Posts: 11,167
I had a look on AMR and as far as I can tell they never mentioned anything about having permission for it, certainly not in that particular issue.
Graham Humphrey is offline  
Old 13 January 2009, 23:09   #18
gilgamesh
Linux snob
 
gilgamesh's Avatar
 
Join Date: Sep 2008
Location: Monkey Island
Posts: 997
As far as I understand, Cloanto would welcome a kickstart substitute as part of Aros. He even donated for the Kickstart ROM Replacement (Phase I) bounty.

I found some info here:
http://www.amigakickstart.com/
http://www.amigaforever.com/kb/13-122
gilgamesh is offline  
Old 17 January 2009, 15:20   #19
Doobrey
Hamster tamer
 
Join Date: Apr 2007
Location: Out in the woods
Posts: 122
Quote:
Originally Posted by Graham Humphrey View Post
I had a look on AMR and as far as I can tell they never mentioned anything about having permission for it, certainly not in that particular issue.
I couldn't find much about it either. I finally jumped up in the attic and rummaged through all my old Amiga mags, but my CU collection doesn't go back that far

The only thing I found out about it through Google Groups archive, was that the next months issue had some readers questions asking about the legality of the 1.3 ROM.

BTW,wasn't it CU Amiga that also had the complete OS3.1 as 5 adf files on some cover CDs without permission?
Doobrey is offline  
Old 17 January 2009, 15:37   #20
gilgamesh
Linux snob
 
gilgamesh's Avatar
 
Join Date: Sep 2008
Location: Monkey Island
Posts: 997
Quote:
Originally Posted by Cloanto
Just like Cloanto licensed the ROM and operating system items, and several parts thereof, and add-on components that required independent licensing, it is well known that other parties licensed similar items, e.g. for limited use on specific magazine cover disks (e.g. CU Amiga in 1993, PC Intern in 1999, Amiga Plus and PC Magazin in 2000)
(see my last post for sources)
gilgamesh is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Aros m68k (Kickstart substitute) mihcael Amiga scene 392 29 November 2022 01:16
HQC Kickstart 1.2 (cracked kickstart) T_hairy_bootson support.Apps 51 18 February 2019 20:25
ChipQuik and substitute kipper2k Hardware mods 18 27 September 2013 10:55
A1200 Kickstart 3.1 - Light gray screen before Kickstart Sallinen support.Hardware 7 21 November 2008 21:22
Kickstart 2.0 vs. kickstart 3.1 on A600 fc.studio support.Hardware 19 21 October 2007 21:03

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 18:13.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.10083 seconds with 14 queries