• This repository has been archived on 23/Jun/2018
  • Stars
    star
    539
  • Rank 79,265 (Top 2 %)
  • Language
    Python
  • Created over 9 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

哈尔滨工业大学《操作系统》课程实验指导手册、实验环境(64位支持)及源码。

hit-oslab

本仓库涵盖了哈尔滨工业大学《操作系统》课程实验指导手册、实验环境(64位支持)及源码。旨在针对32位和64位的Ubuntu系统,一键式搭建好环境,为同学们节省环境配置时间。

在线学习与实验

hit

由于历史原因,推荐大家使用实验楼提供的实验环境。本项目只做归档使用。

安装

本安装脚本会将实验环境安装在用户目录下,文件名为oslab。如果有特殊需要,请自行移动文件夹位置。注意,请不要使用超级用户执行此安装命令,当有需要时hit-oslab会请求超级用户权限。

git clone https://github.com/DeathKing/hit-oslab.git ~/hit-oslab
cd ~/hit-oslab
./setup.sh

如果想要跳过软件源更新步骤,请在./setup.sh后加上参数-s--skip-update

复原

考虑到操作系统试验每次需要重置linux-0.11目录,oslab特别添加了重置功能。本功能由./run命令提供。

# in oslab directory
./run init

反馈

本项目可以确保bochs能够正确启动,但某些64位系统在编译linux-0.11时会提示缺少某些文件,如果遇到类似问题的同学,请发issue。

More Repositories

1

Learning-SICP

MIT视频公开课《计算机程序的构造和解释》中文化项目及课程学习资料搜集。
Ruby
10,768
star
2

LaTeX-Template-Cn

\LaTeX 中文模版收集。
TeX
1,569
star
3

yast-cn

《Scheme入门教程》,Takafumi Shido 著,Yet Scheme Another Tutorial中译版。
HTML
361
star
4

Hit-DataStructure-On-Scheme

哈尔滨工业大学《数据结构与算法》、《软件开发实践》作业及实验的Scheme解法。
Scheme
83
star
5

metaprogramming-in-ruby

Satoshi Asakawa著,MetaProgramming in Ruby系列教程的中译版。
HTML
42
star
6

SICPxShanghai

2015年8月1日上海,SICP读书讨论、函数式程序设计及程序设计语言理论交流分享会。
HTML
12
star
7

pico

convert PDF to images with simple API and progress bar support.
Go
11
star
8

deathking.github.io

My personal blog.
HTML
10
star
9

CPME48

Why CP-YOU? Let's CP-ME! 非常简单的8位CPU的VHDL实现,拥有精简的RISC式指令集。更有配套扩展指令集IR48*、汇编器DASM48、高级语言Cheme,你值得拥有。(课程作业,仅供交流,切勿抄袭!)
VHDL
7
star
10

SLeX

Yet another not-so-simple lex analysor generator and naïve regular expression engine written in programming language Scheme.
Scheme
6
star
11

fscript

适用于RGSS系列的自由脚本收集。
Ruby
5
star
12

streem.rb

Try to implement matz/streem as a DSL within Ruby with a little syntax sacrifice.
Ruby
4
star
13

miniMaxima

[Underconstruction]A toy implementation of Maxima-like Computer Algebra System.
Scheme
3
star
14

DeathKing

2
star
15

puppet-destlogio

Using Log.io as logging destinations.
Ruby
1
star
16

LogicCat

A simple Mathematical logic calculator.
Scheme
1
star
17

puppet-http

Enable Puppet master/agent communicate via HTTP.
Ruby
1
star
18

lab

snippets
Python
1
star
19

papyrus

papyrus is an academic style (xe)LaTeX writeup template. [Under construction...]
TeX
1
star
20

fastest_server

Find the fastest server via ping.
Ruby
1
star