propagate required settings for the remote disk from boot loader to kernel (client-ip, server-ip, server-port)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19780 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen
2007-01-12 22:27:48 +00:00
parent 93b2b9ce66
commit 43792b9eed
9 changed files with 61 additions and 347 deletions
@@ -46,6 +46,7 @@ typedef struct kernel_args {
off_t partition_offset;
bool user_selected;
bool booted_from_image;
bool booted_from_network;
bool cd;
} boot_disk;