biscuit
biscuit copied to clipboard
Biscuit research OS
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? go version go1.13.8 linux/amd64 ### Does this issue reproduce with the...
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? go version go1.16.6 linux/amd64 ### Does this issue reproduce with the...
I wonder how do we add interfaces or how do we modify biscuit to let it be able to connect to the internet. When I tried the command lnc to...
- Added Dockerfile to be able to run the project easily for each OS. - Added doc in README file about how to run the project using docker.
The kernel throws `#UD` (illegal instruction) error when `syscall` is ran; can it be enabled in boot?
Hi, I am trying to port some userland applications to biscuit. How did you compile and test redis and nginx? Also, why is USERMIN so high? Why not something like...
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? 1.10.1. ### Does this issue reproduce with the latest release? Yes....
How do one avoid heavy GC calls in an OS when it is made in golang?