dom96 / nimkernel

A small kernel written in Nim
Other
614 stars 39 forks source link

Make it work with current Nim #1

Closed def- closed 9 years ago

def- commented 9 years ago

All seems good except the

var outOfBounds = vram[len(vram[])]

It throws a compile time error now, so I commented that out for now.

dom96 commented 9 years ago

Seems I need to figure out a different way to generate a runtime error to demonstrate the error handling.

dom96 commented 9 years ago

Thank you for the fix!