home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / docs / mailinglist-archive / 1993-12 / text0277.txt < prev    next >
Encoding:
Text File  |  1993-06-25  |  723 b   |  24 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.  
  5. Yes all of them should be able to create PC rel code the question is
  6. how correct is it?  It seems the safest way to do things currently is
  7. (in order of preference) don't use PC rel. or use format pc@(symbol)
  8. it gets very incompatible from that point on.
  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.  
  15. Are you talking about NetBSD?
  16.  
  17. > ++Tero
  18. >
  19. Chris.
  20.  
  21.  
  22.