XV6 Operator System: 05-The Uart
上一节中,我们介绍了xv6
中的自旋锁。在这一节,我们将从uart
开始介绍,uart
是xv6
中console
和printf
的最基础的模块,用于串口通信。而对于xv6-riscv
的uart
模块的构成则是参考了16550a-uart或16550a-uart SIDSA。
上一节中,我们介绍了xv6
中的自旋锁。在这一节,我们将从uart
开始介绍,uart
是xv6
中console
和printf
的最基础的模块,用于串口通信。而对于xv6-riscv
的uart
模块的构成则是参考了16550a-uart或16550a-uart SIDSA。
Author: Chen Miao
Permalink: https://chenmiaoi.github.io/2024/06/27/xv6-The-Uart/
License: Copyright (c) 2024 CC-BY-NC-4.0 LICENSE
Slogan: Do you believe in DESTINY?