Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chyyuu/os_tutorial_lab
tutorial labs for os course
https://github.com/chyyuu/os_tutorial_lab
Last synced: about 1 month ago
JSON representation
tutorial labs for os course
- Host: GitHub
- URL: https://github.com/chyyuu/os_tutorial_lab
- Owner: chyyuu
- License: gpl-2.0
- Created: 2017-02-11T13:37:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-28T01:40:51.000Z (almost 5 years ago)
- Last Synced: 2024-12-06T00:11:42.782Z (about 2 months ago)
- Language: C
- Homepage: https://chyyuu.gitbooks.io/os_tutorial_lab/content/
- Size: 352 KB
- Stars: 150
- Watchers: 9
- Forks: 108
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OS Tutorial Labs
这里的labs用于清华大学计算机系2017年春季课程教学。
- OSTEP目录下的来源于 http://pages.cs.wisc.edu/~remzi/OSTEP/
- v9_computer目录下的来源于 https://github.com/rswier/swieros
- x86-32目录下是一些课程中实现的小例子。下面是gitbook提供的试题编写的例子:
This is a quiz:
---
# DEMOs
## demo1
{%mcq ans="o1", count=2%}
{%title%} This is a question?
{%o1%} First option
{%o2%} Second option
{%o3%} Third option
{%o4%} Fourth option
{%hint%} This is a hint.
{%endmcq%}## demo2
{%mcq ans="o1", count=2%}
{%title%} This is a question?
{%o1%} First option
{%o2%} Second option
{%o3%} Third option
{%o4%} Fourth option
{%o5%} Fourth option
{%o6%} Fourth option
{%o7%} Fourth option
{%o8%} Fourth option
{%endmcq%}## demo3
{%mcq ans="o1", random=true%}
{%title%} This is a question?
{%o1%} First option
{%o2%} Second option
{%o3%} Third option
{%o4%} Fourth option
{%endmcq%}## demo4
{%fbq%}Testing. Please type $$hello## (hello) and $$world## (world).{%endfbq%}
## demo5
What is gitbook used for?
To read books
To book hotel named git
To write and publish beautiful books
GitBook.com lets you write, publish and manage your books online as a service.
Is it quiz?
Yes
No
This is multiple dropdown quiz, in each dropdown select a correct number corresponding to the dropdown's order
First
Second
Third
Fourth
First
Second
Third
Fourth
First
Second
Third
Fourth
First
Second
Third
Fourth
---