Library to program x86 (amd64) hardware. Contains x86 specific data structure descriptions, data-tables, as well as convenience function to call assembly instructions typically not exposed in higher level languages.
//! Data structures and functions used by 32-bit mode.
pubmodeflags;pubmodsegmentation;pubmodtask;#[inline(always)]pubunsafefnstack_jmp(stack:*mut(), ip:*const())->!{llvm_asm!("mov esp, $0; jmp $1"::"rg"(stack),"r"(ip)::"volatile","intel");loop{}}