Re: [Etherboot-developers] Gotcha in 4.7.24
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Ken Y. <ke...@nl...> - 2001-04-12 01:10:43
|
|I just compiled 4.7.24 and at first it hiccuped because I had | -DEMERGENCYDISKBOOT |and not | -DTAGGED_IMAGE | |The problem is that void gateA20_unset(void) only depends on -DTAGGED_IMAGE. Thanks, my oversight. It now depends on defined(TAGGED_IMAGE) || defined(FLOPPY). |