DragonOS/tools
LoGin 4c13a59d28
feat(arch/x86_64): 添加AVX支持和XSAVE指令集优化 (#1569)
- 在启动代码中启用CR4.OSXSAVE位和XCR0寄存器以支持AVX指令集
- 重构FPU状态管理模块,支持XSAVE/XRSTOR指令并自动检测硬件能力
- 扩展信号处理框架以支持AVX寄存器状态的保存和恢复
- 修复进程切换时FPU状态恢复的时序问题,确保首次进入用户态前正确初始化
- 优化QEMU启动脚本,使用host CPU模式以支持更多现代指令集特性

Signed-off-by: longjin <longjin@DragonOS.org>
2025-12-29 23:01:37 +08:00
..
arch 调整脚本,使得能够创建riscv的磁盘镜像,并引导进入riscv下的grub (#450) 2023-11-21 13:42:18 +08:00
debugging/logmonitor chore: Upgrade kernel toolchain to 250810 (#1257) 2025-08-18 13:25:19 +08:00
nix-dev-shell feat(build): replace rootfs and user space app creation with nix base scripts (#1505) 2025-12-26 18:36:13 +08:00
qemu fix(doc), chore(nix): 文档nix run package名字不对应 更新qemu-system-data包使用deb snapshot archieve (#1570) 2025-12-29 14:51:04 +08:00
test-upload fix(ipc): 修复kill进程组的bug (#1424) 2025-12-02 14:15:28 +08:00
.gdbinit chore: 删除package-lock.json并恢复.gdbinit配置文件 (#1100) 2025-03-12 00:23:08 +08:00
.gitignore feat: la64 boot (#1132) 2025-04-20 18:51:45 +08:00
BUILD_CONTAINER_VERSION feat(ci): Bump build container to v1.19 and CI fixes (#1442) 2025-12-09 13:59:57 +08:00
Cargo.lock chore: 将cargo.lock恢复提交到git (#1114) 2025-03-25 11:27:50 +08:00
Cargo.toml 增加内存分配日志监视器 (#424) 2023-11-07 21:39:27 +08:00
Dockerfile feat(ci): Bump build container to v1.19 and CI fixes (#1442) 2025-12-09 13:59:57 +08:00
Dockerfile.artifacts ci: Refactor nightly build workflow to separate build and publish steps (#1473) 2025-12-15 15:19:42 +08:00
Makefile fix: 更新Makefile指定的Rust工具链为nightly-2025-08-10 (#1328) 2025-11-01 15:39:46 +08:00
batch_delete_loop.py
bochsinit
bootstrap.sh feat(build): replace rootfs and user space app creation with nix base scripts (#1505) 2025-12-26 18:36:13 +08:00
build_gcc_toolchain.sh feat: la64 boot (#1132) 2025-04-20 18:51:45 +08:00
build_in_docker.sh feat(ci): Bump build container to v1.19 and CI fixes (#1442) 2025-12-09 13:59:57 +08:00
change_rust_src.sh feat: la64 boot (#1132) 2025-04-20 18:51:45 +08:00
check_arch.sh feat: la64 boot (#1132) 2025-04-20 18:51:45 +08:00
configure_network.sh feat: la64 boot (#1132) 2025-04-20 18:51:45 +08:00
create_hdd_image.sh 调整脚本,使得能够创建riscv的磁盘镜像,并引导进入riscv下的grub (#450) 2023-11-21 13:42:18 +08:00
doc_translator.py Fix mountable fs doc (#1224) 2025-06-29 17:57:32 +08:00
dump_kernel.sh feat: la64 boot (#1132) 2025-04-20 18:51:45 +08:00
grub_auto_install.sh feat: la64 boot (#1132) 2025-04-20 18:51:45 +08:00
init_rust_toolchain.sh feat: la64 boot (#1132) 2025-04-20 18:51:45 +08:00
install_cross_gcc.sh feat: la64 boot (#1132) 2025-04-20 18:51:45 +08:00
list_contributors.py 添加socketpair (#505) 2024-02-07 18:06:15 +08:00
make_fs_image.sh feat(fs): 补充mount系统调用,增加对硬盘挂载 & ext4文件系统的支持 (#1182) 2025-06-29 17:05:06 +08:00
run-qemu.sh feat(arch/x86_64): 添加AVX支持和XSAVE指令集优化 (#1569) 2025-12-29 23:01:37 +08:00
write_disk_image.sh refactor(wait_queue): 重构等待队列机制,引入Waiter/Waker模式 (#1452) 2025-12-10 14:04:05 +08:00