diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2025-04-13 23:15:53 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2025-04-13 23:16:30 +0200 |
commit | 1183cba6c9c44d5a8f7282b247f44645c6d9aefe (patch) | |
tree | cfc389277c35b245bdbbcf65f92fba9fe941b877 /x86-bare-metal/mbr-disk-lba/.gitignore | |
parent | bdc785b6d09ee0bc6f289f707b0fd317448027b4 (diff) | |
download | zig-playground-1183cba6c9c44d5a8f7282b247f44645c6d9aefe.tar.gz zig-playground-1183cba6c9c44d5a8f7282b247f44645c6d9aefe.zip |
mbr: read disk lba addressing example
Diffstat (limited to 'x86-bare-metal/mbr-disk-lba/.gitignore')
-rw-r--r-- | x86-bare-metal/mbr-disk-lba/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x86-bare-metal/mbr-disk-lba/.gitignore b/x86-bare-metal/mbr-disk-lba/.gitignore new file mode 100644 index 0000000..a92a67f --- /dev/null +++ b/x86-bare-metal/mbr-disk-lba/.gitignore @@ -0,0 +1 @@ +BUILD/
\ No newline at end of file |