摘要: rs232串行通信处理的过程。它把串行线路上接收到的字符放入串行终端的读缓冲队列read_q当中,或者把写缓冲队列read_q发送到远端的穿行的终端设备 源码 /* * linux/kernel/rs_io.s * * (C) 1991 Linus Torvalds */ /* * rs_io.s 阅读全文
posted @ 2022-04-05 18:36 zhenjingcool 阅读(67) 评论(0) 推荐(0)
摘要: 该源文件主要处理串行数据的发送和接收。 0 显卡和CGA 参考:https://blog.csdn.net/cy295957410/article/details/108436730 CGA(Color Graphics Adapter)彩色图形接口。是CGA显卡,提供基本的彩色文本显示 EGA(E 阅读全文
posted @ 2022-04-05 02:48 zhenjingcool 阅读(186) 评论(0) 推荐(0)