Allow an external kernel to be used to boot guests.
[mclu.git] / mclu_console.mli
index 46ae35e..486cca0 100644 (file)
@@ -19,3 +19,5 @@
 val get_arg_speclist : unit -> (Arg.key * Arg.spec * Arg.doc) list
 
 val run : verbose:bool -> string list -> unit
+
+val console : verbose:bool -> ?host:string -> string -> unit