Skip to content

Create LKMC packages to have a nice run mechanism for third party packages like dhrystone  #117

@cirosantilli

Description

@cirosantilli

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.

Currently, we just have a shitty interface for it as shown in https://cirosantilli.com/linux-kernel-module-cheat/#dhrystone

./run --userland "$(./getvar userland_build_dir)/submodules/dhrystone/dhrystone"

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions