@@ -0,0 +1,16 @@
#include "gdt.h"
#include "types.h"
struct example {
int a;
int b;
};
struct GDT {
u32 address;
u16 size;
}__attribute__((packed));
static void load_gdt(const GDT* table);
The note is not visible to the blocked user.