home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5946 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: xs1.xs4all.nl!marcone
  2. From: marcone@xs1.xs4all.nl (Marco Nelissen)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: unanswersed Qs about UAE
  5. Date: 22 Mar 1996 08:35:51 GMT
  6. Organization: XS4ALL Internet
  7. Message-ID: <4itop7$d2j@news.xs4all.nl>
  8. References: <4iqrom$421@service2.uky.edu>
  9. NNTP-Posting-Host: xs1.xs4all.nl
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. ROWE  BOBBY S (bsrowe00@ukpr2.uky.edu) wrote:
  13. : Unanswered FAQs
  14. : """""""""""""""
  15.  
  16. First off: these are not FAQ's, they are merely Q's. FAQ means
  17. Frequently Asked Questions. Now you may have asked *yourself* these
  18. questions a hundred times, but that doesn't count ;)
  19.  
  20. : -*68000 Emulation*-
  21. : FAQ: Is there any way to disable software 680000 emulation on the mac and
  22. :      allow it to be done on hardware?
  23.  
  24. This  question is answered in the docs that come with uae. No it is not
  25. possible, since the emulator needs to synchronize the processor and
  26. custom chip emulations, which is not possible when you run the code
  27. natively.
  28.  
  29. : -*Kernal*-
  30. : FAQ: Would making a 'kernal' for UAE be possible?
  31. : FAQ: What would be the problems of this approach?
  32.  
  33. As long as the functions don't do any custom-chip bashing, this could
  34. be done. It's already done for the unix-filesystem driver, I think.
  35.  
  36. : FAQ: would this be good method of speeding up emulation?
  37.  
  38. No, the custom chip emulation is slowest.
  39.  
  40. : -*Adding emulated kikstart functions*-
  41. : FAQ: Is there an easy way to add my own emulated kickstart functions to the
  42. :      emulator?
  43.  
  44. See the sourcecode, there are some functions alowing bootloaders to work
  45. without a kernel rom image.
  46.  
  47. : FAQ: Do you think i am wasting my time with this faq?
  48.  
  49. Yes and no: you should probably ask the author of uae about all this.
  50.  
  51. Marco
  52.  
  53.  
  54.  
  55.