runtimejs / runtime

[not maintained] Lightweight JavaScript library operating system for the cloud
http://runtimejs.org
Apache License 2.0
1.93k stars 128 forks source link

What happend to `/initrd`? #52

Closed facekapow closed 9 years ago

facekapow commented 9 years ago

Uh, I see lots of useful Unix-like stuff in /initrd/app and /initrd/driver and /initrd/system? What happend to it? Is it dead and deprecated? Can it be revived? Because they implement lots of basic system utils.

iefserge commented 9 years ago

@ArielAbreu it has been deprecated and the initrd directory is going to be removed. Most of the system and driver stuff has already been moved to js directory. The isolates and the Unix-like apps are no longer supported, there are a few reasons for that:

facekapow commented 9 years ago

OK, thanks. I was wondering so I wouldn't have to build shell commands myself.