ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/www/trunk/index.html
Revision: 62
Committed: Tue Aug 7 04:06:29 2007 UTC (16 years, 9 months ago) by laffer1
Content type: text/html
File size: 10053 byte(s)
Log Message:
Add 0.1-RELEASE INFO.

File Contents

# Content
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
6 <title>MidnightBSD Project</title>
7 <link rel="stylesheet" type="text/css" media="all" href="css/base.css" />
8 <script type="text/javascript">
9 <!--
10 function MM_swapImgRestore() { //v3.0
11 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
12 }
13
14 function MM_preloadImages() { //v3.0
15 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
16 var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
17 if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
18 }
19
20 function MM_findObj(n, d) { //v4.01
21 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
22 d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
23 if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
24 for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
25 if(!x && d.getElementById) x=d.getElementById(n); return x;
26 }
27
28 function MM_swapImage() { //v3.0
29 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
30 if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
31 }
32 //-->
33 </script>
34 </head>
35
36 <body>
37
38 <!-- BEGIN HEADER -->
39 <div id="header">
40 <span id="logo">
41 <img src="images/mbsd_newlogo.png" alt="MidnightBSD [logo]" />
42 </span>
43 </div>
44 <!-- END HEADER -->
45
46 <div id="content">
47
48 <div id="rnav">
49 <ul>
50 <li><a href="/index.html" title="Home">Home</a></li>
51 <li><a href="/about/index.html" title="About">About</a></li>
52 <li><a href="/download/index.html" title="Get MidnightBSD">Get MidnightBSD</a></li>
53 <li><a href="/docs/index.html" title="Documentation">Documentation</a></li>
54
55 <li><a href="/community/index.html" title="Community">Community</a></li>
56 <li><a href="/developer/index.html" title="Developers">Developers</a></li>
57 <li><a href="/support/index.html" title="Support">Support</a></li>
58 </ul>
59
60 <p><a href="/de/index.html" title="German">DE</a> <a href="/index.html" title="English">EN</a>
61 <a href="/ru/index.html" title="Russian">RU</a>
62 </p>
63
64 <p style="border-top: thin dashed silver; padding-top: 10px;"><img src="images/feed.gif" alt="RSS Feed" /> <a href="http://www.justjournal.com/users/mbsd/rss">Developer Blog</a></p>
65
66 <p style="border-top: thin dashed silver; padding-top: 10px;"><a href="http://click.linksynergy.com/fs-bin/click?id=P*wIZOq1sCA&offerid=102327.10000065&type=4&subid=0"><img alt="TigerDirect" src="http://images.tigerdirect.com/email/affiliate_new/120x90upromise.gif" /></a><img width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=P*wIZOq1sCA&bids=102327.10000065&type=4&subid=0" />
67 </p>
68
69 <p><a href="http://click.linksynergy.com/fs-bin/click?id=P*wIZOq1sCA&offerid=85078.10000140&subid=0&type=4"> <img alt="Logo Dell Home Systems 120x40" src="http://ad.linksynergy.com/fs-bin/show?id=P*wIZOq1sCA&bids=85078.10000140&subid=0&type=4" /></a></p>
70 </div>
71
72 <h2>Introduction</h2>
73
74 <p style="text-indent: 3em; line-height: 1.5; margin-bottom: 20px;">MidnightBSD is a desktop operating system for x86 compatible (including Pentium&reg; and Athlon&#8482;), and soon amd64 compatible (including Opteron&#8482;, Athlon&#8482;64, and EM64T) architectures. It was originally based on <a href="http://www.freebsd.org/">FreeBSD</a> 6.1 Beta. The goal of the project is to create a BSD with ease of use and simplicity in mind.</p>
75
76 <h3>MidnightBSD 0.1-RELEASE</h3>
77
78 <p>
79 <strong>August 6, 2007</strong>
80 MidnightBSD 0.1-RELEASE is now available. It includes several software packages
81 such as ksh, sudo, OpenNTPD, gcc 3.4.4, BIND 9.3.4 (plus patch) and others in
82 the base system. Disc 1 ISO includes the entire Operating System and X11 (xorg 6.9)
83 packages. Disc 2 ISO includes a selection of additional packages such as
84 GNUstep, bash 3, zsh, and cups-base. There are additional packages on our FTP
85 server. More will be added in a few days. Only disc 1 is required for installation.
86 This release is intended for enthusiests, developers and people interested in
87 new operating systems that can handle bugs. The core OS is stable, but many
88 elements such as ports are in flux.
89 </p>
90
91 <p>Get 0.1: <a href="http://cs.emich.edu/mbsd/releases/i386/ISO-IMAGES/0.1/ ">Mirror 1</a>
92 <a href="ftp://mirrors.isc.org/pub/MidnightBSD/releases/i386/ISO-IMAGES/0.1">Mirror 2</a>
93 <a href="http://www.midnightbsd.org/ftp/MidnightBSD/releases/i386/ISO-IMAGES/0.1/">Official
94 site (slow)</a></p>
95
96 <h4>0.1-RELEASE Errata</h4>
97 <pre>
98 Installation issues
99
100 projectcenter.app package is missing dependancies on disc2.
101 mutt package is missing urlview dependancy on disc2.
102
103 GNUstep package includes gdnc which is missing libgcc_s.so.1.
104
105 bash 3 and gmake missing libintl.so.6. This can be fixed by uninstalling gettext
106 and building it from the port. A new package was placed on the FTP server.
107
108 System issues
109
110 CVSUP example for updating src fetches CURRENT instead of RELENG_0_1
111
112 Using Virtual PC for Windows:
113 If you install MidnightBSD in VPC, you will need to set hint.acpi.0.disabled="1"
114 in /boot/device.hints This will help with the "calcru: negative runtime of" issue.
115 </pre>
116
117 <table>
118 <caption><span style="color: #333; text-decoration: underline;">MidnightBSD in action</span></caption>
119 <tbody>
120 <tr>
121 <td colspan="3" style="width: 400px;"><img src="images/screen_login.jpg" alt="screen shot: using MidnightBSD" id="screen" /></td>
122 </tr>
123 <tr>
124 <td style="width: 33%"><a href="#" onmouseover="MM_swapImage('screen','','images/screen_login.jpg',0)"><img width="100" height="75" src="images/screen_login.jpg" alt="screen shot: using MidnightBSD" /></a></td>
125 <td style="width: 33%" align="center"><a href="#" onmouseover="MM_swapImage('screen','','images/screen_wm.jpg',0)"><img width="100" height="75" src="images/screen_wm.jpg" alt="screen shot: using MidnightBSD" /></a></td>
126 <td style="width: 34%" align="right"><a href="#" onmouseover="MM_swapImage('screen','','images/screen_boot.jpg',0)"><img width="100" height="75" src="images/screen_boot.jpg" alt="screen shot: using MidnightBSD" /></a></td>
127 </tr>
128 </tbody>
129 </table>
130
131 <p><a href="/ftp/MidnightBSD/videos/demo1.mov">Watch</a> demo movie in QuickTime format.</p>
132
133 <p>Installing MidnightBSD videos: <a href="/ftp/MidnightBSD/videos/mbsd_install_part1.mov">part 1</a>
134 <a href="/ftp/MidnightBSD/videos/mbsd_install_part2.mov">part 2</a> <a href="/ftp/MidnightBSD/videos/mbsd_install_part3.mov">part 3</a> <a href="/ftp/MidnightBSD/videos/mbsd_install_part4.mov">part 4</a></p>
135
136 <p><span style="text-align: center;">
137 <a href="download/index.html"><img src="images/dvd.png" alt="Download" style="float: left;" /></a><br />
138 <a href="download/index.html">Download</a>
139 MidnightBSD
140 </span></p>
141
142 <p><a href="http://www.cafepress.com/midnightbsd">Purchase</a> MidnightBSD merchandise to support the project.</p>
143
144 <p>Track development and changes to MidnightBSD with our <a href="http://www.justjournal.com/users/mbsd">development blog</a>. </p>
145
146 <p>View recent <a href="http://cia.vc/stats/project/midnightbsd">CVS activity</a> through a friendly web interface. (commit logs)</p>
147
148 <p>We now have a <a href="http://forums.midnightbsd.org/">Forum</a>. You can also chat with us via IRC on FreeNode #midnightbsd.</p>
149
150 <p><a href="http://bugreport.midnightbsd.org/">View/Report</a> Bugs.</p>
151
152 <p>View our <a href="mports/README.html">ports</a> with descriptions.</p>
153
154 <p>Subscribe to our <a href="/mailman/listinfo">mailing lists.</a></p>
155
156 <table>
157 <thead>
158 <tr>
159 <th>Getting Source</th>
160 </tr>
161 </thead>
162
163 <tbody>
164 <tr>
165 <td><a href="cgi-bin/cvsweb.cgi" title="View the CVS Repository on the web">CVSWeb</a></td>
166 </tr>
167
168 <tr>
169 <td><a href="developer/cvsup.html" title="Download source or mports">CVSup</a></td>
170 </tr>
171 </tbody>
172 </table>
173
174 <h3>Security</h3>
175
176 <p>August 1, 2007<br />
177 BIND and Tcpdump were patched in 0.2 and 0.1 for recent security issues. BIND is now equivalent to 9.3.4p1.
178 </p>
179
180 <p>May 2, 2007<br />
181 CURRENT and STABLE both have the patch for ipv6 type 0 routing headers. The problem is that ipv6 routing headers could be run over the same link multiple times.
182 </p>
183 <p>March 10, 2007<br />
184 While many of the DST changes were imported last year, we decided to cover all cases and import
185 the latest tzdata2007c. Users concerned about DST changes should update their sources
186 and rebuild. The java ports may not have DST changes in place. We will review that issue.
187 </p>
188 <p>Jaunary 23, 2007<br />
189 A &quot;symlink&quot; exploit was found in the MidnightBSD jail system. A fix was made available. Please
190 update your /etc/rc.d/jail file from cvs. Patches will not be created until our first release.
191 </p>
192
193 <script type="text/javascript"><!--
194 google_ad_client = "pub-1321195614665440";
195 google_ad_width = 468;
196 google_ad_height = 60;
197 google_ad_format = "468x60_as";
198 google_ad_type = "text_image";
199 google_ad_channel ="";
200 google_color_border = "6699CC";
201 google_color_bg = "003366";
202 google_color_link = "FFFFFF";
203 google_color_text = "AECCEB";
204 google_color_url = "AECCEB";
205 //--></script>
206 <script type="text/javascript"
207 src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
208 </script>
209
210 <p><script type="text/javascript" src="http://www.ohloh.net/projects/5078;badge_js"><!-- ie7 --></script></p>
211 </div>
212
213 <!-- BEGIN FOOTER -->
214 <div id="footer">
215 <p id="footertext"><a href="copyright/index.html">Legal Notices</a> | Copyright 2005-2007 Lucas Holt
216 <br />$MidnightBSD: www/index.html,v 1.17 2007/08/02 06:21:31 laffer1 Exp $
217 </p>
218
219 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
220 </script>
221 <script type="text/javascript">
222 _uacct = "UA-560995-2";
223 urchinTracker();
224 </script>
225 </div>
226 <!-- END FOOTER -->
227
228 </body>
229 </html>