- 15 Aug, 2023 10 commits
-
-
sjf authored
-
sjf authored
-
sjf authored
-
sjf authored
-
sjf authored
-
sjf authored
-
sjf authored
-
sjf authored
-
sjf authored
Signed-off-by:
sjf <s1973853034@163.com>
-
cocoeoli authored
When typing pause command in the zvm, system may excete to a null pointer address. The reason is that the schduler marks the thread as a queued thread in the running qeueu, but dose not add it to the real queue which make a illegal access. signed-off-by:
Chenglai <Xiong<xiongcl@hnu.edu.cn>
-
- 13 Aug, 2023 1 commit
-
-
cocoeoli authored
Removed fvp_cortex_a55 board support, update some configure file for build zvm. signed-off-by:
Chenglai <Xiong<1981639884@qq.com>
-
- 11 Aug, 2023 2 commits
-
-
cocoeoli authored
Merge pull request !13 from 宋君帆/memory /approve
-
Chenglai Xiong authored
Add an automated build process based on relative paths to avoid modifications by each user. signed-off-by:
Chenglai <Xiong<1981639884@qq.com> Author: Chenglai Xiong <1981639884@qq.com> Date: Fri Aug 11 15:39:09 2023 +0800
-
- 10 Aug, 2023 1 commit
-
-
sjf authored
This commit fixed the vm_delete function that can delete memory cleanly. Signed-off-by:
sjf <s1973853034@163.com>
-
- 07 Aug, 2023 1 commit
-
-
cocoeoli authored
Merge pull request !11 from 宋君帆/memory /approve
-
- 06 Aug, 2023 1 commit
-
-
sjf authored
This commit ludes the addition of system images, QEMU, and DTB. Signed-off-by:
sjf <s1973853034@163.com>
-
- 05 Aug, 2023 1 commit
-
-
sjf authored
This commit optimizes the pagetable used by the virtual machine. Specifically, the Linux VM's pagetable size is 4MB, while the Zephyr VM's pagetable size is 0.5MB. Additionally, I have addressed the circular reference issue involving the files zvm.h, zvm_mm.h, os.h, os_linux.h, and os_zephyr.h Signed-off-by:
sjf <s1973853034@163.com>
-
- 04 Aug, 2023 1 commit
-
-
sjf authored
This commit fixed the linux can't run,and now you can run zephyr and linux virtual machine simultaneously. Signed-off-by:
sjf <s197853034@163com>
-
- 17 Jul, 2023 1 commit
-
-
cocoeoli authored
Merge pull request !9 from 宋君帆/memory
-
- 12 Jul, 2023 1 commit
-
-
sjf authored
This commit achieved the function that can allocate memory dynamically. Signed-off-by:
<sjf<s1973853034@163.com>
-
- 04 Jul, 2023 20 commits
-
-
cocoeoli authored
Update readme.rst for the master branch. signed-off-by:
Chenglai Xiong <xiongcl@hnu.edu.cn>
-
cocoeoli authored
We have refactored the git repository and made some changes to errors caused by git tools. signed-off-by:
Chenglai Xiong <xiongcl@hnu.edu.cn>
-
cocoeoli authored
We fixed some link referencing issues and formatting errors. Signed-off-by:
Chenglai Xiong <xiongcl@hnu.edu.cn>
-
cocoeoli authored
We updated all the documentation of zvm system, and built a comprehensive document architecture that facilitates users to easily read relevant documents. At the same time, We have corrected many errors in the origin documents. signed-off-by:
Chenglai Xiong <xiongcl@hnu.edu.cn>
-
cocoeoli authored
We update the zvm's download address for the system. signed-off-by:
Chenglai Xiong <xiongch@hnu.edu.cn>
-
cocoeoli authored
We have added a list of supported hardware simulation platforms, system code structure directories, and arrangements for the next optimization plan. signed-off-by:
Chenglai Xiong <xiongcl@hnu.edu.cn>
-
cocoeoli authored
We update the zvm document for quickly build and debug zvm system, which modified some operation error in before documentation. signed-off-by:
Chenglai Xiong <xiongcl@hnu.edu.cn>
-
sjf authored
Signed-off-by:
sjf <s1973853034@163.com>
-
cocoeoli authored
Update readme.rst to add support for git readme web page redirection, which can be redirected to different document pages through web pages. signed-off-by:
Chenglai <Xiong<xiongcl@hnu.edu.cn>
-
cocoeoli authored
Signed-off-by:
cocoeoli <1981639884@qq.com>
-
cocoeoli authored
-
cocoeoli authored
Signed-off-by:
cocoeoli <1981639884@qq.com>
-
cocoeoli authored
-
cocoeoli authored
We have support fvp_cortex_a55x4_a75x2 board platform and remove fvp_cortex_a55 platform. Now, when using auto build to build fvp boards, the default board is fvp_cortex_a55x4_a75x2. signed-off-by:
Chenglai <Xiong<xiongcl@hnu.edu.cn>
-
cocoeoli authored
We found some zvm doc has some error that may cause incomplete construction steps. So, we changed this document. By the way, all the document has been changed to rst format. signed-off-by:
Chenglai <Xiong<xiongcl@hnu.edu.cn>
-
songjf authored
-
songjf authored
-
cocoeoli authored
Add shell command for zvm system, for auto build & debug zvm system in qemu and fvp platform. signed-off-by:
Chenglai Xiong <xiongcl@hnu.edu.cn>
-
cocoeoli authored
When we merge diff branch in local workspace and pull branch from remote workspace. There are some conflict we must to process. signed-off-by:
Chenglai Xiong <xiongcl@hnu.edu.cn>
-
cocoeoli authored
Add all subsystem files and qemu related file for zvm system. signed-off-by:
Chenglai <Xiong<xiongcl@hnu.edu.cn>
-