home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / docs / mailinglist-archive / 1993-12 / text0338.txt < prev    next >
Encoding:
Text File  |  1993-06-25  |  1.1 KB  |  28 lines

  1. > > BTW, can gas 1.38.1 from the gcc 2.3.3 package create pc relative
  2. > > code?  This would be needed when I translate my boot block code to
  3. > > disk..
  4. > Create? You'll have to code pcrelative.. 
  5.  
  6. ??? I'd like to do things in C, not in assembly!
  7. The question should have been whether gcc produces such
  8. assembly that gas can compile in to pc relative binary, or not.
  9.  
  10. > > Then another thing.. at boot block executing time the display hasn't
  11. > > been opened. It would be quite nice to put some output from boot
  12. > > loader to console. So, how do I create a display where to put data
  13. > > (for example by graphics.library Move() and Text())?.
  14. > Not opening a display
  15. > from ADos would also have the benefit that NetBSD can profit from some
  16. > of the compatibility built into the newer chipsets that behaves like
  17. > older chipsets as long as its not initialized properly. That would
  18. > mean that AGA probably behave like ECS if not initialized as AGA, and
  19. > opening a screen could just cause right this...
  20.  
  21. Ok, I'll leave the textual output only for debugging purposes
  22. to the source.
  23.  
  24. ++Tero
  25.  
  26.