Rabu, 05 Agustus 2009

booting by della agyta

Booting adalah istilah teknologi informasi dalam bahasa Inggris yang mengacu kepada proses awal menyalakan komputer dimana semua register prosesor disetting kosong, dan status mikroprosesor/prosesor disetting reset. Kemudian address 0xFFFF diload di segment code (code segment) dan instruksi yang terdapat pada alamat address 0xFFFF tersebut dieksekusi. Secara umum program BIOS (Basic Input Output System), yaitu sebuah software dasar, terpanggil. Sebab memang biasanya BIOS berada pada alamat tersebut. Kemudian BIOS akan melakukan cek terhadap semua error dalam memory, device-device yang terpasang/tersambung kepada komputer -- seperti port-port serial dan lain-lain. Inilah yang disebut dengan POST (Power-On Self Test). Setelah cek terhadap sistem tersebut selesai, maka BIOS akan mencari [Sistem Operasi], memuatnya di memori dan mengeksekusinya. Dengan melakukan perubahan dalam setup BIOS (kita dapat melakukannya dengan menekan tombol tertentu saat proses booting mulai berjalan), kita dapat menentukan agar BIOS mencari Sistem Operasi ke dalam floppy disk, hard disk, CD-ROM, USB dan lain-lain, dengan urutan yang kita inginkan.
Fragmen code yang harus berada pada boot sector tadi disebut sebagai boot-strap loader. BIOS akan memuat boot-strap loader tersebut ke dalam memory diawali pada alamat 0x7C00, kemudian menjalankan boot-strap loader tadi. Akhirnya sekarang kekuasaan berpindah kepada boot-strap loader untuk memuat Sistem Operasi dan melakukan setting yang diperlukan agar Sistem Operasi dapat berjalan. Rangkaian proses inilah yang dinamakan dengan booting.
Booting
Poses booting adalah proses dimana suatu komputer dan operating system - nya mulai bekerja dengan menginisialisasi semua device yang ada di komputer beserta driver-driver yang akan menjalankannya.
Berikut adalah urutan proses booting yang dilakukan suatu operating system :
1. Boot loader mencari image kernel, meloadnya ke memory kemudian dari memory, image kernel tadi dijalankan.
2. Kernel mengenali device-device beserta driver-driver nya.
3. Kemudian kernel menge-mount root filesystem yang merupakan salah satu langkah penting agar proses-proses lain di dalam system UNIX dapat dijalankan ( di dalam system UNIX root filesystem ditandai dengan / )
4. Selanjutnya kernel akan menjalankan program bernama init.
5. Program bernama init inilah yang kemudian menjalankan service selanjutnya.
6. Proses terakhir yang dijalankan init adalah getty. Dengan getty kita mendapat suatu interface untuk masuk ke dalam system dengan memasukkan username dan password
Memahami masing-masing tahap booting di atas akan membantu kita dalam proses troubleshooting dan memahami kinerja booting komputer secara menyeluruh.


Booting is the term information technology in the English language that refers to the process where the initial turn on the computer all the processor registers disetting empty, and the status mikroprosesor / processor disetting reset. Address 0xFFFF then loaded in the code segment (code segment) and instructions found at the address 0xFFFF address is executed. In general, program the BIOS (Basic Input Output System), a software base, in life. Because the BIOS is usually the address. Then the BIOS will perform a check against all error in the memory, devices that were installed / connected to the computer - such as port-serial port, and others. This is called the POST (Power-On Self Test). After the system check is completed, the BIOS will find the [Operating Systems], memuatnya in memory and mengeksekusinya. By making changes in the BIOS setup (we can do this by pressing a certain button when booting process starts running), we can find the BIOS in order to determine the Operating System to the floppy disk, hard disk, CD-ROM, USB and others, with the order we want.
Code fragments that need to be earlier in the boot sector is called the boot-strap loader. BIOS will load boot-strap loader into memory beginning at address 0x7C00, then run the boot-strap loader line. Finally, now the power switch to boot-strap loader for loading the Operating System settings and do the necessary so that the Operating System to run. This is a series of processes called podići.

Booting
Poses booting is the process where a computer and operating system - will start working with all the devices in the computer and the drivers who will run it.
Here is the sequence of booting the operating system:
1. Boot loader find the kernel image, meloadnya to memory and from memory, the kernel image before you run.
2. Kernel identify devices and their drivers will.
3. Then the kernel menge-mounted root filesystem which is one of the important steps that other processes in the UNIX system can be run (in the UNIX system root filesystem marked with /)
4. Then the kernel will run the program called init.
5. This is the program called init, which then run the service next.
6. The process of the last run is init Getty. Getty us with an interface to get into the system by entering a username and password
Understand each step in booting up will help us in the troubleshooting process and understand the performance of booting the computer completely.

Tidak ada komentar:

Posting Komentar