Giter Club home page Giter Club logo

flying-cat's Introduction

Project Flying Cat

A modular, lua-based operating system project based on Return Infinity BareMetal OS

This project includes code from Return Infinity, namely BareMetal OS and the Pure64 bootloader. Without the hard work of Ian Seyler, this project would not have been possible.

Building Flying Cat

The following software is required to successfully build Flying Cat:

  • NASM (Assembler)
  • GCC (C compiler)
  • LD (linker)
  • mkfs (creates filesystem)
  • mkfs.vfat (fat for mkfs)
  • GRUB (bootloader)
  • sudo (the build script can be edited to remove the sudo dependency, however it then must be run as root)
  • Make

Additionally, your system must support loopback devices and some parts of the build.sh build script require superuser privileges.

Running Flying Cat

Flying Cat is built as a floppy disk image which can be run in a Virtual Machine, or written to a physical floppy disk to be booted from.

Naturally, any VM software should be able to run Flying Cat, although the included run.sh script is designed for QEMU.

You should be able to get a boot going in QEMU by simply running:

$ ./run.sh

Otherwise you want to run build.sh and manually mount the image in VM of choice, other Virtual Machines include Virtualbox and VMWare, note however that Flying Cat has not been tested in these.

Should you be unable to compile it yourself, you can use the precompiled floppy.img included in the source, note however, that this might not be the most recent build.

flying-cat's People

Contributors

haileys avatar sirupsen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.