https://github.com/wavesoft/perlkernel
A crazy project for making a script kernel
https://github.com/wavesoft/perlkernel
Last synced: 12 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 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-24T17:41:54.000Z (over 11 years ago)
- Last Synced: 2025-03-01T20:02:12.321Z (12 months ago)
- Language: C
- Size: 215 KB
- Stars: 2
- Watchers: 4
- 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/.