mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
signal相关数据结构&代码结构优化 (#84)
* 解决由于spinlock.h中包含preempt_enable()带来的循环include问题 * new: 初步实现signal的数据结构
This commit is contained in:
@ -140,7 +140,7 @@ rustInstall() {
|
||||
############ 开始执行 ###############
|
||||
banner
|
||||
rustInstall
|
||||
exit
|
||||
|
||||
if [ "Darwin" == "$(uname -s)" ]; then
|
||||
install_osx_pkg "$emulator" || exit 1
|
||||
else
|
||||
@ -174,6 +174,6 @@ else
|
||||
fi
|
||||
|
||||
# 创建磁盘镜像
|
||||
sudo bash create_hdd_image.sh
|
||||
bash create_hdd_image.sh
|
||||
|
||||
congratulations
|
Reference in New Issue
Block a user