Giter Club home page Giter Club logo

freelsd's Introduction

freelsd

  • A personal software project designed to run on x86_64 systems.
  • This is just for fun, so don't expect anything usable for a while.
  • See Lemon for reasons I shouldn't be doing this.

Features

FreeLSD currently has the following features implemented in the 64-bit branch:

  • Support for Multiboot2, SSP and VESA graphics.
  • Virtual and physical memory management.
  • APIC-driven or PIC-driven interrupts.
  • Support for SMP using ACPI <1.0.
  • And of course, the FreeLSD frog!

Minimum Requirements

Tested on QEMU, VMWare, Bochs and on bare-metal using my laptop. VirtualBox doesn't support huge pages when booting x86_64 systems unfortunately.

x86_64
8MB of physical memory.
Single-core x86_64 processor.
Multiboot2 bootloader.
Support for huge pages (PDPE1GB).
Support for ACPI.

Compilation

Install clang and nasm using your package manager of choice. Execute sudo make disk to create an empty disk with the correct partition layout for FreeLSD.

I couldn't get createdisk.sh to work on macOS, so if you're trying to build FreeLSD on macOS then you'll have to run this script on an external machine and copy the disk image over to your own machine.

Invoke the Makefile using sudo make. Use the -jN flag to speed up compilation (N being the number of cores in your system). This will compile the kernel and copy it to disk before launching QEMU.

The Makefile requires root on Linux because of losetup. If you're building on macOS, sudo is not required.

Showcase (as of commit #176).

FreeLSD Graphical Output and Serial Log

freelsd's People

Contributors

larrabyte 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.