https://github.com/over-run/overrunoperatingsystem
https://github.com/over-run/overrunoperatingsystem
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/over-run/overrunoperatingsystem
- Owner: Over-Run
- License: gpl-3.0
- Created: 2022-03-26T16:05:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-26T16:18:30.000Z (about 3 years ago)
- Last Synced: 2025-02-09T14:21:56.420Z (4 months ago)
- Language: Assembly
- Size: 420 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OverRunOperatingSystem
- using virtual box to test this
- using windows xp 7 8 10 11 to common "diskpart" to create vhd
- using nasm to create boot.bin
- using dd to write to vhd to run in virtual box
# 超限组织(超越极限)的x86汇编制作操作系统
- 使用 甲骨文公司的 virtual box 测试它
- 使用微软的操作系统进行虚拟磁盘分区(.vhd)去创建它
- 使用nasm编译asm文件生成boot.bin文件
- 使用dd.exe去写入虚拟磁盘(.vhd) 并用 virtual box 运行它