https://github.com/archtaurus/xinos
XinOS - my hobby operating system project
https://github.com/archtaurus/xinos
Last synced: 7 months ago
JSON representation
XinOS - my hobby operating system project
- Host: GitHub
- URL: https://github.com/archtaurus/xinos
- Owner: archtaurus
- License: gpl-3.0
- Created: 2017-04-29T07:51:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-02T09:21:43.000Z (about 9 years ago)
- Last Synced: 2025-01-05T22:11:43.321Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History
- License: LICENSE
Awesome Lists containing this project
README
# XinOS
My DIY operating system for study

# 环境要求
gcc, nasm, ld, grub2, qemu (or virtualbox)
# 编译运行
```bash
$ make
$ make run
```
也可在VirtualBox中用虚拟机加载生成的xinos.iso启动运行。