view kernel/src/archinterface.c3 @ 398:c0d9837acde8

x86 target refactor
author Windel Bouwman
date Thu, 29 May 2014 12:13:37 +0200
parents 9667d78ba79e
children
line wrap: on
line source


module arch;

function void init();

function void putc(int c);

function void halt();