program bash

19 December 2014 13:47:54 Dibaca : 54

djefrianto katili

532414034

teknik informatika/PTI B

 

================================

Nomor 1

================================

#!/bin/sh

echo "============================="

echo "======Djefrianto katili======"

echo "============================="

echo "[1] melihat user"

echo "[2] melihat waktu dan tanggal"

echo "[3] melihat waktu ON "

echo "[4] melihat lokasi direktori"

pil=4

while [ $pil = 4 ]

do

read -p "pilihan anda " x

case $x in

1)

echo -n "user :"

whoami

;;

2)

echo -n "waktu/tanggl :"

date

;;

3)

echo -n "waktu ON :"

uptime

;;

4)

echo -n "lokasi directori :"

pwd

;;

*)

echo -n "salah pilih !!"

esac

done

=============================

Nomor 2

============================

#!/bin/sh

echo "========================="

echo "= Data Mahasiswa Teknik ="

echo "========================="

echo

read -p "Silahkan masukan nama file anda :" file

touch $file

pil='yes'

while [ $pil = 'yes' ]

do

read -p "Nama :" nama

read -p "NIM :" nim

read -p "Prody :" prody

read -p "Jurusan :" jur

read -p "fakultas :" fak

read -p "Usia :" usia

read -p "Jumlah SKS :" sks

read -p "Nilai IPK :" ipk

read -p "Dosen PA :" pa

echo "nama :" $nama >> $file

echo "nim :" $nim >> $file

echo "prody :" $prody >> $file

echo "jurusan :" $jur >> $file

echo "fakultas :" $fak >> $file

echo "usia :" $usia >> $file

echo "jumlah sks:" $sks >> $file

echo "nilai ipk :" $ipk >> $file

echo "dosen pa :" n$pa >> $file

read -p "mau mengisi kembali ??" pil

while [ $pil = 'no' ]

do

echo "terima kasih, file telah tersimpan !!"

break

done

done

==================================

Nomor 3

==================================

#!/bin/sh
pil='y'

while [ $pil = 'y' ]

do

read -p "masukan bilangan yang anda mau :" x

if test 'expr $x % 2' -eq 0

then

echo $x "bilangan genap"

else

echo $x "bilangan ganjil"

fi

read -p "ingin menginput kembali ?? [y/n] :" pil

while [ $pil = 'n' ]

do

echo "terima kasih"

break

done

done

===================================

Nomor 4

===================================

#!/bin/bash

buatfolder (){

echo -n "Nama folder :"

read a

mkdir $a

echo "Folder $a berhasil dibuat."

sleep 2

}

buatfile (){

echo -n "Nama file :"

read a

touch $a

echo "File $a berhasil dibuat."

sleep 2

}

hapusfile (){

echo -n "Nama file yang ingin dihapus :"

read a

rm -r $a

echo "File $a berhasil di hapus."

sleep 2

}

hapusfolder (){

echo -n "Folder yang ingin dihapus :"

read a

rmdir-r $a

echo "Folder $a berhasil dihapus."

sleep 2

}

gantinama (){

echo -n "File/folder yang ingin di ganti:"

read a

echo -n "Ganti dengan nama :"

read b

mv $a $b

echo "File/folder $a berhasil diganti."

sleep 2

}

cekstatus (){

echo -n "file yang ingin dicek :"

read a

ls -l $a

sleep 2

}

lihatfile (){

ls

sleep 3

}

hakakses (){

echo -n "File/folder yang ingin digantipermissio :"

read b

echo -n "Ganti permission (contoh : 777) :"

read a

echo "#read(baca) :4

#write(tulis) :2

#excute(eksekusi) :1"

chmod $a $b

echo "File/folder $b berhasil diganti hak aksesnya."

sleep2

}

duplikasi (){

echo -n "File/folder yang ingin duplikat:"

read a

echo -n "Pindah ke (contoh : dekstop atau home/zishak/dekstop) :"

read b

mv $a $b

echo "File/folder $a berhasil diduplikat."

sleep 2

}

pindah (){

echo -n "file/folder yang ingin di pindah :"\

read a

echo -n "Pindah ke (contoh: dekstop atau home/zishak/dekstop) :"

read b

mv $a $b

echo "File/folder berhasil dipindah."

sleep 2

}

opsi=1

while [ $opsi ]

do

clear

echo "1.Buat folder"

echo "2.Buat file"

echo "3.Hapus file"

echo "4.Hapus folder"

echo "5.Ganti nama file/folder"

echo "6.Cek status file"

echo "7.Lihat file"

echo "8.Ganti permission"

echo "9.Duplikat file/folder"

echo "10.Pindah file/folder"

echo "11.Keluar"

echo -n "pilih opsi :"

read opsi

case $opsi in

1) buatfolder

;;

2) buatfle

;;

3) hapusfile

;;

4) hapusfolder

;;

5) gantinam

;;

6) cekstatus

;;

7) lihatfile

;;

8) hakakses

;;

9)duplikat

;;

10) pindah

;;

11) echo "terima kasih telah mengunjungi program ini."

sleep 2

;;

*)echo "maaf anda salah opsi!"

sleep

esac

done

================================

Nomor 5

================================

#!/bin/sh

pil='y'

while [ $pil = 'y' ]

do

read -p "bil. pertama :" x

read -p "bil. kedua :" z

echo "pilihan anda "

echo "tambah"

echo "kurang"

echo "kali"

echo "bagi"

echo -n "masukan pilihan anda :"

read masuk

case $masuk in

tambah)

tambah=$(echo "$x+$z"|bc)

echo "hasil :" $tambah

;;

kurang)

kurang=$(echo "$x-$z"|bc)

echo "hasil :" $kurang

;;

kali)

kali=$(echo "$x*$z"|bc)

echo "hasil :" $kali

;;

bagi)

bagi=$(echo "$x/$z"|bc)

echo "hasil :" $bagi

;;

*)

echo "pilhan salah !!"

esac

read -p "ingin menciba kembali [y/n] :" pil

while [ $pil = 'n' ]

do

exit

done

done

 

bilangan oktal

22 October 2014 19:14:33 Dibaca : 42

Oktal adalah sebuah sistem bilangan berbasis delapan. Simbol yang digunakan pada sistem bilangan ini adalah 0,1,2,3,4,5,6,7. Konversi Sistem Bilangan Oktal berasal dari Sistem bilangan biner yang dikelompokkan tiap tiga bit biner dari ujung paling kanan (LSB atau Least Significant Bit).

Misalnya

Biner Oktal
000 000 00
000 001 01
000 010 02
000 011 03

Misalnya bilangan oktal 3 adalah hasil pengelopokan dari 000 011, perhitungan secara manual dapat dibuktikan dengan perhitungan berikut :
(1 x 21 )+(1 x 20 ) = (1x2)+(1x1) = 3

SISTEM OPERASI STRUKTUR KERNEL

08 October 2014 17:35:09 Dibaca : 45

CARA KERJA BILANGAN BINER KE DESIMAL DAN ASCII

02 October 2014 20:32:17 Dibaca : 200


• BILANGAN BINER = 01110110

0 X 20 = 0
1 X 21 = 2
1 X 22 = 4
1 X 23 = 6
0 X 24 = 0
1 X 25 = 32
1 X 26 = 64
0 X 27 = 0 = 2+4+6+32+64= 108
KET.
01110110 ADALAH BILANGAN BINER
108 ADALAH BILANGAN DESIMAL
MAKA ASCII DARI BILANGAN BINER KE DESIMAL ADALAH HURUF ( l )

 

KERNEL

02 October 2014 19:57:11 Dibaca : 31

<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml"
xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=Word.Document>
<meta name=Generator content="Microsoft Word 12">
<meta name=Originator content="Microsoft Word 12">
<link rel=File-List href="SISTIM%20OPERASI%20(kernel)_files/filelist.xml">
<link rel=Edit-Time-Data href="SISTIM%20OPERASI%20(kernel)_files/editdata.mso">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]--><!--[if gte mso 9]><xml>
<o:DocumentProperties>
<o:Author>Djef</o:Author>
<o:Template>Normal</o:Template>
<o:LastAuthor>Djef</o:LastAuthor>
<o:Revision>3</o:Revision>
<o:TotalTime>342</o:TotalTime>
<o:Created>2014-10-02T04:41:00Z</o:Created>
<o:LastSaved>2014-10-02T08:31:00Z</o:LastSaved>
<o:Pages>1</o:Pages>
<o:Words>49</o:Words>
<o:Characters>282</o:Characters>
<o:Lines>2</o:Lines>
<o:Paragraphs>1</o:Paragraphs>
<o:CharactersWithSpaces>330</o:CharactersWithSpaces>
<o:Version>12.00</o:Version>
</o:DocumentProperties>
</xml><![endif]-->
<link rel=themeData href="SISTIM%20OPERASI%20(kernel)_files/themedata.thmx">
<link rel=colorSchemeMapping
href="SISTIM%20OPERASI%20(kernel)_files/colorschememapping.xml">
<!--[if gte mso 9]><xml>
<w:WordDocument>
<w:SpellingState>Clean</w:SpellingState>
<w:GrammarState>Clean</w:GrammarState>
<w:TrackMoves>false</w:TrackMoves>
<w:TrackFormatting/>
<w:PunctuationKerning/>
<w:ValidateAgainstSchemas/>
<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
<w:IgnoreMixedContent>false</w:IgnoreMixedContent>
<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
<w:DoNotPromoteQF/>
<w:LidThemeOther>EN-US</w:LidThemeOther>
<w:LidThemeAsian>X-NONE</w:LidThemeAsian>
<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
<w:Compatibility>
<w:BreakWrappedTables/>
<w:SnapToGridInCell/>
<w:WrapTextWithPunct/>
<w:UseAsianBreakRules/>
<w:DontGrowAutofit/>
<w:SplitPgBreakAndParaMark/>
<w:DontVertAlignCellWithSp/>
<w:DontBreakConstrainedForcedTables/>
<w:DontVertAlignInTxbx/>
<w:Word11KerningPairs/>
<w:CachedColBalance/>
</w:Compatibility>
<m:mathPr>
<m:mathFont m:val="Cambria Math"/>
<m:brkBin m:val="before"/>
<m:brkBinSub m:val="--"/>
<m:smallFrac m:val="off"/>
<m:dispDef/>
<m:lMargin m:val="0"/>
<m:rMargin m:val="0"/>
<m:defJc m:val="centerGroup"/>
<m:wrapIndent m:val="1440"/>
<m:intLim m:val="subSup"/>
<m:naryLim m:val="undOvr"/>
</m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
<w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"
DefSemiHidden="true" DefQFormat="false" DefPriority="99"
LatentStyleCount="267">
<w:LsdException Locked="false" Priority="0" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Normal"/>
<w:LsdException Locked="false" Priority="9" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="heading 1"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/>
<w:LsdException Locked="false" Priority="39" Name="toc 1"/>
<w:LsdException Locked="false" Priority="39" Name="toc 2"/>
<w:LsdException Locked="false" Priority="39" Name="toc 3"/>
<w:LsdException Locked="false" Priority="39" Name="toc 4"/>
<w:LsdException Locked="false" Priority="39" Name="toc 5"/>
<w:LsdException Locked="false" Priority="39" Name="toc 6"/>
<w:LsdException Locked="false" Priority="39" Name="toc 7"/>
<w:LsdException Locked="false" Priority="39" Name="toc 8"/>
<w:LsdException Locked="false" Priority="39" Name="toc 9"/>
<w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/>
<w:LsdException Locked="false" Priority="10" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Title"/>
<w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/>
<w:LsdException Locked="false" Priority="11" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/>
<w:LsdException Locked="false" Priority="22" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Strong"/>
<w:LsdException Locked="false" Priority="20" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/>
<w:LsdException Locked="false" Priority="59" SemiHidden="false"
UnhideWhenUsed="false" Name="Table Grid"/>
<w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/>
<w:LsdException Locked="false" Priority="1" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 1"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 1"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 1"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/>
<w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/>
<w:LsdException Locked="false" Priority="34" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/>
<w:LsdException Locked="false" Priority="29" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Quote"/>
<w:LsdException Locked="false" Priority="30" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 1"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 1"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 2"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 2"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 2"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 2"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 2"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 3"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 3"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 3"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 3"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 3"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 4"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 4"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 4"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 4"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 4"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 5"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 5"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 5"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 5"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 5"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 6"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 6"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 6"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 6"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 6"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/>
<w:LsdException Locked="false" Priority="19" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/>
<w:LsdException Locked="false" Priority="21" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/>
<w:LsdException Locked="false" Priority="31" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/>
<w:LsdException Locked="false" Priority="32" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/>
<w:LsdException Locked="false" Priority="33" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Book Title"/>
<w:LsdException Locked="false" Priority="37" Name="Bibliography"/>
<w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/>
</w:LatentStyles>
</xml><![endif]-->
<style>
<!--
/* Font Definitions */
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;
mso-font-charset:2;
mso-generic-font-family:auto;
mso-font-pitch:variable;
mso-font-signature:0 268435456 0 0 -2147483648 0;}
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;
mso-font-charset:1;
mso-generic-font-family:roman;
mso-font-format:other;
mso-font-pitch:variable;
mso-font-signature:0 0 0 0 0 0;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;
mso-font-charset:0;
mso-generic-font-family:swiss;
mso-font-pitch:variable;
mso-font-signature:-520092929 1073786111 9 0 415 0;}
@font-face
{font-family:"Baskerville Old Face";
panose-1:2 2 6 2 8 5 5 2 3 3;
mso-font-charset:0;
mso-generic-font-family:roman;
mso-font-pitch:variable;
mso-font-signature:3 0 0 0 1 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-unhide:no;
mso-style-qformat:yes;
mso-style-parent:"";
margin-top:0cm;
margin-right:0cm;
margin-bottom:10.0pt;
margin-left:0cm;
line-height:115%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
{mso-style-priority:34;
mso-style-unhide:no;
mso-style-qformat:yes;
margin-top:0cm;
margin-right:0cm;
margin-bottom:10.0pt;
margin-left:36.0pt;
mso-add-space:auto;
line-height:115%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;}
p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst
{mso-style-priority:34;
mso-style-unhide:no;
mso-style-qformat:yes;
mso-style-type:export-only;
margin-top:0cm;
margin-right:0cm;
margin-bottom:0cm;
margin-left:36.0pt;
margin-bottom:.0001pt;
mso-add-space:auto;
line-height:115%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;}
p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle
{mso-style-priority:34;
mso-style-unhide:no;
mso-style-qformat:yes;
mso-style-type:export-only;
margin-top:0cm;
margin-right:0cm;
margin-bottom:0cm;
margin-left:36.0pt;
margin-bottom:.0001pt;
mso-add-space:auto;
line-height:115%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;}
p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast
{mso-style-priority:34;
mso-style-unhide:no;
mso-style-qformat:yes;
mso-style-type:export-only;
margin-top:0cm;
margin-right:0cm;
margin-bottom:10.0pt;
margin-left:36.0pt;
mso-add-space:auto;
line-height:115%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;}
span.SpellE
{mso-style-name:"";
mso-spl-e:yes;}
span.GramE
{mso-style-name:"";
mso-gram-e:yes;}
.MsoChpDefault
{mso-style-type:export-only;
mso-default-props:yes;
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;}
.MsoPapDefault
{mso-style-type:export-only;
margin-bottom:10.0pt;
line-height:115%;}
@page Section1
{size:21.0cm 842.0pt;
margin:72.0pt 72.0pt 72.0pt 72.0pt;
mso-header-margin:36.0pt;
mso-footer-margin:36.0pt;
mso-paper-source:0;}
div.Section1
{page:Section1;}
/* List Definitions */
@list l0
{mso-list-id:700714085;
mso-list-type:hybrid;
mso-list-template-ids:-2052275784 67698695 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;}
@list l0:level1
{mso-level-number-format:image;
list-style-image:url("SISTIM%20OPERASI%20\(kernel\)_files/image001.gif");
mso-level-text:\F0B7;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;
font-family:Symbol;}
ol
{margin-bottom:0cm;}
ul
{margin-bottom:0cm;}
-->
</style>
<!--[if gte mso 10]>
<style>
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-qformat:yes;
mso-style-parent:"";
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
mso-para-margin-top:0cm;
mso-para-margin-right:0cm;
mso-para-margin-bottom:10.0pt;
mso-para-margin-left:0cm;
line-height:115%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;}
</style>
<![endif]--><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="3074">
<o:colormenu v:ext="edit" fillcolor="none [3204]" strokecolor="none [3213]"/>
</o:shapedefaults></xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1"/>
</o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US style='tab-interval:36.0pt'>

<div class="Section1">

<p align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-size:20.0pt;line-height:115%;font-family:"Baskerville Old Face","serif"'>SISTEM
OPERASI<o:p></o:p></span></b></p>

<p align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-size:20.0pt;line-height:115%;font-family:"Baskerville Old Face","serif"'><o:p>&nbsp;</o:p></span></b></p>

<p style='text-indent:-18.0pt;mso-list:l0 level1 lfo1'><![if !supportLists]><span
style='font-size:12.0pt;line-height:115%;font-family:Symbol;mso-fareast-font-family:
Symbol;mso-bidi-font-family:Symbol'><span style='mso-list:Ignore'><img
width=13 height=13 src="SISTIM%20OPERASI%20(kernel)_files/image001.gif" alt="*"><span
style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
115%;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'>KERNEL<o:p></o:p></span></b></p>

<p><span class="SpellE"><span class="GramE"><span
style='font-size:12.0pt;line-height:115%;mso-bidi-font-family:Calibri;
mso-bidi-theme-font:minor-latin'>ialah</span></span></span><span
style='font-size:12.0pt;line-height:115%;mso-bidi-font-family:Calibri;
mso-bidi-theme-font:minor-latin'> <span class="SpellE">bagia</span> <span
class=SpellE>inti</span> <span class="SpellE">dari</span> <span class="SpellE">sistim</span>
<span class="SpellE">operasi,yang</span> <span class="SpellE">bertugas</span> <span
class=SpellE>untuk</span> <span class="SpellE">mengatur</span> <span
class=SpellE>pembagiansumber</span> <span class="SpellE">daya</span> <span
class=SpellE>sistim</span> <span class="SpellE">pada</span> <span class="SpellE">sistim,komunikasi</span>
<span class="SpellE">antara</span> <span class="SpellE">komponen</span> <span
class=SpellE>hadware</span> <span class="SpellE">dan</span> software.<o:p></o:p></span></p>

<p><span style='font-size:12.0pt;line-height:
115%;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'><o:p>&nbsp;</o:p></span></p>

<p><span class="SpellE"><span style='font-size:
12.0pt;line-height:115%;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin'>Ada</span></span><span
style='font-size:12.0pt;line-height:115%;mso-bidi-font-family:Calibri;
mso-bidi-theme-font:minor-latin'> <span class="SpellE">beberapa</span> kernel <span
class=SpellE>sistim</span> <span class="SpellE"><span class="GramE">operasi</span></span><span
class=GramE><span style='mso-spacerun:yes'> </span><span class="SpellE">dan</span></span>
<span style='mso-spacerun:yes'> </span><span class="SpellE">desainnya</span>.<o:p></o:p></span></p>

<p><o:p>&nbsp;</o:p></p>

<p style='text-indent:-18.0pt;mso-list:l0 level1 lfo1'><![if !supportLists]><span
style='font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:
Symbol'><span style='mso-list:Ignore'><img width=12 height=12
src="SISTIM%20OPERASI%20(kernel)_files/image001.gif" alt="*"><span
style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span
class=SpellE><b style='mso-bidi-font-weight:normal'><i style='mso-bidi-font-style:
normal'><u>Monolhitic</u></i></b></span><b style='mso-bidi-font-weight:normal'><i
style='mso-bidi-font-style:normal'><u> kernel</u> <span style='mso-tab-count:
1'> </span></i></b><span style='mso-tab-count:2'> </span><b
style='mso-bidi-font-weight:normal'><i style='mso-bidi-font-style:normal'><u>Microkernel<o:p></o:p></u></i></b></p>

<p><o:p>&nbsp;</o:p></p>

<p style='margin-left:216.0pt;mso-add-space:
auto'><!--[if gte vml 1]><v:roundrect id="_x0000_s1026" style='position:absolute;
left:0;text-align:left;margin-left:36pt;margin-top:6.7pt;width:99pt;height:27pt;
z-index:1' arcsize="10923f" fillcolor="#4f81bd [3204]" strokecolor="black [3213]"
strokeweight="3pt">
<v:shadow on="t" type="perspective" color="#243f60 [1604]" opacity=".5"
offset="1pt" offset2="-1pt"/>
<v:textbox>
<![if !mso]>
<table cellpadding=0 cellspacing=0 width="100%">
<tr>
<td><![endif]>
<div>
<p align=center style='text-align:center'>KERNEL</p>
</div>
<![if !mso]></td>
</tr>
</table>
<![endif]></v:textbox>
</v:roundrect><v:shapetype id="_x0000_t67" coordsize="21600,21600" o:spt="67"
adj="16200,5400" path="m0@0l@1@0@1,0@2,0@2@0,21600@0,10800,21600xe">
<v:stroke joinstyle="miter"/>
<v:formulas>
<v:f eqn="val #0"/>
<v:f eqn="val #1"/>
<v:f eqn="sum height 0 #1"/>
<v:f eqn="sum 10800 0 #1"/>
<v:f eqn="sum width 0 #0"/>
<v:f eqn="prod @4 @3 10800"/>
<v:f eqn="sum width 0 @5"/>
</v:formulas>
<v:path o:connecttype="custom" o:connectlocs="10800,0;0,@0;10800,21600;21600,@0"
o:connectangles="270,180,90,0" textboxrect="@1,0,@2,@6"/>
<v:handles>
<v:h position="#1,#0" xrange="0,10800" yrange="0,21600"/>
</v:handles>
</v:shapetype><v:shape id="_x0000_s1027" type="#_x0000_t67" style='position:absolute;
left:0;text-align:left;margin-left:56.6pt;margin-top:34pt;width:7.15pt;
height:36pt;z-index:2' fillcolor="red">
<v:textbox style='layout-flow:vertical-ideographic'/>
</v:shape><v:shapetype id="_x0000_t68" coordsize="21600,21600" o:spt="68"
adj="5400,5400" path="m0@0l@1@0@1,21600@2,21600@2@0,21600@0,10800,xe">
<v:stroke joinstyle="miter"/>
<v:formulas>
<v:f eqn="val #0"/>
<v:f eqn="val #1"/>
<v:f eqn="sum 21600 0 #1"/>
<v:f eqn="prod #0 #1 10800"/>
<v:f eqn="sum #0 0 @3"/>
</v:formulas>
<v:path o:connecttype="custom" o:connectlocs="10800,0;0,@0;10800,21600;21600,@0"
o:connectangles="270,180,90,0" textboxrect="@1,@4,@2,21600"/>
<v:handles>
<v:h position="#1,#0" xrange="0,10800" yrange="0,21600"/>
</v:handles>
</v:shapetype><v:shape id="_x0000_s1028" type="#_x0000_t68" style='position:absolute;
left:0;text-align:left;margin-left:102.75pt;margin-top:33.25pt;width:8.25pt;
height:36.75pt;z-index:3' fillcolor="red">
<v:textbox style='layout-flow:vertical-ideographic'/>
</v:shape><v:roundrect id="_x0000_s1029" style='position:absolute;left:0;
text-align:left;margin-left:36pt;margin-top:70.1pt;width:99pt;height:27pt;
z-index:4' arcsize="10923f" fillcolor="#76923c [2406]" strokecolor="black [3213]"
strokeweight="3pt">
<v:shadow on="t" type="perspective" color="#243f60 [1604]" opacity=".5"
offset="1pt" offset2="-1pt"/>
<v:textbox>
<![if !mso]>
<table cellpadding=0 cellspacing=0 width="100%">
<tr>
<td><![endif]>
<div>
<p align=center style='text-align:center'><b
style='mso-bidi-font-weight:normal'>APLIKASI<o:p></o:p></b></p>
</div>
<![if !mso]></td>
</tr>
</table>
<![endif]></v:textbox>
</v:roundrect><v:roundrect id="_x0000_s1030" style='position:absolute;left:0;
text-align:left;margin-left:3in;margin-top:6.7pt;width:138pt;height:26.2pt;
z-index:5' arcsize="10923f" fillcolor="#92d050" strokeweight="2.25pt">
<v:textbox>
<![if !mso]>
<table cellpadding=0 cellspacing=0 width="100%">
<tr>
<td><![endif]>
<div>
<p align=center style='text-align:center'><b
style='mso-bidi-font-weight:normal'>KERNEL<o:p></o:p></b></p>
</div>
<![if !mso]></td>
</tr>
</table>
<![endif]></v:textbox>
</v:roundrect><v:shape id="_x0000_s1031" type="#_x0000_t68" style='position:absolute;
left:0;text-align:left;margin-left:228.75pt;margin-top:33.25pt;width:7.15pt;
height:35.95pt;z-index:6' fillcolor="red">
<v:textbox style='layout-flow:vertical-ideographic'/>
</v:shape><v:shape id="_x0000_s1032" type="#_x0000_t67" style='position:absolute;
left:0;text-align:left;margin-left:259.9pt;margin-top:34.05pt;width:7.85pt;
height:38.25pt;z-index:7' fillcolor="red">
<v:textbox style='layout-flow:vertical-ideographic'/>
</v:shape><v:oval id="_x0000_s1033" style='position:absolute;left:0;
text-align:left;margin-left:211.85pt;margin-top:70.05pt;width:71.25pt;
height:32.6pt;z-index:8' fillcolor="#548dd4 [1951]" strokeweight="1.5pt">
<v:textbox>
<![if !mso]>
<table cellpadding=0 cellspacing=0 width="100%">
<tr>
<td><![endif]>
<div>
<p><b style='mso-bidi-font-weight:normal'>SERVER<o:p></o:p></b></p>
</div>
<![if !mso]></td>
</tr>
</table>
<![endif]></v:textbox>
</v:oval><v:shapetype id="_x0000_t69" coordsize="21600,21600" o:spt="69" adj="4320,5400"
path="m,10800l@0,21600@0@3@2@3@2,21600,21600,10800@2,0@2@1@0@1@0,xe">
<v:stroke joinstyle="miter"/>
<v:formulas>
<v:f eqn="val #0"/>
<v:f eqn="val #1"/>
<v:f eqn="sum 21600 0 #0"/>
<v:f eqn="sum 21600 0 #1"/>
<v:f eqn="prod #0 #1 10800"/>
<v:f eqn="sum #0 0 @4"/>
<v:f eqn="sum 21600 0 @5"/>
</v:formulas>
<v:path o:connecttype="custom" o:connectlocs="@2,0;10800,@1;@0,0;0,10800;@0,21600;10800,@3;@2,21600;21600,10800"
o:connectangles="270,270,270,180,90,90,90,0" textboxrect="@5,@1,@6,@3"/>
<v:handles>
<v:h position="#0,#1" xrange="0,10800" yrange="0,10800"/>
</v:handles>
</v:shapetype><v:shape id="_x0000_s1034" type="#_x0000_t69" style='position:absolute;
left:0;text-align:left;margin-left:283.1pt;margin-top:78.65pt;width:46.5pt;
height:10.5pt;z-index:9' fillcolor="red"/><v:oval id="_x0000_s1035" style='position:absolute;
left:0;text-align:left;margin-left:329.6pt;margin-top:70.1pt;width:77.65pt;
height:30pt;z-index:10' fillcolor="#548dd4 [1951]" strokeweight="1.5pt">
<v:textbox>
<![if !mso]>
<table cellpadding=0 cellspacing=0 width="100%">
<tr>
<td><![endif]>
<div>
<p><b style='mso-bidi-font-weight:normal'>APLIKASI<o:p></o:p></b></p>
</div>
<![if !mso]></td>
</tr>
</table>
<![endif]></v:textbox>
</v:oval><![endif]--><![if !vml]><span style='mso-ignore:vglayout'>

<table cellpadding=0 cellspacing=0 align=left>
<tr>
<td width=46 height=6></td>
<td width=142></td>
<td width=93></td>
<td width=267></td>
</tr>
<tr>
<td height=1></td>
<td rowspan=2 align=left valign=top><img width=142 height=133
src="SISTIM%20OPERASI%20(kernel)_files/image002.gif" v:shapes="_x0000_s1026 _x0000_s1027 _x0000_s1028 _x0000_s1029"></td>
</tr>
<tr>
<td height=132></td>
<td></td>
<td rowspan=2 align=left valign=top><img width=267 height=135
src="SISTIM%20OPERASI%20(kernel)_files/image003.gif" v:shapes="_x0000_s1030 _x0000_s1031 _x0000_s1032 _x0000_s1033 _x0000_s1034 _x0000_s1035"></td>
</tr>
<tr>
<td height=3></td>
</tr>
</table>

</span><![endif]><o:p>&nbsp;</o:p></p>

<p><o:p>&nbsp;</o:p></p>

<p align=center style='text-align:center'><o:p>&nbsp;</o:p></p>

<p><o:p>&nbsp;</o:p></p>

<p><o:p>&nbsp;</o:p></p>

<p><o:p>&nbsp;</o:p></p>

<br style='mso-ignore:vglayout' clear=ALL>

<p><span class="SpellE"><b style='mso-bidi-font-weight:
normal'><i style='mso-bidi-font-style:normal'><u>Hibrid</u></i></b></span><b
style='mso-bidi-font-weight:normal'><i style='mso-bidi-font-style:normal'><u>
Kernel</u><span style='mso-spacerun:yes'> </span><span style='mso-tab-count:
4'> </span><span class="SpellE"><u>Exokernel</u></span><o:p></o:p></i></b></p>

<p style='margin-left:144.0pt;mso-add-space:
auto'><b style='mso-bidi-font-weight:normal'><i style='mso-bidi-font-style:
normal'><u><o:p><span style='text-decoration:none'>&nbsp;</span></o:p></u></i></b></p>

<p><!--[if gte vml 1]><v:roundrect id="_x0000_s1036"
style='position:absolute;left:0;text-align:left;margin-left:32.25pt;
margin-top:8.25pt;width:152.25pt;height:65.25pt;z-index:11' arcsize="10923f"
fillcolor="#4f81bd [3204]" strokeweight="2.25pt">
<v:textbox>
<![if !mso]>
<table cellpadding=0 cellspacing=0 width="100%">
<tr>
<td><![endif]>
<div>
<p align=right style='text-align:right'><o:p>&nbsp;</o:p></p>
<p align=right style='text-align:right'><b
style='mso-bidi-font-weight:normal'>KERNEL<o:p></o:p></b></p>
</div>
<![if !mso]></td>
</tr>
</table>
<![endif]></v:textbox>
</v:roundrect><v:oval id="_x0000_s1037" style='position:absolute;left:0;
text-align:left;margin-left:42pt;margin-top:19.5pt;width:69pt;height:39pt;
z-index:12' fillcolor="#9bbb59 [3206]">
<v:textbox>
<![if !mso]>
<table cellpadding=0 cellspacing=0 width="100%">
<tr>
<td><![endif]>
<div>
<p><b style='mso-bidi-font-weight:normal'>SERVER<o:p></o:p></b></p>
</div>
<![if !mso]></td>
</tr>
</table>
<![endif]></v:textbox>
</v:oval><v:shape id="_x0000_s1038" type="#_x0000_t67" style='position:absolute;
left:0;text-align:left;margin-left:51.75pt;margin-top:73.5pt;width:8.25pt;
height:47.25pt;z-index:13' fillcolor="red">
<v:textbox style='layout-flow:vertical-ideographic'/>
</v:shape><v:shape id="_x0000_s1039" type="#_x0000_t68" style='position:absolute;
left:0;text-align:left;margin-left:153.75pt;margin-top:73.5pt;width:8.25pt;
height:47.25pt;z-index:14' fillcolor="red">
<v:textbox style='layout-flow:vertical-ideographic'/>
</v:shape><v:roundrect id="_x0000_s1040" style='position:absolute;left:0;
text-align:left;margin-left:36pt;margin-top:120.75pt;width:144.75pt;height:25.5pt;
z-index:15' arcsize="10923f" fillcolor="#76923c [2406]" strokeweight="1.5pt">
<v:textbox>
<![if !mso]>
<table cellpadding=0 cellspacing=0 width="100%">
<tr>
<td><![endif]>
<div>
<p align=center style='text-align:center'><b
style='mso-bidi-font-weight:normal'>APLIKASI<o:p></o:p></b></p>
</div>
<![if !mso]></td>
</tr>
</table>
<![endif]></v:textbox>
</v:roundrect><v:roundrect id="_x0000_s1041" style='position:absolute;left:0;
text-align:left;margin-left:228.75pt;margin-top:8.25pt;width:194.25pt;
height:24pt;z-index:16' arcsize="10923f" fillcolor="#76923c [2406]"
strokeweight="2.25pt">
<v:textbox>
<![if !mso]>
<table cellpadding=0 cellspacing=0 width="100%">
<tr>
<td><![endif]>
<div>
<p align=center style='text-align:center'><b
style='mso-bidi-font-weight:normal'>KERNEL<o:p></o:p></b></p>
</div>
<![if !mso]></td>
</tr>
</table>
<![endif]></v:textbox>
</v:roundrect><v:shape id="_x0000_s1042" type="#_x0000_t68" style='position:absolute;
left:0;text-align:left;margin-left:240pt;margin-top:32.25pt;width:8.25pt;
height:36.75pt;z-index:17' fillcolor="red">
<v:textbox style='layout-flow:vertical-ideographic'/>
</v:shape><v:shape id="_x0000_s1043" type="#_x0000_t67" style='position:absolute;
left:0;text-align:left;margin-left:267.75pt;margin-top:32.25pt;width:7.85pt;
height:36.75pt;z-index:18' fillcolor="red">
<v:textbox style='layout-flow:vertical-ideographic'/>
</v:shape><v:oval id="_x0000_s1044" style='position:absolute;left:0;
text-align:left;margin-left:228.75pt;margin-top:69pt;width:60pt;height:27pt;
z-index:19' fillcolor="#4f81bd [3204]" strokeweight="1.5pt">
<v:textbox>
<![if !mso]>
<table cellpadding=0 cellspacing=0 width="100%">
<tr>
<td><![endif]>
<div>
<p>LIBARY</p>
</div>
<![if !mso]></td>
</tr>
</table>
<![endif]></v:textbox>
</v:oval><v:oval id="_x0000_s1046" style='position:absolute;left:0;
text-align:left;margin-left:298.5pt;margin-top:69pt;width:60pt;height:27pt;
z-index:20' fillcolor="#4f81bd [3204]" strokeweight="1.5pt">
<v:textbox>
<![if !mso]>
<table cellpadding=0 cellspacing=0 width="100%">
<tr>
<td><![endif]>
<div>
<p>LIBARY</p>
</div>
<![if !mso]></td>
</tr>
</table>
<![endif]></v:textbox>
</v:oval><v:shape id="_x0000_s1047" type="#_x0000_t68" style='position:absolute;
left:0;text-align:left;margin-left:305.6pt;margin-top:32.25pt;width:8.25pt;
height:36.75pt;z-index:21' fillcolor="red">
<v:textbox style='layout-flow:vertical-ideographic'/>
</v:shape><v:shape id="_x0000_s1048" type="#_x0000_t67" style='position:absolute;
left:0;text-align:left;margin-left:338.3pt;margin-top:32.25pt;width:7.85pt;
height:36.75pt;z-index:22' fillcolor="red">
<v:textbox style='layout-flow:vertical-ideographic'/>
</v:shape><v:oval id="_x0000_s1049" style='position:absolute;left:0;
text-align:left;margin-left:363pt;margin-top:69pt;width:60pt;height:27pt;
z-index:23' fillcolor="#4f81bd [3204]" strokeweight="1.5pt">
<v:textbox>
<![if !mso]>
<table cellpadding=0 cellspacing=0 width="100%">
<tr>
<td><![endif]>
<div>
<p>LIBARY</p>
</div>
<![if !mso]></td>
</tr>
</table>
<![endif]></v:textbox>
</v:oval><v:shape id="_x0000_s1050" type="#_x0000_t68" style='position:absolute;
left:0;text-align:left;margin-left:369.75pt;margin-top:32.25pt;width:8.25pt;
height:36.75pt;z-index:24' fillcolor="red">
<v:textbox style='layout-flow:vertical-ideographic'/>
</v:shape><v:shape id="_x0000_s1051" type="#_x0000_t67" style='position:absolute;
left:0;text-align:left;margin-left:407.25pt;margin-top:32.25pt;width:7.85pt;
height:36.75pt;z-index:25' fillcolor="red">
<v:textbox style='layout-flow:vertical-ideographic'/>
</v:shape><![endif]--><![if !vml]><span style='mso-ignore:vglayout'>

<table cellpadding=0 cellspacing=0 align=left>
<tr>
<td width=41 height=9></td>
<td width=211></td>
<td width=51></td>
<td width=267></td>
</tr>
<tr>
<td height=124></td>
<td rowspan=2 align=left valign=top><img width=211 height=191
src="SISTIM%20OPERASI%20(kernel)_files/image004.gif" v:shapes="_x0000_s1036 _x0000_s1037 _x0000_s1038 _x0000_s1039 _x0000_s1040"></td>
<td></td>
<td align=left valign=top><img width=267 height=124
src="SISTIM%20OPERASI%20(kernel)_files/image005.gif" v:shapes="_x0000_s1041 _x0000_s1042 _x0000_s1043 _x0000_s1044 _x0000_s1046 _x0000_s1047 _x0000_s1048 _x0000_s1049 _x0000_s1050 _x0000_s1051"></td>
</tr>
<tr>
<td height=67></td>
</tr>
</table>

</span><![endif]><b style='mso-bidi-font-weight:normal'><i style='mso-bidi-font-style:
normal'><u><o:p><span style='text-decoration:none'>&nbsp;</span></o:p></u></i></b></p>

<p><b style='mso-bidi-font-weight:normal'><i
style='mso-bidi-font-style:normal'><u><o:p><span style='text-decoration:none'>&nbsp;</span></o:p></u></i></b></p>

</div>

</body>

</html>