blob: d2c700ee0da0b72714fb6a68397ba6f9743f36b6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* $OpenBSD: biosmem.S,v 1.2 1997/04/09 08:39:24 mickey Exp $ */
#include <machine/asm.h>
#define _LOCORE
#include "biosdev.h"
#undef _LOCORE
ENTRY(biosmem)
BIOSINT(0x12)
ret
|