mirage / mirage-skeleton

Examples of simple MirageOS apps
The Unlicense
227 stars 93 forks source link

remove console from unikernels (apart from device-usage/console) #360

Closed hannesm closed 1 year ago

hannesm commented 1 year ago

the reasoning behind it is that I realized the "console" device is just superfluous: it is a write-only thing, and conventionally we use printf anyways (or logs). so, keeping the dependency on a console device around is just adding complexity for no good reason.

if you disagree, please say so.

samoht commented 1 year ago

LGTM