Skip to content

qpakzk/wonix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

₩onix

₩onix is my own operating system, which supports 64-bit. It is referenced by 『64비트 멀티코어 OS 원리와 구조』. For more details about this book, click here.

Prerequisite

To develop ₩onix on macOS or Linux(Ubuntu), it is necessary to install some programs.

Suppose gcc is already installed.

NASM

  • macOS
$ brew install nasm
  • Ubuntu 18.04 LTS
$ sudo apt install nasm

QEMU

  • macOS
$ brew install qemu
  • Ubuntu 18.04 LTS
$ sudo apt install qemu

Compile

$ make

Execute

$ ./qemu-x86_64.bat

LICENSE

₩onix is released under MIT License. See LICENSE.

About

my own operating system, which supports 64-bit

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published