#Ilobilix - a linux compatible kernel

1 messages ยท Page 4 of 1

chilly pond
#

makes sense

chilly pond
chilly pond
#

compiling for aarch64

#

I had uint128_t in a union

chilly pond
#

don't mind (rw,ro)

fiery grotto
#

rw,ro ๐Ÿ˜ญ๐Ÿ˜ญ๐Ÿ˜ญ

worn sierra
#

๐Ÿ˜ญ

chilly pond
worn sierra
#

btw where do the strings come from?

#

the rw,nosuid etc

chilly pond
#

that's why it says rw,ro

#

it's mounted as rw but my ext2 driver is read-only for now and returns "ro" as optional mount data string

worn sierra
#

ah

#

imo the linux mount() is more dynamic

#

but the BSD mount is cleaner

#

they pass a void pointer as arguments (e.g. a fs specific struct)

#

but this means your mount binary has to know all possible FSes

chilly pond
#

dracut generated initrd switching to ext2 root

chilly pond
#

nvme module automagically loaded by udev with netlink_kobject_uevent

chilly pond
#

after some messing with dracut now the initrd can load needed modules