DracOS

$ stat ./projects/dracos.md

File: "dracos"

Size: 24 words

DracOS

hand-built, x86, ring 0, bare-metal operating system

Why?

why did i do this?

// GDT setup
struct gdt_entry_bits {
  unsigned int limit_low: 16;
  unsigned int base_low: 24;
};
~
~
<EOF>