summaryrefslogtreecommitdiff
path: root/sys/src/9/pc/dat.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2019-08-27 03:55:12 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2019-08-27 03:55:12 +0200
commit1e773c97e79d74983edd9b46694956f76b0c7fd5 (patch)
tree11ca8f835528c02337e7d376916ef3dabf1050e2 /sys/src/9/pc/dat.h
parent49411b2ca15b94b6631fd54d2576c5aeff63eb67 (diff)
pc64: implement NX bit discovery, map kernel mappings no-execute
Diffstat (limited to 'sys/src/9/pc/dat.h')
-rw-r--r--sys/src/9/pc/dat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc/dat.h b/sys/src/9/pc/dat.h
index ac5ed73ac..3941a925e 100644
--- a/sys/src/9/pc/dat.h
+++ b/sys/src/9/pc/dat.h
@@ -244,6 +244,7 @@ struct Mach
int havetsc;
int havepge;
int havewatchpt8;
+ int havenx;
uvlong tscticks;
int pdballoc;
int pdbfree;