Re: [RFC PATCH] Add bootstrap routine for storeio

2025-02-22 Thread Samuel Thibault
Hello, Zhaoming Luo, le sam. 22 févr. 2025 14:27:07 +0800, a ecrit: > This is not completed, but I would to confirm whether I have > understanded the code. Yes, this is the idea. > Then we use 'machdev_trivfs_init ()' to init it so ext2fs can use > device_open('hd0s1'); the following stuff it is

[RFC PATCH] Add bootstrap routine for storeio

2025-02-21 Thread Zhaoming Luo
This is not completed, but I would to confirm whether I have understanded the code. Assume the storeio is added in the boot process. What it can use is the 'hd0' device provided by the rumpdisk. The control port of rumpdisk is set on the bootstrap port of storeio, so we need to use the following c