You cannot post messages because only members can post, and you are not currently a member.
Description:
Minix 3 Discussion
|
|
|
nanosleep issue
|
| |
Hi, is that correct to clear the second argument in nanosleep implementation? In case you use the same pointer for both arguments you will clear the first one too. code: /* keep track of start time if needed */ if (rmtp) { rmtp->tv_sec = 0; //... more »
|
|
How to increase root partition from 16 MByte to 160 MByte
|
| |
Hello, By default Minix3 installs root partition 16MB Root partition, How can I increase the root partition. My root partition is becomes full very easily and getting error and fails when I try to log in : "No space on device 3/128" In my case root partition is 16MB and it is 0% free. /var/log/messages is of size 16 MB and it is full of these messages :... more »
|
|
GDB for MINIX 3
|
| |
Hi, I'm found gdb in SVN ([link] gdb-6.3), but it is package compile with error... gdb it will be added in system? Roman
|
|
mini_senda()
|
| |
hi can someone explain to me the mini_senda() call? its new and not documented in the book whats its purpose? thanks martin
|
|
Contribution to MINIX4RT
|
| |
Hi, I am a Pre-Final Year Undergraduate student in Computer Science and Engineering. I would like to contribute to the MINIX4RT project . I am lookng for some research based projects that can be completed by a person in about 3 months. Please Suggest some projects that I can undertake and where can I... more »
|
|
Linux keymap
|
| |
Hi I use a french variant of Dvorak, called bépo. There is a linux keymap file for bépo here [link]. Is there any way to use this file in minix 3.13? It would be a PITA to be forced to redo it. Thanks
|
|
|