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

https://github.com/onecodemonkey/operatingsystem-starting-from-scratch

Building an Operating System from the very beginning!Seeing at the following website :)
https://github.com/onecodemonkey/operatingsystem-starting-from-scratch

assembly c operatingsystem operatingsystems os

Last synced: 3 months ago
JSON representation

Building an Operating System from the very beginning!Seeing at the following website :)

Awesome Lists containing this project

README

        

# OperatingSystem-Starting-from-scratch
Building an Operating System from the very beginning!Seeing at the following website :)

###### 操作系统-演示demo:



运行环境:
建议使用 bochs 虚拟机,下载地址: https://sourceforge.net/projects/bochs/files/bochs/2.3.5/Bochs-2.3.5.exe/download

汇编编译器:NASM

使用时clone本项目,解压 80m.img.bak.gz 得到镜像文件 80m.img

详细使用方法待补充...

Note:
1. kliba.asm and klib.c will be compiled to distinct bin
kliba.asm -> kliba.o
klib.c -> klib.o