home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / contrib / bsd / ados.readme next >
Text File  |  1993-06-25  |  1KB  |  38 lines

  1. This is a slight modification of the previous
  2. Sun3 hack of AmigaDOS emulator. The original sources
  3. were for C= SysVr4 UNIX.
  4. The Sun3 hack was by me and original emulator code
  5. by Mike "Ford" Ditto from the former C= unix team
  6. (see POSTER for original announcement).
  7. Sun3 version should still compile and work.. I didn't
  8. check it though.
  9.  
  10. Actually there were only two spots that had to be
  11. changed from Sun3 version and that is wy I am leaving
  12. then SUN3 define in compile options.
  13. The things were to move termio to termios and to change
  14. the one mmap() from amiga.c.
  15.  
  16. I am not going to develope this emulator but this is
  17. a good base for further hacking even the graphics and
  18. intuition with X11 libraries (when they come to NetBSD :)
  19.  
  20. To quickly see how this works, I have left two amigados
  21. executables to ados/ directory (amiga.foo and amiga.ls).
  22. First compile the emulator (generates arun binary) and
  23. then try it:
  24.     arun ../amiga.foo
  25.     arun ../amiga.ls
  26.  
  27. The latter should give you a core dump :-)
  28. I wish I had a source level debugger here.. no dbx or gdb
  29. in my NetBSD binaries :-(
  30. To see some debugging outputs, set -v1 or -v2 option to arun.
  31.  
  32. Oh, you need the Amiga includes in the suplied empty include
  33. directory to compile anything.  I used 2.04 includes..
  34.  
  35. ++Tero Manninen, (nix@otitsun.oulu.fi)
  36.   3rd of July 1993
  37.  
  38.