[OS] 운영체제를 공부합시다!! Operating System Inside - General Preface Part I 1. OS란 2. Computer Model 3. Virtual MemoryPage Table structureReverse Mapping 4. When memory was Not virtualReal mode vs protected mode? Segmented?OverlaySegmentation 5. Address Binding 6. Dynamic Allocation 7. Kernel vs UserKernel mode vs User modeKernel space vs User spaceSystem call and API 8. TLB &Cache 9. InterruptPC에서의 interruptInterrupt vec.. 더보기 [OS] GeekOS Projects!! GeekOS : An Instructional Operating System for Real Hardware Introduction 이 페이퍼는 GeekOS에 대해 설명한다. GeekOS는 실제 하드웨어(x86-based PC)에서 실행되는 작은 OS 커널이다. GeekOS는 Maryland 대학에서 학부 OS 수업에 프로젝트의 베이스로서 사용되었다.OS 커널 개발에는 두 가지 기본적인 접근이 있다. 1. 순수 하드웨어상의 실행, 하드웨어 디바이스에 직접적으로 노출시켰다. 2. host OS의 유저모드 내에서의 실행, 하드웨어 레벨의 시뮬레이팅 이 페이퍼에서 나는 순수 하드웨어 위에서 실행하는 것을 위한 의견 논쟁을 보여 줄 것이다. 그리고 GeekOS로부터 얻은 진짜 경험을 보충해 줄 것이다. 이 페이.. 더보기 [Anroid] GPS정보 가져오기 * 현재 위치를 지도에 표시하기 1. 레이아웃 - my_map_view.xml 그대로 사용 2. 액티비티 - MyLocMap extends MapActivity implements LocationListener :onCreate()에서 지도 초기화 1) 멤버변수 선언 LocationManager locationMgr = null; MapController mapControl; 2) onCreate setContentView(R.layout.my_map_view); final MapView map = (MapView) findViewById(R.id.map); mapControl = map.getController(); 3. MyLocMap 액티비티가 실행되면 현재 위치 정보 가져오기 : onCreate(.. 더보기 이전 1 ··· 47 48 49 50 51 52 53 ··· 61 다음