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

  1. > How does one actually access the different modes supported by chopp's
  2. > console stuff? There seems to be some A2024 support in there, and I'd
  3. > LOVE to get X running on mine! :-) (especially since my sun3's monitor
  4. > went up in smoke and bright blue sparks recently, sigh).
  5.  
  6. Chris? There are ioctl's that set display mode, and Chris seems to
  7. have a tool that sends those ioctls, right?
  8.  
  9. > Also, in both 713 and 714, reboot stopped working. It used to work
  10.  
  11. Mike Hitch gave an important clue: it might be because of recent
  12. misalignment of the reboot code. If the reboot code isn't long aligned,
  13. the prefetch trick might not work.
  14.  
  15. > perfectly, now it gives me fireworks. The display area of the screen
  16. > (the 640x400 in the midle, the overscan area stays grey) alternates
  17. > between a pattern of vertical white stripes and grey/blue/black
  18. > "static". I'm running on a B2000 with a GVP Series II '030, 8M ram.
  19.  
  20. This could also be the result of the new chipmem allocator. Chris,
  21. do you give chipmem away starting from the start or from the end?
  22. Previously, chipmem was allocated from the ends, growing towards
  23. the start. Could be that the new allocator goes the other way round,
  24. then you'd see the reboot code "show up" in your console, as it has
  25. to be copied to chipmem to be able to turn off the mmu before the
  26. actual reset.
  27.  
  28. -Markus
  29.  
  30.  
  31.