Jehanne OS github repository mirror. http://jehanne.io/
Giacomo Tesio 16c7924425 libs: get rid of libstdio (and stdio.h); `mv ctype.h chartypes.h` in /sys/include | 4 年 前 | |
---|---|---|
arch | 4 年 前 | |
cfg | 6 年 前 | |
doc | 5 年 前 | |
hacking @ 86c03ba7e6 | 4 年 前 | |
lib | 7 年 前 | |
mnt | 9 年 前 | |
pkgs | 9 年 前 | |
qa | 4 年 前 | |
sys | 4 年 前 | |
tmp | 9 年 前 | |
usr | 6 年 前 | |
.gitignore | 6 年 前 | |
.gitmodules | 9 年 前 | |
.travis.yml | 6 年 前 | |
LICENSE.md | 6 年 前 | |
POLITICS.md | 4 年 前 | |
README.md | 6 年 前 | |
build.json | 7 年 前 |
Jehanne is a simple operating system.
Jehanne has noble ancestors:
Still the project is named after a humble peasant, the famous French heretic Joan of Arc, because it diverges deeply from the design and conventions of its predecessors.
This is the main repository, used to build the system as a whole:
The running system also includes supplemental folders like /lib
,
/cmd
and /dev
that are bound during the boot as required.
To build Jehanne and play with it, you need to have git, golang, qemu, gcc, binutils and bison installed. For example on Debian GNU/Linux you should be able to get going with
sudo aptitude install git golang build-essential flex bison qemu-system autoconf
After the repository clone, you can give a look with
git submodule init # we have a lot of submodules
git submodule update --init --recursive --remote --depth 1
./hacking/devshell.sh # start a shell with appropriate environment
./hacking/continuous-build.sh # to build everything (will take a while)
./hacking/runOver9P.sh # to start the system in QEMU
./hacking/drawterm.sh # to connect Jehanne with drawterm
Jehanne is a work in progress. Forks and pull requests are welcome.
In doc/hacking you will find all you need to know about its principles, design and weirdness.
There's a lot of work to do, in every area of the system.
To coordinate our efforts, we use the github issues. To discuss (and even debate) about the design and development of Jehanne we use the JehanneOS mailing list: please join and present yourself and your attitudes.