Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 868 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 868 Bytes

ChenOS

中文 | English

banner

ChenOS is an UNIX-like operating system kernel.

Table of Contents

Completed

Module Status Description
Multi Task Compeleted Preemptive multitasking(time-slice)
Memory Management Compeleted Memory paging
Filesystem Compeleted Implemeted basic syscall
Coming...

Setup

You can setup the enviroment by Docker.

docker pull noterpopo/ubuntu-gcc-nasm

Usage

Use this to run the kernel!

bochs -f bochs

Note: You shounld use this command under the default dir.

License

MIT © Noterpopo.