Skip to content

Semperfis96/Femto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Femto

A computer emulator (don't exist in reality) for vintage-like era programming.

Getting Started

Building from source

  • GCC - The C compiler
  • MAKE - The Make utility

For debian-like distros :

sudo apt-get install build-essential
git clone https://github.com/Semperfis96/Femto.git
cd Femto
mkdir build
make all
cd build
./femto

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details

Acknowledgments

  • Thanks to the existence of the computers !

Releases

No releases published

Packages

No packages published