摘要: 用Qemu模拟一个下面的Numa架构: 启动命令如下: #!/bin/bash QEMU=qemu-system-aarch64 sudo $QEMU\ -M virt,gic-version=3,virtualization=on,type=virt \ -cpu cortex-a57 -nogr 阅读全文
posted @ 2021-07-14 14:01 dolinux 阅读(1033) 评论(0) 推荐(0)
摘要: 转载:https://wiki.musl-libc.org/functional-differences-from-glibc.html The stdio implementation printf behavior glibc supports some alternate incorrect 阅读全文
posted @ 2021-07-14 08:55 dolinux 阅读(59) 评论(0) 推荐(0)