Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarisia/mikanos
ゼロからのOS自作入門
https://github.com/sarisia/mikanos
mikanos
Last synced: 20 days ago
JSON representation
ゼロからのOS自作入門
- Host: GitHub
- URL: https://github.com/sarisia/mikanos
- Owner: sarisia
- Created: 2021-03-28T03:40:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-18T16:12:56.000Z (over 3 years ago)
- Last Synced: 2024-10-04T18:41:45.337Z (about 1 month ago)
- Topics: mikanos
- Language: C++
- Homepage: https://zero.osdev.jp/
- Size: 328 KB
- Stars: 2
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MikanOS
# Build
```
$ source init.sh
$ make
```# Run QEMU
```
$ source init.sh
$ make run
```# Run QEMU with GDB debug enabled
```
$ source init.sh
$ make debug
```# Debugging with VSCode cppdbg
```
$ source init.sh
$ make debug
```then, run `(gdb) Attach to QEMU` from VSCode debug menu