Files
linuxkit/projects/miragesdk/src
Thomas Gazagnaire 7d08325c7a miragesdk: move files around
The new hiearchy is:
- pkg/{init,mirage-compile}: additional Moby packages
- src/sdk -> the begining of the MirageOS SDK for Moby
- src/dhcp-client -> the code for the MirageOS dhcp-client service

Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
2017-03-29 13:39:20 +02:00
..
2017-03-29 13:39:20 +02:00
2017-03-29 13:39:20 +02:00
2017-03-29 13:39:20 +02:00
2017-03-29 13:39:20 +02:00
2017-03-29 13:39:20 +02:00
2017-03-29 13:39:20 +02:00
2017-03-29 13:39:20 +02:00
2017-03-29 13:39:20 +02:00
2017-03-29 13:39:20 +02:00

DHCP client using MirageOS

To debug/build, the enter-dev target will create a dev container where make dev will build and run the current state of the prototype:

make enter-dev
# now in the dev container
make dev

Documentation

See the general architecture document.