icexin / eggos

A Go unikernel running on x86 bare metal
http://eggos.icexin.com
MIT License
2.24k stars 113 forks source link

docs: explain where to specify the kernel file in `egg run` #72

Open icexin opened 3 years ago

icexin commented 3 years ago

At present, if egg run does not use -k to specify the kernel file, it simply prints the error of missing kernel file, need to add more detailed information on how to specify the kernel file.