diff options
author | trimill <trimill@trimillxyz.org> | 2024-01-31 22:30:35 -0500 |
---|---|---|
committer | trimill <trimill@trimillxyz.org> | 2024-02-01 17:01:20 -0500 |
commit | b5b904cfc9bf22ce9f6c3cfcf110e4559ef0994a (patch) | |
tree | 2b352192a63e75fa921ac82ef370adb7da49434d /src/arch/amd64/paging.h | |
parent | display mem formatted (diff) | |
download | corn-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.h | 2 |
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 |