MIT 6.S081 Lecture 6: Isolation & system call entry/exit
Reading
- Read Chapter4
- read code
MIT 6.S081 Lecture 6: Isolation & system call entry/exit
reading
To start the lab, switch to the syscall branch:
1 | git fetch |
GPT-4 is OpenAI’s most advanced system, producing safer and more useful responses.
GPT4: I am a language model that is based on a neural network architecture known as GPT (Generative Pre-trained Transformer). This architecture is used in deep learning to generate natural language text by predicting the next word or sequence of words based on the input text. I was pre-trained on a large corpus of text and can generate human-like responses to a wide range of questions and prompts.
用了一下ChatGPT,非常不错,确实感觉的到我在和一个知识储备很深并且十分耐心的人谈话,希望它能帮助我在后面的学习和生活过程中解答一些疑惑。此外,gpt有提问限制,我也需要精确我的表达来获取我想要的信息。
1 | tmux |
ctrl-b c
新建窗口
ctrl-b p
前一个窗口
ctrl-b n
下一个窗口
ctrl-b %
垂直拆分窗口
ctrl-b "
水平拆分窗口
ctrl-b o
在窗口间切换
exit
退出tmux
MIT 6.S081 Lecture 4: Page tables
MIT 6.S081 Lecture 3: OS organization and system calls