diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2025-04-13 18:03:57 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2025-04-14 22:43:55 +0200 |
commit | 2449af676962af487dabc8099862e5c404d9efd8 (patch) | |
tree | bdddfb9a2c7208669074827506850f8b95df1d5e /x86-bare-metal/mbr-textmode/.gitignore | |
parent | 95ee682b853ef61c7cc16c8c14a4a54cc42ce197 (diff) | |
download | zig-playground-2449af676962af487dabc8099862e5c404d9efd8.tar.gz zig-playground-2449af676962af487dabc8099862e5c404d9efd8.zip |
mbr: add vga text mode example
Diffstat (limited to 'x86-bare-metal/mbr-textmode/.gitignore')
-rw-r--r-- | x86-bare-metal/mbr-textmode/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x86-bare-metal/mbr-textmode/.gitignore b/x86-bare-metal/mbr-textmode/.gitignore new file mode 100644 index 0000000..a92a67f --- /dev/null +++ b/x86-bare-metal/mbr-textmode/.gitignore @@ -0,0 +1 @@ +BUILD/
\ No newline at end of file |