Skip to content

DeRuneLabs/kernel-nim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kernel-nim

implementation kernel in nim programming

notes

install gcc which is configure it i685-elf-gcc and i686-elf as executable in $HOME/cross-tools/bin/

export PATH=$PATH:$HOME/cross-tools/bin

running

using nim nakefile

  • makesure to install nakefile first by
    nimble install nakefile
  • and execute by using nakefile
nim c nakefile
./nakefile run

About

implementation kernel in nim programming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published