You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In LKMC d53ffcf we basically can nicely run 3 types of things:
full system linux kerne
userland
baremetal
However, more and more, we want nice interfaces to run other third party programs, notably benchmarks like Dhrystone, and notably in userland simulation.
What would be amazing is if we had proper "LKMC packages", maybe similar to: #116 and the ncould do just:
./run dhrystone
./run userland c/hello
./run linux
./run baremetal
and then make userland, linux and baremetal into regular packages.
The packages could also generate Bash command strings to run the packages withing full system Linux simulation.
The text was updated successfully, but these errors were encountered:
cirosantilli
changed the title
Create LKMC packages to have a nice run mechanism for third party packages like dhrystone or
Create LKMC packages to have a nice run mechanism for third party packages like dhrystone
Mar 14, 2020
In LKMC d53ffcf we basically can nicely run 3 types of things:
However, more and more, we want nice interfaces to run other third party programs, notably benchmarks like Dhrystone, and notably in userland simulation.
Currently, we just have a shitty interface for it as shown in https://cirosantilli.com/linux-kernel-module-cheat/#dhrystone
What would be amazing is if we had proper "LKMC packages", maybe similar to: #116 and the ncould do just:
and then make
userland
,linux
andbaremetal
into regular packages.The packages could also generate Bash command strings to run the packages withing full system Linux simulation.
The text was updated successfully, but these errors were encountered: