summaryrefslogtreecommitdiff
path: root/src/arch/amd64/paging.h
diff options
context:
space:
mode:
authortrimill <trimill@trimillxyz.org>2024-01-31 22:30:35 -0500
committertrimill <trimill@trimillxyz.org>2024-02-01 17:01:20 -0500
commitb5b904cfc9bf22ce9f6c3cfcf110e4559ef0994a (patch)
tree2b352192a63e75fa921ac82ef370adb7da49434d /src/arch/amd64/paging.h
parentdisplay mem formatted (diff)
downloadcorn-b5b904cfc9bf22ce9f6c3cfcf110e4559ef0994a.tar.gz
corn-b5b904cfc9bf22ce9f6c3cfcf110e4559ef0994a.tar.bz2
corn-b5b904cfc9bf22ce9f6c3cfcf110e4559ef0994a.zip
follow the corn style guide
Diffstat (limited to '')
-rw-r--r--src/arch/amd64/paging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/amd64/paging.h b/src/arch/amd64/paging.h
index 1768106..a76a172 100644
--- a/src/arch/amd64/paging.h
+++ b/src/arch/amd64/paging.h
@@ -4,7 +4,7 @@
#define F_WRITEABLE 0x002
#define F_UNPRIVILEGED 0x004
#define F_WRITETHROUGH 0x008
-#define F_CACHEDISABLE 0x010
+#define F_CACHEDISABLE 0x010
#define F_ACCESSED 0x020
#define F_DIRTY 0x040
#define F_MEGABYTE 0x080