handle kernel boot parameters
thehajime opened this issue · 1 comments
thehajime commented
like 'linux ip=dhcp'.
from getenv(2) ?
upa commented
Do you need all kernel parameters ? or dhcp only ?
as just an idea, I start to write bootp (not dhcp) client functionality for nuse process.
bootp branch : d0866b7
if bootp is specified in config file, it sends bootp request and waits reply in nuse_netdev_create().
now, but read(2) does not work with raw socket...