-
Notifications
You must be signed in to change notification settings - Fork 50
Next #252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Passthrough SATA controller and PHY to VM2 DTS - Keep them in VM1 DTS then VM1 can reset and negotiate properly - Disable SATA drive in VM1's bootargs, so that it won't try accessing the drive and conflict with VM2.
* 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 f9af4f7.
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
* fix AXVISOR_VM_CONFIGS separator * fix: use std::env::join_paths for AXVISOR_VM_CONFIGS
ZCShou
approved these changes
Nov 27, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.