Skip to content

SASAKN/kinOS

 
 

Repository files navigation

kinOS

kinOS is a microkernel-like operating system based on MikanOS.

screenshot

Build

The tools required for building are the same as for MikanOS

Clone EDK2

In tools/

git clone https://github.com/tianocore/edk2.git

Setting

In edk2/

git submodule update --init
make -C BaseTools/Source/C
source edksetup.sh

Edit Conf/target.txt

item value
ACTIVE_PLATFORM kinLoaderPkg/kinLoaderPkg.dsc
TARGET DEBUG
TARGET_ARCH X64
TOOL_CHAIN_TAG CLANG38

Make a symbolic link

In edk2/

ln -s ../../kinLoaderPkg ./

Build and run

make

About

A microkernel-like operating system based on MikanOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 77.3%
  • C 22.5%
  • Other 0.2%