View Single Post
Old 9th May 2009
IdOp's Avatar
IdOp IdOp is offline
Too dumb for a smartphone
 
Join Date: May 2008
Location: twisting on the daemon's fork(2)
Posts: 1,027
Default

Quick update: I applied the above patch, but it didn't compile. Turns out one more structure element was needed from the 4th link above, in vgavar.h:

Code:
 uint8_t vc_palette[256 * 3];
Not sure if it's in the right area, but with this it compiles GENERIC. Time to reboot and try things out.
Reply With Quote