Skip to content

yuaom/OpenNT-MinKernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenNT - MinKernel

Maintainer: Stephanos Ioannidis ([email protected])

Summary

This repository contains the following core system components derived from the NT 4 codebase:

  • C Runtime Library (minkernel\crts)
  • Kernel (minkernel\ntos)
  • Hardware Abstraction Layer (minkernel\hals)
  • Native API Interface Library (minkernel\ntdll)
  • Native Application Runtime Library (minkernel\urtl)

Build Instruction

Use NTOSBE to build this component.

Disclaimer

  • This repository is intended for educational and hobby use only.
  • OpenNT is just a pet project of mine and shall be deemed as such.