home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1402 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.4 KB  |  45 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: EU.net!sun4nl!hguijt
  3. From: hguijt@inter.NL.net (Hans Guijt)
  4. Subject: Re: Amiga Memory Map Needed!!!
  5. Message-ID: <DLE6rr.748@inter.NL.net>
  6. Organization: NLnet
  7. X-Newsreader: TIN [version 1.2 PL2]
  8. Date: Thu, 18 Jan 1996 19:43:02 GMT
  9.  
  10.  
  11. Dennis Lee Bieber (wulfraed@kd6mog.netcom.com) wrote:
  12. >In article <DLAAA2.39F@inter.NL.net> hguijt@inter.NL.net (Hans Guijt)
  13. >writes:
  14. > > matters more interesting the BIOS is also located at variable addresses
  15. >on
  16. > > different Amiga's. In fact, the only thing you can be sure of is address
  17. >4,
  18. > > which contains the pointer to the BIOS.
  19. > >
  20. >        Technically, the Amiga doesn't have a BIOS (Basic Input/Output
  21. >System).  The pointer points to the base of the EXEC library; EXEC has no
  22. >"I/O" functions -- other than RAM based message passing.  No keyboard, no
  23. >display, no disk functions...  All those are handled by other libraries --
  24. >EXEC providing the function to access those libraries.
  25.  
  26. You are of course aware I was joking about the BIOS bit, right? I mean, it
  27. wouldn't do to see my reputation splattered like this...
  28.  
  29. Honest, I only did it because he said 'C64' first! ;-)
  30.  
  31. >        Yes, the disk, keyboard/mouse, and display functions are in ROM, but
  32. >they are not part of EXEC.  A surprise to those used to MS-DOS/Windows --
  33. >even
  34. >the opening console in the Amiga is a GRAPHICS display; there is no true
  35. >text
  36. >display.
  37.  
  38. Bless us!
  39.  
  40.  
  41. Bye,
  42.  
  43. Hans
  44.  
  45.