New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is Tinyx available in the source repository? #1

Open
stevepp opened this Issue Oct 16, 2017 · 5 comments

Comments

Projects
None yet
6 participants
@stevepp

stevepp commented Oct 16, 2017

Hi,
In the SOSP paper talking about LightVM, a tool called Tinyx is used to create minimalistic Linux VM images customized to a specific target application. I am just wondering whether this build system is also available in the LightVM source repository as I didn't find it after searching around. I would greatly appreciate it if someone could give some pointer.

@felipehuici

This comment has been minimized.

Show comment
Hide comment
@felipehuici

felipehuici Oct 17, 2017

Member
Member

felipehuici commented Oct 17, 2017

@nderjung

This comment has been minimized.

Show comment
Hide comment
@nderjung

nderjung Mar 6, 2018

Hi, any progress on this? I've read the paper which introduces it and would love to see specifics, implementation and to test it myself.

nderjung commented Mar 6, 2018

Hi, any progress on this? I've read the paper which introduces it and would love to see specifics, implementation and to test it myself.

@yvolchkov

This comment has been minimized.

Show comment
Hide comment
@yvolchkov

yvolchkov Mar 7, 2018

Member
Member

yvolchkov commented Mar 7, 2018

@hyperfekt

This comment has been minimized.

Show comment
Hide comment
@hyperfekt

hyperfekt May 11, 2018

@akshithg Any update on this? I would imagine this tool would be very useful for a ton of people.

hyperfekt commented May 11, 2018

@akshithg Any update on this? I would imagine this tool would be very useful for a ton of people.

@akshithg

This comment has been minimized.

Show comment
Hide comment
@akshithg

akshithg May 12, 2018

@hyperfekt There hasn't been any significant progress on this. I'm currently working on the kconfig system. Big picture:

  1. A graph to understand how the kernel config options relate to one another.
  2. Figuring a way to obtain a bare minimum config for a given application (automated).
    It is still a work in progress. Will share the link here once it is usable.

akshithg commented May 12, 2018

@hyperfekt There hasn't been any significant progress on this. I'm currently working on the kconfig system. Big picture:

  1. A graph to understand how the kernel config options relate to one another.
  2. Figuring a way to obtain a bare minimum config for a given application (automated).
    It is still a work in progress. Will share the link here once it is usable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment