Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wavesoft/perlkernel
A crazy project for making a script kernel
https://github.com/wavesoft/perlkernel
Last synced: about 2 months ago
JSON representation
A crazy project for making a script kernel
- Host: GitHub
- URL: https://github.com/wavesoft/perlkernel
- Owner: wavesoft
- License: gpl-3.0
- Created: 2014-07-22T09:01:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-24T17:41:54.000Z (over 10 years ago)
- Last Synced: 2023-03-13T20:41:03.717Z (almost 2 years ago)
- Language: C
- Size: 215 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
Perl Kernel
===========A crazy idea of making a scriptable kernel. The goal is to offer the bare minimum functionality required for the perl interpreter to boot. Everything else should be taken care through perl scripting!
Why perl?
=========It has a solid code base, fast interpreter without the need of any intermediate object files, and a small footprint :)
Copyright
=========PerlBoot is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
PerlBoot is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with PerlBoot. If not, see http://www.gnu.org/licenses/.