Re: Using rump function rump_sys_mount()

2025-04-20 Thread Damien Zammit via Bug reports for the GNU Hurd
That's why I suggest use a simple main() and makefile. Then you link them explicitly. Rump is linked statically I believe. It is supposed to support dynamic linkage but I don't think I got it to work that way yet. Damien Sent from Proton Mail Android Original Message On 21

Re: Using rump function rump_sys_mount()

2025-04-20 Thread Zhaoming Luo
On Sun, Apr 20, 2025 at 10:49:41PM +, Damien Zammit wrote: > Hi, > > Which rump libraries are you linking to? Its vital to link to the right ones. > Part of the challenge is working out which ones. > It's indeed more challenging than I thought. I supposed I can see the linked rump library us

Using rump function rump_sys_mount()

2025-04-20 Thread Zhaoming Luo
Hi, I have been playing with the rump interface for a few days. I haven't successfully mount a file system image nor a block device (/dev/wd0s1). This is the branch I'm working on: https://codeberg.org/zhml/hurd/commits/branch/rumpplay-ext2 After compiling the `rumpplay` utility. I created a ext