diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-12-29 01:49:25 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2025-02-07 21:54:55 +0100 |
commit | f51b098bcd541ec6957c4a995b064df094763548 (patch) | |
tree | 2827263fca30b1f0cf3168943fc60e78b8086ab2 /x86-bare-metal/mbr-e820/.gitignore | |
parent | ec9c031a2768c0c38875776e25dbf2e9e7801b9e (diff) | |
download | zig-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/.gitignore | 1 |
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 |