From 4544749e3c163c511a9a28992b3ac429515c0a5a Mon Sep 17 00:00:00 2001 From: Amaan Cheval Date: Mon, 13 Aug 2018 16:03:12 +0530 Subject: bsps/x86_64: Add paging support with 1GiB super pages Updates #2898. --- bsps/x86_64/headers.am | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bsps/x86_64/headers.am (limited to 'bsps/x86_64/headers.am') diff --git a/bsps/x86_64/headers.am b/bsps/x86_64/headers.am new file mode 100644 index 0000000000..6f79bca7c0 --- /dev/null +++ b/bsps/x86_64/headers.am @@ -0,0 +1,5 @@ +## This file was generated by "./boostrap -H". + +include_libcpudir = $(includedir)/libcpu +include_libcpu_HEADERS = +include_libcpu_HEADERS += ../../../../../bsps/x86_64/include/libcpu/page.h -- cgit v1.2.3