Giter VIP home page Giter VIP logo

dclx / dreamshell Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dc-swat/dreamshell

0.0 0.0 2.0 97.44 MB

Operating system for the game console Sega Dreamcast

Makefile 2.06% C 84.63% Lua 0.75% C++ 4.31% Assembly 2.82% Ruby 0.01% Python 0.30% Perl 0.02% Shell 3.33% Objective-C 0.04% Awk 0.01% HTML 1.04% CSS 0.01% CMake 0.02% Pascal 0.02% DIGITAL Command Language 0.06% Batchfile 0.02% Clean 0.01% XC 0.01% M4 0.55%

dreamshell's Introduction

DreamShell

The Dreamshell is the operating system for the Sega Dreamcast based on the KallistiOS kernel. It has a dynamical loadable modular system and XML interface for creating applications in both C/C++ and Lua script. You can see many examples already in ready-made applications and modules, unique drivers for different devices, formats and interfaces. Examples of simple decoding of audio and video, data compression, network stack, emulation, scripts and more. From hardcore low-level assembler to high-level applications. Also here there are firmwares for SPU subsystem and BIOS system calls emulation.
We are glad if this code will help someone and we will be glad of your support too.

Build

Environment

sudo apt-get install -y genisoimage squashfs-tools
sudo apt-get install -y libpng-dev libjpeg-dev
cd /tmp && git clone https://github.com/LuaDist/tolua.git && cd tolua
mkdir build && cd ./build
cmake ../ && make && sudo make install
cd /usr/local && mkdir -p dc && cd dc && mkdir -p kos && cd kos
git clone https://github.com/KallistiOS/KallistiOS.git kos && cd kos
git clone https://github.com/DC-SWAT/DreamShell.git ds
git checkout `cat ds/sdk/doc/KallistiOS.txt`
cp ds/sdk/toolchain/environ.sh environ.sh && cd ../
git clone https://github.com/KallistiOS/kos-ports.git
cd /opt && mkdir -p toolchains && cd toolchains && mkdir -p dc
cd /usr/local/dc/kos/kos
source ./environ.sh
cd ds/sdk/toolchain && ./download.sh && ./unpack.sh
make && cd ../../../
make && cd ../kos-ports && ./utils/build-all.sh
cd ./lib && rm -f libfreetype.a liboggvorbisplay.a libogg.a
cd ../../kos/ds/sdk/bin/src && make && make install && cd ../../../

Core and libraries

cd ./lib && make
cd ../ && make

Modules, applications and commands

cd ./modules && make && make install
cd ../commands && make && make install
cd ../applications && make && make install
cd ../

Firmwares

cd ./firmware/bootloader && make && make release
cd ../isoldr/loader && make && make install
cd ../../aica && make && make install
cd ../../

Run

  • dc-tool-ip: make run
  • dc-tool-serial: make run-serial
  • lxdream emulator: make lxdream
  • nulldc emulator: make nulldc
  • make cdi image: make cdi

Links

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.