MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / next

Method next

Kernel/include/mischdr.h:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 uint8_t tag[];
93
94 mb2tag* next(){
95 return reinterpret_cast<mb2tag*>(((uintptr_t)this) + ((size + MULTIBOOT2_TAG_ALIGN - 1) & ~(MULTIBOOT2_TAG_ALIGN - 1))); // Get next tag making sure to round up to alignment
96 }
97} __attribute__((packed)) multiboot2_tag_t;
98
99typedef union {

Callers 1

InitCoreFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected