Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
12748 Discussions

diference between vfork() and fork()

Altera_Forum
Honored Contributor II
1,613 Views

hi, 

 

I know that in µClinux, the standard system call "fork()" were replaced by "vfork()" 

 

I want to know why ? and what diference between them ? 

 

best regards
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
553 Views

sdhnain, 

 

fork() requires an MMU...uCLinux is for MMU-less processors. vfork() is similar to fork(), except that it blocks the parent. 

 

Just google "uCLinux fork" and you'll get plenty of useful results. 

 

Cheers, 

 

- slacker
0 Kudos
Reply