]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/9/pc/vga.c
kernel: cleanup makefile for $CONF.$O target
[plan9front.git] / sys / src / 9 / pc / vga.c
index e88937730353a0750827dd343d719bc3d1d4f565..2cfbd8078b3dafe3af74470361bb5af985d6cadd 100644 (file)
@@ -257,7 +257,7 @@ addvgaseg(char *name, ulong pa, ulong size)
        Physseg seg;
 
        memset(&seg, 0, sizeof seg);
-       seg.attr = SG_PHYSICAL;
+       seg.attr = SG_PHYSICAL | SG_DEVICE | SG_NOEXEC;
        seg.name = name;
        seg.pa = pa;
        seg.size = size;