You cannot post messages because only members can post, and you are not currently a member.
Description:
Minix 3 Discussion
|
|
|
ip address not getting assigned in Minix 3.1.2a on VirtualBox
|
| |
hi, i am running Minix 3.1.2a on VirtualBox in Windows and also in Ubuntu. i have assigned network adapter card as PCnet-PC II (NAT) on Vbox and ethernet card as IntelPro on Minix, but when i am running "ifconfig" its showing " host address not set" So please help this dumb fellow..
|
|
Details to recompile kernel Rev. 6481
|
| |
Hi, I have the next iso [link]. It's running in a QEMU PC emulator version 0.10.0 over Linux 2.6.28-15-generic Ubuntu. I had some problems. And one still. I had to run packman to got subversion, and download the Revision: 6481. So the next step was try to recompile the kernel. I follow the instructions in... more »
|
|
How to load the binary file with aout format into memory ?
|
| |
Hi, I wanted to make a small kernel( kernel.bin) and load it into memory. So, I finished the small kernel(kenrel.bin with aout format) and made a bootable disk by using nasm to loading the kernel into memory . But it didn't work by testing in bochs. The error was " exception(): 3rd (13) exception with no resolution, shutdown status is 00h, resetting"... more »
|
|
GSoC 2010 - Porting Minix 3 to Beagle Board (ARM)
|
| |
Hi, There is a project listed on the Beagle Board ideas page to port Minix 3 to beagle board which is effectively ARM if i am not mistaken. I see a project already under Minix 3 being done to port Minix 3 to ARM by Melis, Leon. Is there some sort of miscommunication ? Or is this project still applicable ?... more »
|
|
gcc produces non-functional executables
|
| |
Hi, I am trying to compile a simple hello world program using gcc 4.1.1 (on Minix 3.1.5): ...VM: pagefault: SIGSEGV 73173 bad addr 0xc19 err 0x4 nopage read a.out 73173 0xc19 0x701 0x3b8 0x80 PM: coredump signal 11 for 142 / a.out Memory fault (core dumped) I installed binutil-2.16.1, gcc-4.1.1 and glib-1.2.10 using packman and... more »
|
|
Pre-install software in Live CD
|
| |
Hello all, I want to build a live CD with some more softwares than those available on the current live CD. How this could be done? For example, I want to install apache and run it on startup on the live CD.
|
|
Minix FS
|
| |
Hi How is the minix filesystem v3 different from the previous versions? Naufal
|
|
Counting message passing
|
| |
In the MINIX book, question 44 of chapter 2 deals with tracking the number of messages sent from process to process. We need to know where to store the number of messages sent from each particular process, and how to communicate that to a structure in the kernel. Does anyone have any ideas on solving this problem?... more »
|
|
Question regarding Unix Domain Socket GSoC Project
|
| |
I am interested in the unix domain socket project and already begun researching implementation used by other unices. My question is, does Minix have a preferred way of implementing features? By 'perferred way' I mean, "When implementing a feature or process we prefer to do it the BSD/Linux/OSX/Whateverworks way."... more »
|
|
|