Adding Demo for Xen port for x86 (32bit and 64bit)#36
Open
amd-asahoo wants to merge 3 commits intoFreeRTOS:mainfrom
Open
Adding Demo for Xen port for x86 (32bit and 64bit)#36amd-asahoo wants to merge 3 commits intoFreeRTOS:mainfrom
amd-asahoo wants to merge 3 commits intoFreeRTOS:mainfrom
Conversation
Member
|
Please add LICENSE file. |
aggarg
reviewed
Jan 11, 2026
| @@ -0,0 +1,119 @@ | |||
| # FreeRTOS port for Xen | |||
| This repository contains source for FreeRTOS port for xen. | |||
Member
There was a problem hiding this comment.
Source for port or source for demo?
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
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.
Adding Demo for Xen port for x86 (32bit and 64bit)
Description
This release provides details of the FreeRTOS PVH/HVM supported features and CLI commands for x86.
Test Steps
make
example: freertos-vx.0-x86_32.iso (where x represents any FreeRTOS released version)
xl create freertos_x86_32.hvm
xl list
freertos 32 3 256 1 -b---- 69.5
xl create freertos_x86_64.hvm
xl list
freertos 64 3 256 1 -b---- 69.5
xl console <domain_name|domain_id>
freertos_x86_32.pvh
freertos_x86_64.pvh
Related Issue
New Port.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.