Upload xv6 project to GitLab

Git Upload xv6 project to GitLab OS 디렉토리로 가서 git initialize git init setup remote repository URL of the GitLab git remote add origin https://hconnect.hanyang.ac.kr/2023_ele3021_12300/2023_ele3021_학번.git...

   Mar 17, 2023     0 min read
Hello Triangle

2 LAB : Hello Triangle Introducton to OpenGL and other modules ☁️ GLFW Input Handling glfwPollEvents() processes events that have already been recieved. Calls a...

   Mar 13, 2023     7 min read
Managing xv6 with Docker

LAB 1 : xv6 Install Docker (macOS) Install Docker, 본인 OS에 맞춰 설치 https://docs.docker.com/desktop/install/mac-install/ Docker → Resources → ADVANCED 본인 mac 사양에 맞춰 설정 Terminal...

   Mar 10, 2023     1 min read
Computer Graphics Environment Setting

1 LAB : Environment Setting Python Interpreter Download Python Python 3.8 이상 버전 다운로드 모든 과제와 프로젝트의 제출은 Python 3.8에 NumPy, PyOpenGL, glfw, PyGLM만 설치된...

   Mar 3, 2023     1 min read
Computer Network Chapter 15

Chapter 15) Transmission Control Protocol Three-way handshaking ☁️ TCP는 장치들 사이에 논리적인 접속을 성립하기 위하여 three-way handshake를 사용한다. Client > Server : TCP SYN Server...

   Dec 18, 2022     3 min read