Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

---