Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sarisia/mikanos

ゼロからのOS自作入門
https://github.com/sarisia/mikanos

mikanos

Last synced: 20 days ago
JSON representation

ゼロからのOS自作入門

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