Skip to content
Advertisement

SYSTEM: denied request 44 in Minix

I get “SYSTEM: denied request 44 from 109894” when trying to execute my own code in Minix 3.2. I typed over the code and the makefile so there could be some typos. The program compiles fine however.

My c file:

JavaScript

My makefile:

JavaScript

Minix uses the BSD compilation platform (hence the tag).

Advertisement

Answer

Apparently running the application somewhere other than /usr/srcs/drivers let it be run as a normal program instead of a driver.

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement