|
1
3
在Linux内核中TTY的实现。相关文件 https://docs.kernel.org/driver-api/tty/index.html . 首先,我们需要来自的宏 https://elixir.bootlin.com/linux/latest/source/include/linux/tty.h#L40 :
看起来这里使用了VMIN和VTIME https://elixir.bootlin.com/linux/latest/source/drivers/tty/n_tty.c#L2212 :
|
|
|
melonfsck · 是否允许在堆栈上分配旋转锁? 2 年前 |
|
|
gulpr · printk只输出时间戳,不打印消息 2 年前 |
|
|
é¢åºæ° · git发送电子邮件--回复失败 3 年前 |
|
|
zebra_rey · 内核模块是提取设备寄存器的理想方式吗? 3 年前 |