Tagged Questions

0
votes
0answers
8 views

Problems when porting code from Minix 2.0 to Minix 2.04

I'm trying to port some piece of code from Minix 2.0 to Minix 2.04 an when I'm re-compiling the kernel I get an Undefined Symbol: _sys_abort …
0
votes
0answers
23 views

mounting minix filesystem on ubuntu [closed]

How can I mount a Minix filesystem in Ubuntu? I'm trying to do sudo mount -o loop,offset=1024 -t minix B30M biggy/ and I get mount: wrong fs type, bad option, bad superblock on /dev/loop0, …
-1
votes
1answer
27 views

Undefined reference: _m_in

In the process of installing a new server on minix (servers/dfs) we created a system call to communicate with the server via the message passing interface minix provides. The problem is that when we …
1
vote
0answers
35 views

Cannot call new system call

In the way of developing a new server (Distributed File System server) on minix3, we thought about implementing some system calls will be used to communicate with the server via the message passing …
2
votes
2answers
141 views

Does anyone here have experience developing for Minix?

Recently I have become curious about the Minix OS. http://www.minix3.org/ I am very taken with descriptions of its robustness & reliability features, but I have noticed a distinct paucity of …