#ifndef LOWLEVEL_H #define LOWLEVEL_H void outb(uint16_t p,uint8_t val); #endif