Welcome, Guest. Please login or register.

Author Topic: Kickstart ROM Replacement (Phase I) Bounty Assigned  (Read 37631 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline bloodline

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: Kickstart ROM Replacement (Phase I) Bounty Assigned
« Reply #74 from previous page: November 09, 2010, 09:23:28 AM »
Quote from: Piru;590452
Actually I don't. Trying to do the BCPL interface in C isn't my idea of "fun". I'm sure it is possible, but IMHO certainly not worth the effort.
Well, I found that interesting... Though others on the list also feel it's not worth the effort.

Still can't hurt to take a peek, no?

Offline warpdesign

  • Sr. Member
  • ****
  • Join Date: Feb 2008
  • Posts: 256
    • Show only replies by warpdesign
    • http://www.warpdesign.fr
Re: Kickstart ROM Replacement (Phase I) Bounty Assigned
« Reply #75 on: November 09, 2010, 11:50:28 AM »
This looks interesting: how can I join the mailing list ?
 

Offline Terminills

  • Grand Conspirator
  • Hero Member
  • *****
  • Join Date: Jan 2003
  • Posts: 594
  • Country: 00
  • Thanked: 2 times
    • Show only replies by Terminills
Support AROS sponsor a developer.

edited by mod: this has been addressed
 

Offline Gulliver

Re: Kickstart ROM Replacement (Phase I) Bounty Assigned
« Reply #77 on: November 12, 2010, 02:15:53 PM »
Update:


Nov 12, 2010: AROS Shell

Yep, that's right. The AROS Shell prompt. Whee!

Capable of running:

    * AROS Shell
    * A number of trackloading games

Not yet:

    * DOS loading games (no in-ROM shell to run their startup scripts)

What's horrible:

    * Had to change the ABI to the Graphics/*LayerRom routines to use A4 instead of A5, due to GCC issues. That's in the EVIL.patch
    * Doesn't boot if we're not strobing the serial port.
    * It's a 1M ROM set.

ROMs + E-UAE configs + AROS System Floppy + EVIL.patch

AROS-r35388-EVIL.tar.gz
« Last Edit: November 12, 2010, 02:30:09 PM by Gulliver »
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show only replies by Karlos
Re: Kickstart ROM Replacement (Phase I) Bounty Assigned
« Reply #78 on: November 12, 2010, 02:31:20 PM »
Quote from: bloodline;590455
Well, I found that interesting... Though others on the list also feel it's not worth the effort.

Still can't hurt to take a peek, no?


BCPL-style pointers make me shudder.
int p; // A
 

Offline hardlink

  • Hero Member
  • *****
  • Join Date: Sep 2006
  • Posts: 586
    • Show only replies by hardlink
Re: Kickstart ROM Replacement (Phase I) Bounty Assigned
« Reply #79 on: November 12, 2010, 02:50:40 PM »
Quote from: Piru;590452
Actually I don't. Trying to do the BCPL interface in C isn't my idea of "fun". I'm sure it is possible, but IMHO certainly not worth the effort.


After seeing both 'BCPL' and 'fun' in the same sentence, I had to read slowly to make sure Piru hadn't lost it :)
Martin Richards, who unleashed BCPL and Tripos on the world, is still around, retired, and apparently active:

http://www.cl.cam.ac.uk/~mr10/

He  might enjoy the challenge, so perhaps someone could invite HIM to mess around with the BCPL mess? Sort of like a penance ...
 

Offline bloodline

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: Kickstart ROM Replacement (Phase I) Bounty Assigned
« Reply #80 on: November 12, 2010, 03:45:01 PM »
Quote from: hardlink;591183
After seeing both 'BCPL' and 'fun' in the same sentence, I had to read slowly to make sure Piru hadn't lost it :)
Martin Richards, who unleashed BCPL and Tripos on the world, is still around, retired, and apparently active:

http://www.cl.cam.ac.uk/~mr10/

He  might enjoy the challenge, so perhaps someone could invite HIM to mess around with the BCPL mess? Sort of like a penance ...
Go on then, ask him! :)

Offline Belial6

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 568
    • Show only replies by Belial6
    • http://www.glasshead.net
Re: Kickstart ROM Replacement (Phase I) Bounty Assigned
« Reply #81 on: November 12, 2010, 06:47:08 PM »
Is doing the BCPL interface in C the only practical way to get 1.3 compatibility?

I think 1.3 compatibility is really important in the long run, even if just getting the current AROS running is the focus for the time being.
 

Offline desiv

  • Hero Member
  • *****
  • Join Date: Oct 2009
  • Posts: 1270
    • Show only replies by desiv
Re: Kickstart ROM Replacement (Phase I) Bounty Assigned
« Reply #82 on: November 12, 2010, 10:07:16 PM »
That is awesome!!  
I've never noticed a section in a changelog before called

Quote from: Gulliver;591179
What's horrible:

:-)

desiv
Amiga 1200 w/ ACA1230/28 - 4G CF, MAS Player, ext floppy, and 1084S.
Amiga 500 w/ 2M CHIP and 8M FAST RAM, DCTV, AEHD floppy, and 1084S.
Amiga 1000 w/ 4M FAST RAM, DUAL CF hard drives, external floppy.
 

Offline Forcie

  • Full Member
  • ***
  • Join Date: Oct 2010
  • Posts: 140
    • Show only replies by Forcie
Re: Kickstart ROM Replacement (Phase I) Bounty Assigned
« Reply #83 on: November 12, 2010, 10:15:21 PM »
I uploaded a video of AROS booting in UAE:

http://www.youtube.com/watch?v=xe5mrES3qXo
 

Offline bloodline

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: Kickstart ROM Replacement (Phase I) Bounty Assigned
« Reply #84 on: November 12, 2010, 10:31:40 PM »
Quote from: Belial6;591224
Is doing the BCPL interface in C the only practical way to get 1.3 compatibility?

I think 1.3 compatibility is really important in the long run, even if just getting the current AROS running is the focus for the time being.
yup.

Offline bloodline

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: Kickstart ROM Replacement (Phase I) Bounty Assigned
« Reply #85 on: November 12, 2010, 10:33:29 PM »
Quote from: Forcie;591284
I uploaded a video of AROS booting in UAE:

http://www.youtube.com/watch?v=xe5mrES3qXo
That is HOT!!! I like my pr0n geeky and that is GEEEEKY!!!! ;)

Offline nicholas

Re: Kickstart ROM Replacement (Phase I) Bounty Assigned
« Reply #86 on: November 13, 2010, 02:05:48 AM »
Quote from: bloodline;591293
That is HOT!!! I like my pr0n geeky and that is GEEEEKY!!!! ;)


Put the sock down Matthew! Step away from the sock! ;)
“Een rezhim-i eshghalgar-i Quds bayad az sahneh-i ruzgar mahv shaved.” - Imam Ayatollah Sayyed  Ruhollah Khomeini
 

Offline Forcie

  • Full Member
  • ***
  • Join Date: Oct 2010
  • Posts: 140
    • Show only replies by Forcie
 

Offline nicholas

Re: Kickstart ROM Replacement (Phase I) Bounty Assigned
« Reply #88 on: November 15, 2010, 11:01:46 AM »
Quote from: Forcie;591881
Kickstart Bounty Phase I is completed!
http://aros-exec.org/modules/newbb/viewtopic.php?viewmode=flat&topic_id=5410&forum=4

Screenshot:
http://img508.imageshack.us/img508/9582/20101114.png

The first nightly build is available at:
http://www.aros.org/download.php


YAY!!!!!! :)

Congratulations to all involved! :)
“Een rezhim-i eshghalgar-i Quds bayad az sahneh-i ruzgar mahv shaved.” - Imam Ayatollah Sayyed  Ruhollah Khomeini
 

Offline bloodline

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: Kickstart ROM Replacement (Phase I) Bounty Assigned
« Reply #89 on: November 15, 2010, 11:09:37 AM »
Quote from: nicholas;591348
Put the sock down Matthew! Step away from the sock! ;)
Lol!!! So many here will have no idea what you are talking about... Oh and AROS on 68k, yay... MUTHA FRICKIN' YAY!!!!!!