summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/README.md2
-rwxr-xr-xtools/page/page.py4
2 files changed, 4 insertions, 2 deletions
diff --git a/tools/README.md b/tools/README.md
new file mode 100644
index 0000000..91ff590
--- /dev/null
+++ b/tools/README.md
@@ -0,0 +1,2 @@
+# You can probably ignore this directory for now.
+These were just tools I used to check my sanity in the early stages of my bootloader.
diff --git a/tools/page/page.py b/tools/page/page.py
index 03d8e32..95d1ccc 100755
--- a/tools/page/page.py
+++ b/tools/page/page.py
@@ -24,6 +24,6 @@ def get_table_size(addr):
return((pte_cnt + pde_cnt + pdpe_cnt + pml4_cnt) * 8)
-ts = get_table_size(68719476736)
-print(hex(ts))
+ts = get_table_size(34359738368)
+print(ts)