Welcome, Guest. Please login or register.

Author Topic: OS3.9 -> 4.0  (Read 1654 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline TafkaTopic starter

  • Jr. Member
  • **
  • Join Date: Sep 2002
  • Posts: 98
    • Show only replies by Tafka
OS3.9 -> 4.0
« on: April 09, 2003, 01:19:38 PM »
I was just wondering as the code of 4.0 is not just a natural progression of 3.9 (it is from 3.1 I think ??) are there going to be some things that work on 3.9 that do not work on 4.0?

Apart from the obvious CPU issues.  I mean things like are there OS functions in 3.9 that won't be in 4.0?

 

Offline JurassicCamper

  • Hero Member
  • *****
  • Join Date: May 2002
  • Posts: 635
    • Show only replies by JurassicCamper
Re: OS3.9 -> 4.0
« Reply #1 on: April 09, 2003, 01:26:15 PM »
Quote

Tafka wrote:
I was just wondering as the code of 4.0 is not just a natural progression of 3.9 (it is from 3.1 I think ??) are there going to be some things that work on 3.9 that do not work on 4.0?

Apart from the obvious CPU issues.  I mean things like are there OS functions in 3.9 that won't be in 4.0?



Not at all..

A thing a lot of people forget is all H&P did was project manage OS3.5 / 3.9. The developers who coded modules for those are also coding 4.0 modules so they have the source code in a round about sort of way.

A1200T PPC 330Mhz in a Custom Modified Fractal Design R3 Case
 

Offline Rogue

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 566
    • Show only replies by Rogue
    • http://www.hyperion-entertainment.com
Re: OS3.9 -> 4.0
« Reply #2 on: April 09, 2003, 07:48:51 PM »
All of 3.9's exec functions will also be in ExecSG.

There is a backwards compatibility mode for compiling source code from 3.9 that will mostly be preprocessor based. That means that some things that work differently on ExecSG (libraries for example) are encapsulated into preprocessor macros so that most source code can be recompiled on 4.0 without too many changes.

Changes mostly affect startup (Libraries need a slightly different opening sequence), and of course some things like Interrupt handling are different.

Also, PCI support is unified under a common API now.

More work will be required for devices and libraries, since the model is significantly different from the old exec. However, it isn't too difficult, I managed to convert the ramdev device in a two or three hours.
Look out, I\'ve got a gun
 

Offline jaokim

  • Full Member
  • ***
  • Join Date: Jun 2002
  • Posts: 205
    • Show only replies by jaokim
Re: OS3.9 -> 4.0
« Reply #3 on: April 09, 2003, 10:28:32 PM »
Quote
Also, PCI support is unified under a common API now


Will the Mediator-drivers (and Prometheus & GRex, I guess) be available through this API? Maybe a question for elbox, but is it possible in an "easy" way, ie have you thought of it?
 
I guess that would increase the initial hardware support. Which is nice  :-)
 

Offline lempkee

  • Hero Member
  • *****
  • Join Date: Apr 2002
  • Posts: 2860
    • Show only replies by lempkee
    • http://www.amigaguru.com
Re: OS3.9 -> 4.0
« Reply #4 on: April 09, 2003, 10:46:32 PM »
i doubt u will ever see an GreXx version...

anyway all i have in mind now is that the ARExX wont be in os4 or something like that, but i am not sure and i dont want to spread fud, but i belive that was mentioned by some in the hyperion team...or was that just a further version ?...

anyone remeber? , would be happy to see this cleared up...


also, i know that os4 for a1200 will be a hard task, hopefully it will work, but i have my doubts in the same way as i have about the so called sHaRK PPC.... if the sharkppc is working as they claim and bla bla bla...then elbox would have released that ages ago, by that i mean just the shark....and not the shark+ cards..

anyway i hope that all this will be cleared up pretty soon , also that we get some info on how it will react with all of the old modules in os3.x ->4.0 ,  ie just a clean install and everything will work? ...or will it be like when os3.5 came....that i couldnt install it at all unless i formatted everything and started from scratch.... and then moved back to 3.1 again....

but when 3.9 came i jumped onto that and i have cheerished that since day1... 3.5 was a piece of crap imho!!...3.9 roxx. :)


hmm i sidetracked again........
Whats up with all the hate!
 

Offline carls

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1047
    • Show only replies by carls
Re: OS3.9 -> 4.0
« Reply #5 on: April 09, 2003, 10:53:39 PM »
For all I know, ARexx will be a part of OS4, although still as a 68k version, handled by the emulation.
Amiga: Too weird to live, too rare to die.
 

Offline iamaboringperson

  • Hero Member
  • *****
  • Join Date: Jun 2002
  • Posts: 5744
    • Show only replies by iamaboringperson
Re: OS3.9 -> 4.0
« Reply #6 on: April 09, 2003, 10:57:34 PM »
if you read the FAQ's from amiga inc & hyperion, you should find that 4.0 is indeed based on 3.9
 

Offline Zorro

  • Full Member
  • ***
  • Join Date: Feb 2003
  • Posts: 153
    • Show only replies by Zorro
Re: OS3.9 -> 4.0
« Reply #7 on: April 10, 2003, 09:05:24 AM »
@ Rogue

What is the next show that you plan to assist ?

I am waiting the OS4 boot demo...

 :-P
--- --- --- --- --- --- ---
   Zorro:roflmao:Zorro
--- --- --- --- --- --- ---
The Phoenix is rising...
 

Offline EntilZha

  • Full Member
  • ***
  • Join Date: Feb 2002
  • Posts: 131
    • Show only replies by EntilZha
    • http://www.hyperion-entertainment.com
Re: OS3.9 -> 4.0
« Reply #8 on: April 10, 2003, 01:14:47 PM »
@ lempkee

Regarding AREXX: The version included with OS4 is the 68k version. We don't have source code. We're still looking at alternatives that might be available in an update.
- Thomas
Avatar by Karlos
 

Offline EntilZha

  • Full Member
  • ***
  • Join Date: Feb 2002
  • Posts: 131
    • Show only replies by EntilZha
    • http://www.hyperion-entertainment.com
Re: OS3.9 -> 4.0
« Reply #9 on: April 10, 2003, 01:15:33 PM »
@ jaokim

Yes, you would have to ask Elbox :-)
- Thomas
Avatar by Karlos
 

Offline Rogue

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 566
    • Show only replies by Rogue
    • http://www.hyperion-entertainment.com
Re: OS3.9 -> 4.0
« Reply #10 on: April 10, 2003, 02:54:07 PM »
Quote

Zorro wrote:
@ Rogue

What is the next show that you plan to assist ?

I am waiting the OS4 boot demo...

 :-P


No idea to be honest. This depends on some factors, like being able to show up and so on. Also, we would like to prepare some nice demo for it and not just boot it up. As has been said before, you only get once chance to make a first impression ;-)
Look out, I\'ve got a gun
 

Offline Zorro

  • Full Member
  • ***
  • Join Date: Feb 2003
  • Posts: 153
    • Show only replies by Zorro
Re: OS3.9 -> 4.0
« Reply #11 on: April 11, 2003, 04:47:10 PM »
Quote

Rogue wrote:
Quote

Zorro wrote:
@ Rogue

What is the next show that you plan to assist ?

I am waiting the OS4 boot demo...

 :-P


No idea to be honest. This depends on some factors, like being able to show up and so on. Also, we would like to prepare some nice demo for it and not just boot it up. As has been said before, you only get once chance to make a first impression ;-)



 :-)

This is true....

... but if we wait for too long and loose interest, you (and our beloved AmigaOS) can have the chance anymore ?  ;-)

I am joking obviously, I will wait forever if it is needed !

But who know how many will do the same... ?
--- --- --- --- --- --- ---
   Zorro:roflmao:Zorro
--- --- --- --- --- --- ---
The Phoenix is rising...