Re: [go-nuts] Find n-th root of a big number

2020-09-22 Thread Nasir Hussain
The Amazing Rob Pike :D On Tue, Sep 22, 2020 at 12:13 PM Rob Pike wrote: > I'm not going to debug you program for you - you'll learn more doing it > yourself, but I glanced at it and saw immediately that you're missing an > easy optimization. Raising a number to an integer power can be done much

Re: [go-nuts] Re: Using go build to cross compile a kernel file and link it to the loader

2020-08-29 Thread Nasir Hussain
b.com/gopher-os/gopher-os/blob/master/Makefile#L56 and additionally use the make file for building and loading your Kernel too. Best, -- Nasir Hussain On Sat, Aug 29, 2020 at 8:34 PM Amnon wrote: > Go is not the best language to write a kernel on. But some people have > done it as an i