Skip to content
Snippets Groups Projects
Commit e82c936a authored by Guy Zana's avatar Guy Zana
Browse files

About to add mbuf ipc

parent fce761c3
No related merge requests found
......@@ -109,10 +109,13 @@ fs += fs/ramfs/ramfs_vfsops.o \
fs += fs/devfs/devfs_vnops.o \
fs/devfs/device.o
net = net/net.o
drivers :=
drivers += drivers/console.o drivers/vga.o drivers/isa-serial.o
drivers += drivers/ramdisk.o
drivers += $(fs)
drivers += $(net)
drivers += core/mmu.o
drivers += core/elf.o
drivers += drivers/device.o
......
net/mbuf.h 0 → 100644
This diff is collapsed.
extern "C" {
// #include "mbuf.h"
}
void test_mbuf(void)
{
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment