diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-04-22 09:31:03 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-04-22 09:32:13 +0200 |
| commit | 4a3d755ca8d64fe81930b93b1f90411f290976fd (patch) | |
| tree | 1633069a7b62d3863f9f8a3a700d8d4dfd879bf1 | |
| parent | 743b41956d5dab989a7e408fd7e69ac0bc5afb8c (diff) | |
| download | teachos-4a3d755ca8d64fe81930b93b1f90411f290976fd.tar.xz teachos-4a3d755ca8d64fe81930b93b1f90411f290976fd.zip | |
multiboot2: add test MBI dump
| -rw-r--r-- | .gitattributes | 1 | ||||
| -rw-r--r-- | libs/multiboot2/test_data/mbi.bin | 3 |
2 files changed, 4 insertions, 0 deletions
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 |
