Changes between Version 13 and Version 14 of jazz/08-11-16
- Timestamp:
- Nov 16, 2008, 12:29:27 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/08-11-16
v13 v14 216 216 leaves the console in the broken state. 217 217 }}} 218 * 尋找合理懷疑對象: 219 {{{ 220 root@intrepid:~/jfbterm-0.4.7# grep "KD_GRAPHICS" * 221 vterm.c: ioctl(0, KDSETMODE, KD_GRAPHICS); 222 223 root@intrepid:~/jfbterm-0.4.7# grep "KD_TEXT" * 224 main.c: if (mode == KD_TEXT) { 225 vterm.c: ioctl(0, KDSETMODE, KD_TEXT); 226 }}}