[openbeosnetteam] Re: Status
- From: Waldemar Kornewald <wkornew@xxxxxxx>
- To: openbeosnetteam@xxxxxxxxxxxxx
- Date: Wed, 14 Jun 2006 15:24:56 +0200
Andrew Galante wrote:
How do you set up the stack in R5? I have the current stack working in Haiku
- passing single packets around isn't much trouble.
It only works with BONE. The R5 kernel does not support select() and our
emulation code doesn't work. Under BONE you'll have to rename the
/boot/beos/system/add-ons/kernel/network folder and use "jam
install-networking" (of course, "configure --target=bone" before doing that).
Then, you'll need to make the libraries accessible to all apps. Personally, I
prefer to place symlinks to the freshly compiled libnet.so, libbind.so,
libsocket.so, and libnetwork.so in my home/config/lib folder.
Bye,
Waldemar Kornewald
- Follow-Ups:
- [openbeosnetteam] Re: Status
- From: Stephan Assmus
- References:
- [openbeosnetteam] Re: Status
- From: Oliver Tappe
- [openbeosnetteam] Re: Status
- From: Axel Dörfler
- [openbeosnetteam] Re: Status
- From: Andrew Galante
Other related posts:
- » [openbeosnetteam] Status
- » [openbeosnetteam] Re: Status
- » [openbeosnetteam] Re: Status
- » [openbeosnetteam] Re: Status
- » [openbeosnetteam] Re: Status
- » [openbeosnetteam] Re: Status
- » [openbeosnetteam] Re: Status
- » [openbeosnetteam] Re: Status
- » [openbeosnetteam] Re: Status
- » [openbeosnetteam] Re: Status
- » [openbeosnetteam] Re: Status
- » [openbeosnetteam] Re: Status
- » [openbeosnetteam] Re: Status
- » [openbeosnetteam] Re: Status
- » [openbeosnetteam] Re: Status
- » [openbeosnetteam] Re: Status
- » [openbeosnetteam] Re: Status
- » [openbeosnetteam] Re: Status
- » [openbeosnetteam] Re: Status
- » [openbeosnetteam] Re: Status
- » [openbeosnetteam] Re: Status
- » [openbeosnetteam] Status
How do you set up the stack in R5? I have the current stack working in Haiku - passing single packets around isn't much trouble.
It only works with BONE. The R5 kernel does not support select() and our emulation code doesn't work. Under BONE you'll have to rename the /boot/beos/system/add-ons/kernel/network folder and use "jam install-networking" (of course, "configure --target=bone" before doing that). Then, you'll need to make the libraries accessible to all apps. Personally, I prefer to place symlinks to the freshly compiled libnet.so, libbind.so, libsocket.so, and libnetwork.so in my home/config/lib folder.
- [openbeosnetteam] Re: Status
- From: Stephan Assmus
- [openbeosnetteam] Re: Status
- From: Oliver Tappe
- [openbeosnetteam] Re: Status
- From: Axel Dörfler
- [openbeosnetteam] Re: Status
- From: Andrew Galante