0

error screenshot

I just installed Minix and tried to use mined a shutdown function. I got the error 12. I tried to google it, but I couldn't find anything. How can I change shutdown's source code?

p.s. I also tried to cd /shutdown but it didn't worked. and I couldn't vi /shutdown and I googled "Minix segmentation fault" and I found nothing.

1 Answers1

1

shutdown is a binary file with the executable code. mined was probably not able to deal with such a large file. The file you want to edit is named shutdown.c.

AntoineL
  • 888
  • 4
  • 25