nim-xv6
nim-xv6 copied to clipboard
Translate xv6 to nim
Results
1
nim-xv6 issues
Sort by
recently updated
recently updated
newest added
Hi! I have a problem when I follow build instructions: ``` make[1]: Leaving directory '/home/masood/Desktop/Dev/nim-xv6/boot/x86_64' nim c --noLinking --os:standalone --deadCodeElim:on --noMain --parallelBuild:1 --gcc.exe:gcc --passC:"-Inim/tinyc/win32/include" --passC:"-w" --passC:"-O2" --passC:"-Wall" --passC:"-Wextra" --passC:"-ffreestanding" --passC:"-mcmodel=kernel"...