summaryrefslogtreecommitdiff
path: root/x86-bare-metal/mbr-e820/.gitignore
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2024-12-29 01:49:25 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2025-02-07 21:54:55 +0100
commitf51b098bcd541ec6957c4a995b064df094763548 (patch)
tree2827263fca30b1f0cf3168943fc60e78b8086ab2 /x86-bare-metal/mbr-e820/.gitignore
parentec9c031a2768c0c38875776e25dbf2e9e7801b9e (diff)
downloadzig-playground-f51b098bcd541ec6957c4a995b064df094763548.tar.gz
zig-playground-f51b098bcd541ec6957c4a995b064df094763548.zip
mbr: example to query memory map (e820)
Diffstat (limited to 'x86-bare-metal/mbr-e820/.gitignore')
-rw-r--r--x86-bare-metal/mbr-e820/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/x86-bare-metal/mbr-e820/.gitignore b/x86-bare-metal/mbr-e820/.gitignore
new file mode 100644
index 0000000..a92a67f
--- /dev/null
+++ b/x86-bare-metal/mbr-e820/.gitignore
@@ -0,0 +1 @@
+BUILD/ \ No newline at end of file