haskell-init works on real hardware
Opened this issue · 0 comments
nh2 commented
Hey, I'm hapy to report that I successfully booted haskell-init
on a Samsung 500C "alex" Chromebook.
I had to comment out this line for it though:
nix-tests/haskell-init/hello_world.hs
Line 35 in 72f21fc
Likely because of CONFIG_DEVTMPFS_MOUNT=y
being on, thus /dev
already being mounted and me getting init: mount: resource busy (Device or resource busy)
(and then the kernel dying because init terminated).
Could you add a comment in the code about that?
(I could have made a PR, but I wanted to file an issue saying haskell-init works on real hardware 😁)