Welcome, Guest. Please login or register.

Author Topic: Looking for an AmigaOS technical manual  (Read 2175 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline VanfanelTopic starter

  • Jr. Member
  • **
  • Join Date: Aug 2006
  • Posts: 70
    • Show only replies by Vanfanel
    • http://www.faneliaonline.net
Looking for an AmigaOS technical manual
« on: August 28, 2009, 01:37:11 AM »
Greetings fellow Amiga fans. It's been a long while since I've posted here last, but I have a question for you that Google just doesn't seem to be giving me the answer too.

This semester at college I'm taking a class on Operating Systems, and the term project is a presentation on an OS of my choice. Obviously, I'm going to pick the system I've loved since I started using it back in 1985. I need to find some sort of technical manual that describes the inner workings of the AmigaOS: the exec, AmigaDOS, Intuition, and the Workbench. Or at the least just the exec. While Wikipedia does have some decent info on AmigaOS, my instructor has something against using it as a reference. I already have the reference manuals that Commodore released back in 1986 for Intuition and the ROM kernel, but these are programming references, so I don't know how much information I'll be able to get from them. I'd prefer to have the book on the original 1.x version, but if there's something on a later version, I'll take that as well. Any direction you guys can point me in would be most welcome. Thanks.

Chris
Van
 

Offline avanham

  • Newbie
  • *
  • Join Date: Mar 2005
  • Posts: 42
    • Show only replies by avanham
Re: Looking for an AmigaOS technical manual
« Reply #1 on: August 28, 2009, 02:24:19 AM »
The RKMs are pretty descriptive.  What is it that you are looking for exactly if not a programming reference?
 

Offline tone007

Re: Looking for an AmigaOS technical manual
« Reply #2 on: August 28, 2009, 03:31:25 AM »
Are you looking for the "Welcome to AmigaOS 1.3!" type manual?  That shouldn't be too hard to find.
3 Commodore file cabinets, 2 Commodore USB turntables, 1 AmigaWorld beer mug
Alienware M14x i7 laptop running AmigaForever
 

Offline VanfanelTopic starter

  • Jr. Member
  • **
  • Join Date: Aug 2006
  • Posts: 70
    • Show only replies by Vanfanel
    • http://www.faneliaonline.net
Re: Looking for an AmigaOS technical manual
« Reply #3 on: August 28, 2009, 04:35:48 AM »
Details on the OS architecture and the system services. Things like the process descriptor, IPC, process creation and termination, scheduling and scheduling algorithms, how it handles deadlocks, memory management, and the like. Thanks.

Chris
Van
 

Offline Trev

  • Hero Member
  • *****
  • Join Date: May 2003
  • Posts: 1550
  • Country: 00
    • Show only replies by Trev
Re: Looking for an AmigaOS technical manual
« Reply #4 on: August 28, 2009, 04:43:08 AM »
Markus Wandel did all the work for you: http://wandel.ca/homepage/execdis/index.html

Exec doesn't handle deadlocks. It's a pretty dumb scheduler.

You can find the last RKMs at http://cataclysm.cx/random/amiga/reference. Inside, you'll find official explanations of how everything works.
 

Offline VanfanelTopic starter

  • Jr. Member
  • **
  • Join Date: Aug 2006
  • Posts: 70
    • Show only replies by Vanfanel
    • http://www.faneliaonline.net
Re: Looking for an AmigaOS technical manual
« Reply #5 on: August 28, 2009, 05:07:48 AM »
Disassemblies don't help me all that much, but the books may. Thanks.

I know about the scheduler myself. Didn't know that the system didn't handle deadlocks. What happens, it just gurus out?
Van
 

Offline Trev

  • Hero Member
  • *****
  • Join Date: May 2003
  • Posts: 1550
  • Country: 00
    • Show only replies by Trev
Re: Looking for an AmigaOS technical manual
« Reply #6 on: September 07, 2009, 05:21:47 PM »
I'm sure you've looked by now, but the disassembly is annotated and useful as a learning tool, assuming the annotations are accurate.

Long delayed-response, sorry. Nothing happens, it just deadlocks. The tasks involved are, to use the technical term, dead parrots.
 

Offline ncafferkey

  • Sr. Member
  • ****
  • Join Date: Feb 2003
  • Posts: 387
    • Show only replies by ncafferkey
Re: Looking for an AmigaOS technical manual
« Reply #7 on: September 07, 2009, 08:08:22 PM »
You might have seen it already, since it's linked from the Wikipedia Exec article, but this is a good article from Byte magazine: http://www.cunningham-lee.com/misc/amiga_exec.html (sorry, I can't figure out how to put a proper link in with the new interface).