DragonOS/tools
Vitus 832c04a23f
feat(nix): 添加nix alias,formatter,以及更好的提示与原make命令集成 (#1661)
* - chore:加了一条一键启动的命令

* chore(nix): 添加nixfmt格式化器并整合devShell配置

  - 添加treefmt-nix和nixfmt-rfc-style作为项目formatter
  - 将tools/nix-dev-shell的devShell配置合并到根目录flake.nix
  - 新增rust-toolchain到devShell的buildInputs
  - 格式化所有.nix文件并排除.direnv目录
  - 移除已废弃的tools/nix-dev-shell目录

* fix

* fix

* fix:构建完后直接退出
fix:  qemu 参数分开写的不支持问题

* fix

* fix

* fix:delete result

* remove 快速启动 hint

* Update Makefile

---------

Co-authored-by: Samuel Dai <samuka007@dragonos.org>
2026-01-28 00:17:18 +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
qemu feat(nix): 添加nix alias,formatter,以及更好的提示与原make命令集成 (#1661) 2026-01-28 00:17:18 +08:00
test-upload fix(ipc): 修复kill进程组的bug (#1424) 2025-12-02 14:15:28 +08:00
.gdbinit feat: 改进VM状态管理和GDB调试支持 (#1638) 2026-01-13 13:44:01 +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 o3能运行 2022-08-01 20:55:47 +08:00
bochsinit 🆕 基本完成了slab内存分配器 2022-02-28 16:15:44 +08:00
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(x86_64): 添加KVM时钟源支持 (#1683) 2026-01-22 15:23:40 +08:00
write_disk_image.sh refactor(wait_queue): 重构等待队列机制,引入Waiter/Waker模式 (#1452) 2025-12-10 14:04:05 +08:00