diff options
author | Guangyuan Yang <ygy@FreeBSD.org> | 2021-12-08 04:52:47 +0000 |
---|---|---|
committer | Guangyuan Yang <ygy@FreeBSD.org> | 2021-12-08 04:52:47 +0000 |
commit | 8818bae0739d22c98ad0f02486d114e34bab6ca1 (patch) | |
tree | 16eaa473d2dcaa2069f6abe0703b374b12713625 | |
parent | 0e378f40f722f81075b0ba82c73a1ebcf7e424ae (diff) |
-rw-r--r-- | website/content/en/projects/_index.adoc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/website/content/en/projects/_index.adoc b/website/content/en/projects/_index.adoc index 69691e16e2..b5fe5bec93 100644 --- a/website/content/en/projects/_index.adoc +++ b/website/content/en/projects/_index.adoc @@ -66,7 +66,6 @@ In addition, some of these projects regularly submit status reports, which can b == Architecture * link:../platforms/ppc/[Porting FreeBSD to PowerPC(R) systems]: Contains information on the FreeBSD PPC port, such as mailing list information and so on. -* http://slash.dotat.org/~newton/freebsd-svr4/[SysVR4 Emulation]: This page describes an SysVR4 emulator for FreeBSD. It is currently capable of running (or walking, in some cases) a wide-ish variety of SysV executables taken from Solaris(T)/x86 2.5.1 and 2.6 systems. I have reason to believe that it will also run SCO UnixWare and SCO OpenServer binaries. * http://www.cs.utah.edu/flux/oskit/[The OSKit]: The OSKit is a framework and a set of 31 component libraries oriented to operating systems, together with extensive documentation. By providing in a modular way not only most of the infrastructure "grunge" needed by an OS, but also many higher-level components, the OSKit's goal is to lower the barrier to entry to OS R&D and to lower its costs. The OSKit makes it vastly easier to create a new OS, port an existing OS to the x86 (or in the future, to other architectures supported by the OSkit), or enhance an OS to support a wider range of devices, filesystem formats, executable formats, or network services. The OSKit also works well for constructing OS-related programs, such as boot loaders or OS-level servers atop a microkernel. [[misc]] |