- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 regardsLink Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page