Commit Graph

5 Commits

Author SHA1 Message Date
Justin Cormack
f596767fea boot with noapic, to avoid kernel panic on some systems
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
2016-01-11 16:24:39 +00:00
Mindy Preston
e65e393cb5 Need -serial stdio. 2016-01-09 01:09:10 +00:00
Mindy Preston
f088832c40 Run qemu-system-x86_64 with more memory.
With the default 128M of memory, the ramfs (which currently has a decompressed
size of ~82M) can't be completely written with the kernel and the compressed ramfs
also in memory, resulting in missing chunks of filesystem (notably /etc and /sbin for
me) on the emulated machine.  This makes for a dramatically broken moby.  Asking for 256M at least
gets us to some nice whale ASCII art and a console we can interact with.
2016-01-09 01:08:16 +00:00
Justin Cormack
4d92a7ca83 switch qemu Dockerfile to using alpine
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
2016-01-08 16:09:52 +00:00
Justin Cormack
3d0a6e76db initial Dockerfile for running qemu, however interactive serial console not working
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
2016-01-06 16:28:45 +00:00