Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martin-bucinskas/pyspry
PySpry is the latest operating system building tool. It is currently being developed to be multiplatform. Made in python.
https://github.com/martin-bucinskas/pyspry
Last synced: 16 days ago
JSON representation
PySpry is the latest operating system building tool. It is currently being developed to be multiplatform. Made in python.
- Host: GitHub
- URL: https://github.com/martin-bucinskas/pyspry
- Owner: martin-bucinskas
- Created: 2014-10-24T22:27:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-03T21:39:58.000Z (about 10 years ago)
- Last Synced: 2024-12-06T20:57:48.640Z (27 days ago)
- Language: Python
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PySpry
======##What is it?
PySpry is a tool which helps automate the building of the operating systems. This tool is being written for use on multiplatforms.##Why?
Many of the programmers who want to create their own operating system or a bootloader follow online guides which are mostly
written for development under *NIX platforms. This means disaster for every Windows user. Therefore this tool provides a nifty
interface which will allow these programmers to thrive and expand their knowledge of their interests.##Features
PySpry provides the ability for the user to,
- quickly and easily assemble bulk ASM files and place them in a desired directory.
- quickly and easily compile the kernel files, including optimization.
- simple creation of floppy disk images of various sizes.
- quick and efficient copying to the floppy disk image.
- and much more!
##Technical Side
PySpry is currently being developed under Python v3.3.5. This enables the tool to be able to be used on multiple platforms which
support python. These can include Linux, Windows and OS X.