profile
Connecting dots

[Navilos] UART PL011 of RealViewPB

Navilos Chapter 5 - UART PL011 of RealViewPB

2022년 1월 18일
·
0개의 댓글
·

[CS 61] Data Representation (2)

Segments

2021년 9월 2일
·
0개의 댓글
·

[CS 61] Data Representation

Overview, Bytes of memory, Objects

2021년 8월 11일
·
0개의 댓글
·

[OS] Cyclic deadlock monitoring algorithm

Cyclic deadlock monitoring algorithm

2021년 8월 11일
·
0개의 댓글
·

[OS] Runtime Deadlock Detector

Operating System 의 deadlock을 detect 하는 프로그램

2021년 8월 9일
·
0개의 댓글
·

[xv6-kernel] Lab3: Memory management

Part 1: changing memory layout In xv6, the VM system uses a simple two-level page table code stack : fixed sized, one-page heap : grows towards the high-end of the address space We should rearra...

2021년 8월 3일
·
0개의 댓글
·

[CS 61] Introduction

하버드 대학교 CS 61 공부 시리즈를 본격적으로 시작하기 전, 공부를 하게 된 계기와 CS 61 시리즈 구성을 소개하는 글

2021년 8월 3일
·
0개의 댓글
·

[xv6-kernel] Priority scheduling

Edit system call 'getpriority' and 'setpriority'Edit the range of priority for each process from \[0, 31] to \[-10, 10]In fork for process, priority o

2021년 7월 21일
·
0개의 댓글
·

[xv6-kernel] Lab 2 ; Scheduling implementation

Add a priority value to each processproc.h의 struct proc에 priority 추가proc.h의 HIGHPRIO, LOWPRIO 변수를 통해 priority arrange 지정Add a system call to change th

2021년 7월 20일
·
0개의 댓글
·

[xv6-kernel] Scheduling

a user-kernel transition(system call or interrupt)a context switch to the local CPU's scheduler threada context switch to a new process's kernel threa

2021년 7월 19일
·
0개의 댓글
·