-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #201 from hannesm/mirage-48
update to mirage 4.8
- Loading branch information
Showing
7 changed files
with
32 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,13 @@ | ||
(* mirage >= 4.5.0 & < 5.0.0 *) | ||
(* mirage >= 4.8.0 & < 4.9.0 *) | ||
(* Copyright (C) 2017, Thomas Leonard <[email protected]> | ||
See the README file for details. *) | ||
|
||
(** Configuration for the "mirage" tool. *) | ||
|
||
open Mirage | ||
|
||
let nat_table_size = runtime_arg ~pos:__POS__ "Unikernel.nat_table_size" | ||
let ipv4 = runtime_arg ~pos:__POS__ "Unikernel.ipv4" | ||
let ipv4_gw = runtime_arg ~pos:__POS__ "Unikernel.ipv4_gw" | ||
let ipv4_dns = runtime_arg ~pos:__POS__ "Unikernel.ipv4_dns" | ||
let ipv4_dns2 = runtime_arg ~pos:__POS__ "Unikernel.ipv4_dns2" | ||
|
||
let main = | ||
main | ||
~runtime_args:[ nat_table_size; ipv4; ipv4_gw; ipv4_dns; ipv4_dns2; ] | ||
~packages:[ | ||
package "vchan" ~min:"4.0.2"; | ||
package "cstruct"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters