Skip to content

Conversation

@ZR233
Copy link
Contributor

@ZR233 ZR233 commented Sep 8, 2025

No description provided.

ZCShou and others added 25 commits November 19, 2025 13:41
* replace bootargs ro to rw
---------

Co-authored-by: szy <songzhyo@qq.com>
fix: update test configurations and dependencies
* Add QEMU x86_64 platform support and various enhancements

- Introduced a new configuration file for QEMU x86_64 platform.
- Updated build scripts to accommodate changes in linker script generation.
- Enhanced Cargo.toml for x86-qemu-q35 platform with additional dependencies and features.
- Implemented multi-processor booting with support for application processors.
- Added APIC support for interrupt handling and timer management.
- Created boot and console modules for kernel initialization and UART communication.
- Developed memory management functionalities, including physical memory information retrieval.
- Implemented time management using TSC as the clock source.
- Added power management functionalities for system shutdown and CPU bootstrapping.
- Updated linker script to include driver registration sections.
- Created a new script for QEMU x86_64 execution with appropriate arguments.

* refactor: update platform features and remove unused configurations
This reverts commit e10cd52.
This reverts commit 7816243.
This reverts commit ff1b280.
…20 (#310)

* feat(ci): add x86_64 NimbOS support and upgrade guest images to v0.0.20
refactor: replace arceos make with xtask, add gui configuration
@ZR233 ZR233 requested a review from ZCShou November 27, 2025 07:25
* fix AXVISOR_VM_CONFIGS separator

* fix: use std::env::join_paths for AXVISOR_VM_CONFIGS
@ZR233 ZR233 merged commit 309c65f into master Nov 27, 2025
14 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AXVISOR_VM_CONFIGS 路径分隔符导致启动多个VM时配置文件读取失败