Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

bootparam.h path #2

Closed
tjyang opened this issue Jan 7, 2015 · 1 comment
Closed

bootparam.h path #2

tjyang opened this issue Jan 7, 2015 · 1 comment

Comments

@tjyang
Copy link

tjyang commented Jan 7, 2015

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
Copy link
Contributor

amscanne commented Jan 8, 2015

Fixed in c5a5fea.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants