Sign in
akaros
/
upstream
/
45749fce969c06556fce0e061f3156e5e352996d
/
.
/
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!"
);
}