Fix pos to be an offset of entry
commit6aeb60f6e41ab8e130e28157f9878a1eaab9bc96
authorJakub Jermar <jakub@jermar.eu>
Thu, 16 May 2019 22:08:53 +0000 (17 00:08 +0200)
committerJakub Jermar <jakub@jermar.eu>
Thu, 16 May 2019 22:26:49 +0000 (17 00:26 +0200)
tree5a7a7b39a92d7ccd6d01feae6d74533e4681d302
parenta548528552366e61f5f0fe987fde037094148135
Fix pos to be an offset of entry

pos needs to also include the first 8 bytes of multiboot2_tag_t so that
it represents an offset from the beginning of the tag and points to
entry.
kernel/genarch/src/multiboot/multiboot2.c