Mirror of Harvey OS github repository http://harvey-os.org/

Ronald G. Minnich dcf4f23446 syscall: fix Ar0->i to be intptr_t, not int. 8 rokov pred
.github d35a8bb047 Update ISSUE_TEMPLATE.md 6 rokov pred
386 122a5f8170 vga: move to using a 386 ureg struct 6 rokov pred
aarch64 d8290f7c10 This ones for you Dan, I hope it helps. (#175) 6 rokov pred
acme f27ed9168b Remove non-standard Ken C pragmas. 6 rokov pred
adm 91d8c86336 Plan 9 from Bell Labs 2013-01-25 11 rokov pred
amd64 dcf4f23446 syscall: fix Ar0->i to be intptr_t, not int. 6 rokov pred
arm 999e4ebda0 ANOTHER round of type fixes. 9 rokov pred
cfg a5cd8682c5 add dhcp server and tftp server configs for harvey minicluster. 9 rokov pred
cron 4db2188a5b Plan 9 from Bell Labs 2007-10-06 17 rokov pred
external_example 88a59408b0 Move plan9-extensions option into only those places that need it 6 rokov pred
lib f172919462 ACPI: further progress 6 rokov pred
mail 372adb5430 Plan 9 from Bell Labs 2010-01-17 15 rokov pred
mips 999e4ebda0 ANOTHER round of type fixes. 9 rokov pred
mnt 87ce7fe342 Fix profile and make directories to make drawterm/rio work. 6 rokov pred
power 999e4ebda0 ANOTHER round of type fixes. 9 rokov pred
power64 999e4ebda0 ANOTHER round of type fixes. 9 rokov pred
rc aae8fa08e4 Gather PCI capabilities for each device during the PCI bus scan, make 6 rokov pred
riscv 98a4e421b7 Enable clang builds. 6 rokov pred
sparc 999e4ebda0 ANOTHER round of type fixes. 9 rokov pred
sys dcf4f23446 syscall: fix Ar0->i to be intptr_t, not int. 6 rokov pred
usr 52464f5a98 Added customisable keymapping to zenith 6 rokov pred
util ae7b88e068 ACPI: leave acpiirq=1 for kvm. 6 rokov pred
.build 1915d4a7fd cflags and .build 6 rokov pred
.clang-format f4230fcbad clang-format: switch of sorting includes and better pointer alignment 6 rokov pred
.gitignore ce7ad513ad Update bootstrap.sh 6 rokov pred
.gitmodules 16a17efe85 UFS: remove ninep submodule 6 rokov pred
.mailmap 24c4e0d02c Update .mailmap 6 rokov pred
.mention-bot 67b31565a9 Rename .mention_bot to .mention-bot 6 rokov pred
.pullapprove.yml e766b3ddfa Update .pullapprove.yml 6 rokov pred
BUILD 6ffb7173e3 build: move to harvey_binary type 6 rokov pred
CONTRIBUTING.md ae78aa62af gh: some public facing changes 6 rokov pred
CONTRIBUTORS 5d814a6466 Update CONTRIBUTORS 6 rokov pred
LICENSE 25de748849 GNU General Public License 9 rokov pred
LICENSE.afpl 58309a73b6 Plan 9 from Bell Labs 2003-06-29 21 rokov pred
LICENSE.gpl 25de748849 GNU General Public License 9 rokov pred
NOTICE 25de748849 GNU General Public License 9 rokov pred
README af35f38c8f gh: developed -> invented 6 rokov pred
bootstrap.sh 129d09cdcf Bootstrap: remove git submodule nonsense 6 rokov pred
build.json 165a1e4d1c Ramdisk tests all pass 6 rokov pred
clean.json 07f3cd50bb Fix the clean rule 6 rokov pred
l 4761d30948 Simple script to enable remote console 9 rokov pred

README

![Harvey](https://harvey-os.org/img/harvey-os-logo.png)
Harvey: A distributed operating system
=====

Welcome to Harvey, we are delighted that you are interested in the
project.

## What is harvey?

Harvey is a distributed operating system. It is direct descendant
of [Plan 9 from Bell Labs](https://en.wikipedia.org/wiki/Plan_9_from_Bell_Labs) which was originally
developed by the same group at Bell Labs that invented Unix and C.

- Take a look at the
[Getting Started](https://github.com/Harvey-OS/harvey/wiki/Getting-Started)
guide to learn how to get Harvey and how to play with it.
- You enjoyed playing with Harvey and you want to help out? Great!
Take a look at our
[Contribution Guide](https://github.com/Harvey-OS/harvey/blob/master/CONTRIBUTING.md).
The contribution guide covers a wide variety of topics including the
Harvey coding style,
[Code of Conduct](https://github.com/Harvey-OS/harvey/wiki/Code-of-Conduct),
where to get help and so on.
- We also cover a wide variety of topics on our
[wiki](https://github.com/Harvey-OS/harvey/wiki) and
[apex's wiki](https://github.com/Harvey-OS/apex/wiki).
- If the information you are looking for is not on the wiki, ask the
[Mailing list](https://groups.google.com/forum/#!forum/harvey) or
[Slack](https://harvey-slack.herokuapp.com/) for
help. It is where most of the development conversation happens.
- [Man Pages](https://sevki.io/harvey/sys/man/1/0intro) are where you
can read man pages from the head of the repository.
- Harvey also has a [blog](https://blog.harvey-os.org) and a
[twitter account](https://twitter.com/harvey_os) where we share news
and things we are excited about.

[License](https://github.com/Harvey-OS/harvey/blob/master/LICENSE.gpl)