Code Monkey home page Code Monkey logo

frost's Introduction

FROST

What is FROST?

FROST is a 32-bit operating system based on a microkernel. It is written entirely in FreeBASIC and Assembly.

Dependencies

  • fbc, tested with 1.05.0 (the FreeBASIC compiler, available on freebasic.net)
  • nasm, tested with 2.11.08 (the Netwide Assembler, available on nasm.us)
  • GNU make, GNU assembler and the GNU linker

Building FROST

To build the kernel, you can type "make" in the "kernel" directory. You will then get a file called "frost.krn" which is the kernel. Building the init-process is very similar. If you want to get a full iso with grub2 and a menu, type "./build_iso.sh" in the "build"-directory. You will then get a file called "frost.iso" which is the iso-image. On some Linux distributions the script will fail because they contain genisoimage from cdrkit instead of mkisofs from cdrtools. You can create a link on genisoimage named mkisofs, but I strongly recommend installing cdrtools instead of cdrkit. If cdrtools is not available on your distribution, please contact its maintainers (I don't want to get into a debate here, but cdrkit received it's last commit three years ago).

Directory layout

  • ./kernel/src/ The source of the kernel
  • ./kernel/include/ The headers of the kernel
  • ./build/ Contains the build-scripts and the grub.cfg
  • ./doc/ Contains documentation for FROST
  • ./init/ Contains the source of the init-process

frost's People

Contributors

thrimbor avatar

Watchers

James Cloos 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.