1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-11-13 11:04:27 -05:00

Add TODOs

This commit is contained in:
Alex Kotov 2022-01-14 11:38:21 +05:00
parent 377ba05c95
commit 6c31af9cd8
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
#include <kernaux/multiboot2.h>
// TODO: add more tags
__attribute__((section(".multiboot2"), used))
__attribute__((aligned(KERNAUX_MULTIBOOT2_HEADER_ALIGN)))
const struct {

View file

@ -1,5 +1,6 @@
#include <kernaux/multiboot2.h>
// TODO: add more tags
__attribute__((section(".multiboot2"), used))
__attribute__((aligned(KERNAUX_MULTIBOOT2_HEADER_ALIGN)))
const struct {