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 :)
- Host: GitHub
- URL: https://github.com/onecodemonkey/operatingsystem-starting-from-scratch
- Owner: OneCodeMonkey
- License: mit
- Created: 2019-05-18T13:47:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-18T10:53:52.000Z (almost 6 years ago)
- Last Synced: 2025-01-13T06:00:20.110Z (4 months ago)
- Topics: assembly, c, operatingsystem, operatingsystems, os
- Language: C
- Size: 4.28 MB
- Stars: 43
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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