Hacker News new | ask | show | jobs
by eek2121 78 days ago
Care to clarify? Windows doesn't have fork or a fork equivalent...
1 comments

A fork bomb can refer to any process that spawns multiple recursive child processes. You don't need fork to spawn more copies of yourself, that is merely the classic Unix implementation.