Changes between Version 13 and Version 14 of jazz/08-11-16


Ignore:
Timestamp:
Nov 16, 2008, 12:29:27 PM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/08-11-16

    v13 v14  
    216216leaves the console in the broken state.
    217217}}}
     218 * 尋找合理懷疑對象:
     219{{{
     220root@intrepid:~/jfbterm-0.4.7# grep "KD_GRAPHICS" *
     221vterm.c:        ioctl(0, KDSETMODE, KD_GRAPHICS);
     222
     223root@intrepid:~/jfbterm-0.4.7# grep "KD_TEXT" *
     224main.c:        if (mode == KD_TEXT) {
     225vterm.c:        ioctl(0, KDSETMODE, KD_TEXT);
     226}}}