zelos.emulator.x86_gdt module

class zelos.emulator.x86_gdt.GDT_32(memory, gdt_base=2147483648, size=4096)

Bases: object

static gdt_entry_flags(gr, sz, pr, privl, ex, dc, rw, ac)
set_entry(index, base, limit, flags, ti=0, rpl=3)