Skip to content

amrindrr/Weenix

 
 

Repository files navigation

This file contains quick instructions for getting Weenix to run on
Redhat-derived or Debian-derived Linux flavors.  See the documentation in doc/
for detailed instructions.

1. Download and install dependencies.

   On recent versions of Ubuntu or Debian, you can simply run:

   $ sudo apt-get install git-core gcc gdb qemu genisoimage make python python-argparse cscope xterm bash

   or on Redhat:

   $ sudo yum install git-core gcc gdb qemu genisoimage make python python-argparse cscope xterm bash

   (tested on: Ubuntu 10.04, Debian 6, and Amazon Linux 2011.09 -- all on
    Linux 2.6.32 x86)

2. Compile Weenix:

   $ make

3. Invoke Weenix:

   $ ./weenix -n

   or, to run Weenix under gdb, run:

   $ ./weenix -n -d gdb

About

Little Weenix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 88.6%
  • Python 7.7%
  • C++ 1.4%
  • Makefile 0.9%
  • Assembly 0.6%
  • Shell 0.6%
  • GDB 0.2%