|
|
3.7, _Nick_ (??), 07:47, 25/10/2005 [^] [^^] [^^^] [ответить]
| +/– |
>_Nick_, не позорься!
>http://www.li.org/linuxhistory.php
все это я читал и не в одной редакции.
Тот факт, что Торвальдс писал Линух на миниксе не говорит о том, что он взял идею микроядра из него.
Он просто его юзал как текстовый редактор :) | |
|
|
1.6, dimus (??), 07:15, 25/10/2005 [ответить] [﹢﹢﹢] [ · · · ]
| +/– |
Эта версия Миникс действительно использует микроядро, но, как написано на сайте, оно было кардинально изменено с момента прошлого релиза.
------------------------------------------------
MINIX 3 is a new open-source operating system designed to be highly reliable and secure. It is based somewhat on previous versions of MINIX, but is fundamentally different in many key ways. MINIX 1 and 2 were intended as teaching tools; MINIX 3 adds the new goal of being usable as a serious system on resource-limited and embedded computers and for applications requiring high reliability.
This new OS is extremely small, with the part that runs in kernel mode under 4000 lines of executable code. The parts that run in user mode are divided into small modules, well insulated from one another. For example, each device driver runs as a separate user-mode process so a bug in a driver (by far the biggest source of bugs in any operating system), cannot bring down the entire OS. In fact, most of the time when a driver crashes it is automatically replaced without requiring any user intervention, without requiring rebooting, and without affecting running programs.
------------------------------------------------
Сжатый образ весит всего лишь 13Мб(!), и это лив-сд с возможностью установки на винт, если приспичит.
По моему тут просто грех не попробовать систему | |
|
2.9, sammos2.kiev.ua (?), 10:07, 25/10/2005 [^] [^^] [^^^] [ответить]
| +/– |
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Additionally, a 503 Service Temporarily Unavailable error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.0.54 (Unix) Globule/1.3.1 PHP/5.0.5 Server at www.minix3.org Port 80
На миниксе оно у них что-ли ? :) | |
|
3.10, xcv (?), 14:50, 25/10/2005 [^] [^^] [^^^] [ответить]
| +/– |
Просто новость была на slashdot.org.
Я думаю мало найдётся серверов, которые выдержат поток посетителей, если он порождён slashdot и новость вызвала интерес | |
|
|
|
2.18, _Nick_ (??), 21:45, 26/10/2005 [^] [^^] [^^^] [ответить]
| +/– |
>А почему x86 only?
почему i386 проц Торвальдс хотел изучить??
Да потому что он его недавно тогда купил и хотел разобраться %)) | |
2.19, yurkis (?), 15:45, 17/11/2005 [^] [^^] [^^^] [ответить]
| +/– |
src/include/minix/sys_config.h
---------------------------------------------------------
#define _MINIX_MACHINE _MACHINE_IBM_PC
#define _MACHINE_IBM_PC 1 /* any 8088 or 80x86-based system */
#define _MACHINE_SUN_4 40 /* any Sun SPARC-based system */
#define _MACHINE_SUN_4_60 40 /* Sun-4/60 (aka SparcStation 1 or Campus) */
#define _MACHINE_ATARI 60 /* ATARI ST/STe/TT (68000/68030) */
#define _MACHINE_MACINTOSH 62 /* Apple Macintosh (68000) */
-----------------------------------------------------------
Хотя по коду дефайны кроме _MACHINE_IBM_PC пустые вроде... | |
|
1.20, Аноним (-), 15:50, 10/02/2006 [ответить] [﹢﹢﹢] [ · · · ]
| +/– |
Открылся русскоязычный сайт посвященный Minix. Там найти переводы на русский язык документации.
| |
|