@@ -10,7 +10,7 @@ In this fork, we add the [app](/app) folder, which has a few contributions:
- in the [vm](app/vm.c) file we introduced virtual memory support,
-[gmc_driver](app/include/gmc_driver.h), [iommu_driver](app/include/iommu_driver.h) and [nic_driver](app/include/nic_driver.h) are drivers for the implemented devices,
-[merge_sort_shmem](app/merge_sort_shmem.c) implements a merge-sort benchmark for the system, and
- in [test_nic](app/test_nic.c) we do virtual memory initialization, as well as configuration of the devices and run the benchmark, it also configures the PLIC to supports IOMMU page fault external interruptions,
- in [test_nic](app/test_nic.c) we do virtual memory initialization, as well as configuration of the devices and run the benchmark, it also configures the PLIC to support IOMMU page fault external interruptions,
- a [build script](do_build.sh) to build the baremetal runtime and the app: