From 4a3d755ca8d64fe81930b93b1f90411f290976fd Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 22 Apr 2026 09:31:03 +0200 Subject: multiboot2: add test MBI dump --- .gitattributes | 1 + libs/multiboot2/test_data/mbi.bin | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 libs/multiboot2/test_data/mbi.bin diff --git a/.gitattributes b/.gitattributes index 5713ac7..219d96f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ *.img filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text diff --git a/libs/multiboot2/test_data/mbi.bin b/libs/multiboot2/test_data/mbi.bin new file mode 100644 index 0000000..4985526 --- /dev/null +++ b/libs/multiboot2/test_data/mbi.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b67ca95183fde8e7dc8dac2d20af9331122128127926ebe6f8bd80ca9fed7c3 +size 1176 -- cgit v1.2.3