google / novm

Experimental KVM-based VMM for containers, written in Go.
Apache License 2.0
1.68k stars 123 forks source link

bootparam.h path #2

Closed tjyang closed 9 years ago

tjyang commented 9 years ago

Not sure if the source is built ok on Ubuntu. but for Fedora(21) I need to make following change to allow linux_setup.go to be compiled.

[tjyang@fedora21 novm]$ grep bootpara src/novmm/loader/linux_setup.go
//#include <x86_64-linux-gnu/asm/bootparam.h>
#include <asm/bootparam.h>
//#include <i386-linux-gnu/asm/bootparam.h>
#include <asm/bootparam.h>
[tjyang@fedora21 novm]$ 
amscanne commented 9 years ago

Fixed in c5a5feaf05af72a488192c5209a86c241d828a7d.