mirror of
https://github.com/tailix/libkernaux.git
synced 2024-11-13 11:04:27 -05:00
Add TODOs
This commit is contained in:
parent
377ba05c95
commit
6c31af9cd8
2 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#include <kernaux/multiboot2.h>
|
||||
|
||||
// TODO: add more tags
|
||||
__attribute__((section(".multiboot2"), used))
|
||||
__attribute__((aligned(KERNAUX_MULTIBOOT2_HEADER_ALIGN)))
|
||||
const struct {
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#include <kernaux/multiboot2.h>
|
||||
|
||||
// TODO: add more tags
|
||||
__attribute__((section(".multiboot2"), used))
|
||||
__attribute__((aligned(KERNAUX_MULTIBOOT2_HEADER_ALIGN)))
|
||||
const struct {
|
||||
|
|
Loading…
Reference in a new issue