Найдено документов: 58519 (82 сайтов) ---- Время поиска: 0.37сек. |
Показаны документы, содержащие фрагменты текста из документа
http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/88.html.
http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/88.html.
1. The boot process in closer look
... You can boot Linux either from a floppy or from the hard disk. ... When booting Linux from a floppy disk, the boot sector contains code that just reads the first few hundred blocks (depending on the actual kernel size, of course) to a predetermined place in memory. On a Linux boot floppy, there is no filesystem, the kernel is just stored in consecutive sectors, since this simplifies the boot process. ... For example, when I boot, I it looks like this: љ љ љ љ LILO boot: Loading linux. ...
[
Сохраненная копия
]
Ссылки http://star.arm.ac.uk/sag-0.4/node68.html -- 11.4 Кб -- 04.05.1997
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2932) - star.arm.ac.uk/ )
2. How kernel communicates with outside when it's started?
... Keywords: kernel,file system, . ... I am writing some kernel modules that is supposed to executed after the init process has been started. ... Some functions such as open(), read(), write() which worked before init process don't work in those kernel modules after init process is started. ... The problem is can or how I use some functions (file operations, IPC, etc) in a kernel module which is only executed after the system has started and is running normally. ...
[
Сохраненная копия
]
Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/216.html -- 2.9 Кб -- 23.03.2000
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>6162) - www.arcetri.astro.it/ )
3. LWN: Porting device drivers to the 2.6 kernel
The 2.6 kernel contains a long list of changes which affect device driver writers. As part of the task of porting the Linux Device Drivers sample code to 2.6, your humble LWN Kernel Page author is producing a set of articles describing the changes which must be made. ... November 25, 2003) The entire set of articles has been updated to reflect the 2.6.0-test10 kernel. ... Timekeeping changes (November, 2003; 2.6.0-test9); changes to how the kernel manages time and time-related events. ...
[
Сохраненная копия
]
Ссылки http://mavr.sao.ru/hq/sts/linux/doc/porting_to_26/26porting.html -- 14.4 Кб -- 28.12.2007
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/linux/doc/porting_to_26/26porting.html -- 14.4 Кб -- 02.10.2012
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/linux/doc/porting_to_26/26porting.html -- 14.4 Кб -- 02.10.2012
Похожие документы
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/linux/doc/porting_to_26/26porting.html -- 14.4 Кб -- 02.10.2012
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/linux/doc/porting_to_26/26porting.html -- 14.4 Кб -- 02.10.2012
Похожие документы
Еще в разделе:
(Показать все результаты (>1608) - jet.sao.ru/ )
4. Starting Apache
Starting Apache on Windows . Starting Apache on Unix . ... If the Port specified in the configuration file is the default of 80 (or any other port below 1024), then it is necessary to have root privileges in order to start Apache, so that it can bind to this privileged port. ... As an alternative to invoking the httpd binary directly, a shell script called apachectl is provided which can be used to control the daemon process with simple commands such as apachectl start and apachectl stop . ...
[
Сохраненная копия
]
Ссылки http://neptun.sai.msu.su/manual/invoking.html -- 6.9 Кб -- 15.10.2001
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>119) - neptun.sai.msu.ru/ )
5. APO Home Page
... Current APO Weather . ... Search Site . ... Information for New Users . ... Technical Staff pages . Night Logs and Mailing Lists (maintained by APO) . ... Technical Documents and Database Search . ... Observer's Documentation and Procedures . ... Problem Reporting and APO Technical Documents Database Search . ... APO Drawing/Document Management Procedures . ... APO Technical Documents Database Search . Home Astrophysical Research Consortium . ... Mail Lists (maintained by APO) . ...
Еще в разделе:
(Показать все результаты (>999) - www.apo.nmsu.edu/ )
6. The XPA Name Server (xpans)
... The xpans name server is an XPA-enabled program that is used to manage the names and ports of XPA access points. It is started automatically when an XPA access point is registered. ... The name server itself has an XPA access point names xpans registered through which you can find out information about currently registered access points (assuming you have access to the name server; see XPA Access Control for more information). ... By default, proxy connections are not allowed by xpans. ...
[
Сохраненная копия
]
Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/xpans.html -- 9.7 Кб -- 02.12.2009
[ Сохраненная копия ] Ссылки http://hea-www.harvard.edu/RD/xpa/xpans.html -- 9.7 Кб -- 01.10.2012
Похожие документы
[ Сохраненная копия ] Ссылки http://hea-www.harvard.edu/RD/xpa/xpans.html -- 9.7 Кб -- 01.10.2012
Похожие документы
Еще в разделе:
(Показать все результаты (>3964) - hea-www.harvard.edu/ )
7. Restarting a suspended foreground process
. To restart a foreground process that you have suspended use the fg command. This command is not available if you are using the Bourne shell. For example: lpr -Pps23 bigfile.ps ..... ^Z Stopped date Thu Feb 18 16:11:05 GMT 1993 fg lpr -Pps23 bigfile.ps . This starts a process in the foreground and suspends it. The user then checks the date and restarts the foreground process.
[
Сохраненная копия
]
Ссылки http://comet.sai.msu.ru/UNIXhelp/shell/jobz1.2.2.html -- 2.1 Кб -- 17.01.1997
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>348) - comet.sai.msu.ru/ )
8. Enhanced HST Pointing and Calibration Accuracy: Generating HST Jitter Files at
Next: HST Paper Products: A New Way to Look at HST Data . ... After providing on-the-fly re-calibration of HST data to archive users, ST-ECF has embarked on a new project aiming at grouping, cosmic ray cleaning and drizzling images taken by most HST instruments. ... The production of the missing jitter files combined with the extraction of additional engineering parameters will greatly enhance the homogeneity and the scientific value of the entire archive. ... 1995, HST Data Handbook, STScI, 107 . ...
[
Сохраненная копия
]
Ссылки http://www.stecf.org/conferences/adass/adassVII/dolenskym1.html -- 9.4 Кб -- 12.06.2006
[ Сохраненная копия ] Ссылки http://www.adass.org/adass/proceedings/adass97/dolenskym1.html -- 9.4 Кб -- 15.05.1998
Похожие документы
[ Сохраненная копия ] Ссылки http://www.adass.org/adass/proceedings/adass97/dolenskym1.html -- 9.4 Кб -- 15.05.1998
Похожие документы
Еще в разделе:
(Показать все результаты (>1877) - www.adass.org/ )
9. Stellarium: StelCircleArcRenderer Class Reference
Stellarium 0.12.3 . ... StelCircleArcRenderer Class Reference . Provides functions to draw circle arcs using StelRenderer . ... drawGreatCircleArc (const Vec3d &start, const Vec3d &stop, const SphericalCap *clippingCap=NULL, void(*viewportEdgeIntersectCallback)(const Vec3d &screenPos, const Vec3d &direction, void *userData)=NULL, void *userData=NULL) . ... Create a circle arc renderer to draw multiple circle arcs . ... void(*)(const Vec3d &screenPos, const Vec3d &direction, void *userData)љ . ...
[
Сохраненная копия
]
Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelCircleArcRenderer.html -- 26.8 Кб -- 28.02.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2757) - astro.uni-altai.ru/ )
10. http://crydee.sai.msu.ru/ftproot/pub/rec/games/idgames/levels/doom/a-c/caslotr.txt
... Play Information * Episode and Level # : E2M1 Single Player : Yes Cooperative 2-4 Player : Yes Deathmatch 2-4 Player : Yes Difficulty Settings : Yes New Sounds : No New Graphics : Yes New Music : Yes Demos Replaced : None * Construction * Base : New level from scratch Editor(s) used : Doom Construction Kit 1.1a BSP1.2x Midi2Mus Dmmusic Dmgraph 1.1 Neopaint 2.2 Reject Map Builder 2.0 Known Bugs : I encountered some interesting node building problems, but was able to work around them. ...
[
Сохраненная копия
]
Ссылки http://crydee.sai.msu.ru/ftproot/pub/rec/games/idgames/levels/doom/a-c/caslotr.txt -- 3.3 Кб -- 30.01.1995
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>25095) - crydee.sai.msu.ru/ )
11. Погремушка Bright Starts Полусапожки
... Тип товара на Маркете: Погремушка . ... Длина: 1500 мм; . ... Артикул: 72070 Цвет: желтый Материал верха: кожа натуральная Материал подкладки: кожа натуральная Материал стельки : кожа натуральная Материал подошвы: искусственный материал , шероховатая Параметры изделия: для размера 35/35: толщина подошвы 0,5 см, ширина носка стельки 7,5 см, длина стельки 23,5 см. для размера 36/36: толщина подошвы 0,5 см, ширина носка стельки 7,6 см, длина ... Возраст от месяцев: 84 . ...
[
Сохраненная копия
]
Ссылки http://astrokuban.info/astroku927.html -- 18.8 Кб -- 14.02.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>4135) - astrokuban.info/ )
12. Other WWW services
... Abstracts of papers published in A&A . Space instrumentation abstract service . ADS abstract service . ADS on-line article service . LANL preprint service . ... ADS Digital Library (Zombeck on-line!) . ... FITS users guide . ... Internet Astronomy starting points . ... Various FITS information . Click here for other Russian WWW servers directory . ... A classification by information by subject. ... HTTP servers . All registered WWW native "http" servers, by location. ...
[
Сохраненная копия
]
Ссылки http://hea.iki.rssi.ru/HEAD/WWWservices/services.html -- 4.4 Кб -- 18.02.2004
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>822) - hea.iki.rssi.ru/ )
13. start [SAI Virtual Observatory - Wiki]
... start . navigation . ... SAI VO Projects . ... TODO . AstroSearch . ... Help on Wiki search . ... Index Recent changes Backlinks Login . ... This is an index over all available pages ordered by namespaces . ... todo . ... astrosearch . newsarchive . ... wiki . ... start.txt Last modified: 2007/04/11 17:24 by oleg Back to top . SAI VO | ... SAI MSU | ...
[
Сохраненная копия
]
Ссылки http://vo.astronet.ru/wiki/start?idx=saivo -- 13.0 Кб -- 09.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>4605) - vo.astronet.ru/ )
14. Radioastrophysical department ISTP RAS SB
RADIOASTROPHYSICAL DEPARTMENT INSTITUTE OF SOLAR-TERRESTRIAL PHYSICS RAS SB . ... Radioastrophysical Department , Institute of Solar-Terrestrial Physics, Siberian Division, Russian Academy of Science. ... Head of Laboratory dr. Gubin A.V. LABORATORY of INFORMATION SUPPLY and METHODOLOGY of RESEARCH . ... Head of Observatory Kitsanov S.V. SIBERIAN SOLAR RADIO TELESCOPE . Siberian solar radio telescope data at 5.7 GHz in I SOHO EIT 171 SOHO EIT 195 SOHO EIT 304 MDI Continuum MDI Magnetogram . ...
Еще в разделе:
(Показать все результаты (>35) - ssrt.iszf.irk.ru/ )
15. Dunk Proceedings - 2dF QSO Redshift Survey (Survey Regions)
. Small black points show all QSOs known previously before the start of this survey. | Front page | . | << - Survey description objectives | . Robert J. Smith, ">rsmith@mso.anu.edu.au Last modified: Fri Sep 24 11:39:02 EST 1999 .
[
Сохраненная копия
]
Ссылки http://www.2dfquasar.org/Papers/Dunk/regions.html -- 2.1 Кб -- 03.03.2001
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>9) - www.2dfquasar.org/ )
16. Personal Space - exploring your personal cosmos
... If you could point a telescope anywhere in the sky, where would you look? The Personal Space web application allows you to make a direct and personal connection to the universe by linking significant events in your own life with what was above you in the sky at that moment. ... Personal Space is an online invitation to connect with and explore the universe in an intuitive way by presenting beautiful astronomical images of the sky overhead at key moments and places of personal significance. ...
[
Сохраненная копия
]
Ссылки http://www.sao.ru/Doc-en/Science/SciNewsExt/2014/PersonalSpace/ -- 5.4 Кб -- 28.02.2014
[ Сохраненная копия ] Ссылки http://mavr.sao.ru/Doc-en/Science/SciNewsExt/2014/PersonalSpace/ -- 5.4 Кб -- 28.02.2014
Похожие документы
[ Сохраненная копия ] Ссылки http://mavr.sao.ru/Doc-en/Science/SciNewsExt/2014/PersonalSpace/ -- 5.4 Кб -- 28.02.2014
Похожие документы
Еще в разделе:
(Показать все результаты (>250) - mavr.sao.ru/ )
17. IDL programs
... This program was created for correlating chosen regions in the series of fts images. ... Chosen regions' . ... In this section the program counts the integral for each region of the grid for each image. ... As a matter of fact, the integral is total brightness of the region and it is counted by 'int_tabulated' IDL function. ... In addition, the program will show the count of the regions which correlate with the corresponding region (the brighter region means the bigger count) and its contour. ...
[
Сохраненная копия
]
Ссылки http://lnfm1.sai.msu.ru/~kupry/SOFTWARE/korel_en.html -- 9.9 Кб -- 15.08.2003
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>314) - lnfm1.sai.msu.ru/ )
18. SPUTNIK home page
... Schedule IKI RAN Data Acquisition, Processing and Dissemination Center . SRC "Planeta" Data Acquisition, Processing and Dissemination Center . Sea Surface Temperature Adriatic Sea . Baltic Sea . Barents Sea . Black Sea . ... Composite Image of Cloudiness Russia . ... Regional Archive (only cloudless data) . ... Operative Regional Archive (all data for last 3 days) . ... NOAA Data on other Servers (about Russia) . For more information send a mail to: info@sputnik.infospace.ru . ...
[
Сохраненная копия
]
Ссылки http://sputnik.infospace.ru/noaa/engl/noaa.htm -- 8.4 Кб -- 21.01.2002
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>27) - sputnik.infospace.ru/ )
19. VaST homepage
... VaST is a software tool for finding variable objects on a series of astronomical images. ... VaST performs object detection and aperture photometry using SExtractor on each image, cross-matches lists of detected stars, performs magnitude calibration with respect to the first (reference) image and constructs a lightcurve for each object. ... VaST FITS image viewer ./pgfv . ... Part I" PZP, vol. ... K. V. Sokolovsky, S. A. Korotkiy; "New Variable Stars Discovered by the NMW Survey" PZP, vol. ...
[
Сохраненная копия
]
Ссылки http://scan.sai.msu.ru/vast/ -- 122.2 Кб -- 21.02.2016
[ Сохраненная копия ] Ссылки http://saistud.sai.msu.ru/poisk/ -- 122.2 Кб -- 21.02.2016
Похожие документы
[ Сохраненная копия ] Ссылки http://saistud.sai.msu.ru/poisk/ -- 122.2 Кб -- 21.02.2016
Похожие документы
Еще в разделе:
(Показать все результаты (>3) - saistud.sai.msu.ru/ )
20. http://www.abitu.ru/en2002/closed/viewwork.html?ext=175
... 24 } Line { SrcBlock sin SrcPort 1 DstBlock func1 DstPort 1 } Line { SrcBlock Fcn SrcPort 1 Points [0, -55] DstBlock func DstPort 1 } Line { SrcBlock (G*M) ^1/2 SrcPort 1 Points [25, 0] DstBlock func DstPort 3 } Line { SrcBlock func SrcPort 1 Points [40, 0] Branch { ...
[
Сохраненная копия
]
Ссылки http://www.abitu.ru/en2002/closed/viewwork.html?ext=175 -- 12.3 Кб -- 05.05.2006
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>15) - www.abitu.ru/ )
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда