Bare bones SMP information. grog assures me he'll flesh this out post
BSDCon.
This commit is contained in:
parent
ab47ba771e
commit
d213d7a2cf
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8168
2 changed files with 28 additions and 0 deletions
en/smp
9
en/smp/Makefile
Normal file
9
en/smp/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
# $FreeBSD: www/en/docproj/Makefile,v 1.7 1999/09/06 07:02:43 peter Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
|
||||
DOCS= index.sgml
|
||||
|
||||
.include "../web.mk"
|
19
en/smp/index.sgml
Normal file
19
en/smp/index.sgml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/docproj/docproj.sgml,v 1.14 2000/04/04 09:34:34 kuriyama Exp $">
|
||||
<!ENTITY title "FreeBSD SMPng Project">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/en/docproj/docproj.sgml,v 1.14 2000/04/04 09:34:34 kuriyama Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<p>The bulk of the information about the FreeBSD SMPng project can be found
|
||||
at <a href="http://people.freebsd.org/~jasone/smp/">http://people.freebsd.org/~jasone/smp/</a>.</p>
|
||||
|
||||
<p>Information will be moved under here over the coming weeks.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue