All Projects → Wangzhike → Hit Linux 0.11

Wangzhike / Hit Linux 0.11

网易云课堂选的操作系统课实验的代码及相关记录

Programming Languages

c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Hit Linux 0.11

Ksocket
KSOCKET provides a very basic example how to make a network connections in the Windows Driver by using WSK
Stars: ✭ 183 (-17.94%)
Mutual labels:  kernel
Snowflakeos
"It is very special"
Stars: ✭ 190 (-14.8%)
Mutual labels:  kernel
Eduos Rs
A teaching operating system written in Rust
Stars: ✭ 210 (-5.83%)
Mutual labels:  kernel
Pebble
Microkernel and userspace written in Rust exploring modern ideas
Stars: ✭ 184 (-17.49%)
Mutual labels:  kernel
Vulnerable Kext
A WIP "Vulnerable by Design" kext for iOS/macOS to play & learn *OS kernel exploitation
Stars: ✭ 188 (-15.7%)
Mutual labels:  kernel
Frosted
Frosted: Free POSIX OS for tiny embedded devices
Stars: ✭ 194 (-13%)
Mutual labels:  kernel
Garhal csgo
A project that demonstrates how to screw with CSGO from Kernel Space. (CSGO Kernel Cheat/Hack) All cleaned up, and with updated offsets.
Stars: ✭ 179 (-19.73%)
Mutual labels:  kernel
Jetson easy
🔩 Automatically script to setup and configure your NVIDIA Jetson [Nano, Xavier, TX2i, TX2, TX1, TK1] . This script run different modules to update, fix and patch the kernel, install ROS and other...
Stars: ✭ 219 (-1.79%)
Mutual labels:  kernel
Libhermit
HermitCore: A C-based, lightweight unikernel
Stars: ✭ 190 (-14.8%)
Mutual labels:  kernel
Kafl
A fuzzer for full VM kernel/driver targets
Stars: ✭ 204 (-8.52%)
Mutual labels:  kernel
Cyjon
A simple, clean code, multi-tasking operating system written in pure assembly language for 64-bit processors from the AMD64 family.
Stars: ✭ 184 (-17.49%)
Mutual labels:  kernel
Unikraft
Unikraft is an automated system for building specialized POSIX-compliant OSes known as unikernels. (Core repository)
Stars: ✭ 183 (-17.94%)
Mutual labels:  kernel
Wmi Static Spoofer
Spoofing the Windows 10 HDD/diskdrive serialnumber from kernel without hooking
Stars: ✭ 199 (-10.76%)
Mutual labels:  kernel
Mollenos
MollenOS/Vali is a modern operating system that is built with focus on abstraction and a modular design, allowing anyone to port it to any architecture. It currently targets the x86-32 and x86-64 platform.
Stars: ✭ 182 (-18.39%)
Mutual labels:  kernel
Prototype Kernel
Prototyping kernel development work outside mainline
Stars: ✭ 214 (-4.04%)
Mutual labels:  kernel
Pluto
An x86 kernel written in Zig
Stars: ✭ 172 (-22.87%)
Mutual labels:  kernel
Cve 2014 0038
Linux local root exploit for CVE-2014-0038
Stars: ✭ 193 (-13.45%)
Mutual labels:  kernel
Kvm Kernel Example
Examples for: Learning KVM - implement your own kernel
Stars: ✭ 221 (-0.9%)
Mutual labels:  kernel
Kernel
The Stupid Operating System
Stars: ✭ 217 (-2.69%)
Mutual labels:  kernel
Application
🏆 A full-stack component-based MVC kernel for PHP that helps you write powerful and modern web applications. Write less, have cleaner code and your work will bring you joy.
Stars: ✭ 205 (-8.07%)
Mutual labels:  kernel

操作系统代码实现及记录

details: 这是我在网易云课堂选的操作系统所要求的实验的代码及相关记录,授课老师是哈工大的李治军老师,李老师的讲课风格浅入深出,讲得非常好!我作为一个普通一本大学非计算机专业的学生,能接收到这样的教育,得感谢《网易云课堂》,感谢李治军老师。

update: 距离大三学习这门Mooc,已经过去两年了。现在我也算是如愿转到了计算机专业,目前来看自己最擅长的还是嵌入式领域,所以我想从之前停下来的地方开始,真正学好这门课,完成这八个实验,就像李老师所说,完成这八个实验,操作系统才算是入门了。希望自己早日完成这些实验,入门操作系统。 2017.03

0. 实验环境搭建

致谢DeathKing/hit-oslab项目,提供了Ubuntu环境下的实验环境的一键配置脚本及其所需的源代码,工具等材料。我在此基础上进行了一些小改动,使配置脚本可以在Ubuntu 16.04上使用。具体参见Linux 0.11实验环境准备

1. 操作系统的引导

参见操作系统的引导

2. 系统调用

参见系统调用

3. 进程运行轨迹的跟踪与统计

参见进程运行轨迹的跟踪与统计,修改时间片在我本地实验环境效果不明显,弃坑...,以后再研究是怎么回事:(

4. 基于内核栈切换的进程切换

参见基于内核栈切换的进程切换

5. 信号量的实现和应用

参见信号量的实现和应用

6. 地址映射与共享

7. 终端设备的控制

8. proc文件系统的实现

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].