wm: teppich

ref: 189fb3be1c27333f46853fcc68c800379348d026
dir: /include/x86.h/

View raw version
#pragma once
#include <u.h>

#define COM1 0x3F8

#define KBD 0x60
#define KBC 0x64

#define VGAC 0x3d4
#define VGAD 0x3d5

uint8 inb(uint16 port);
void outb(uint16 port, uint8 data);