Sign in
akaros
/
upstream
/
9a665fa5dae4e319c41a2cf2cfb6d9670403dea9
/
.
/
kern
/
arch
/
x86
/
frontend.c
blob: 5ae5dbbc74d3698fda24d546074a2efbee02a154 [
file
] [
log
] [
blame
]
#include
<multiboot.h>
#include
<arch/frontend.h>
#include
<kmalloc.h>
#include
<assert.h>
#define
debug
(...)
printk
(
__VA_ARGS__
)
int
handle_appserver_packet
(
const
char
*
p
,
size_t
size
)
{
panic
(
"bad appserver packet!"
);
}