icexin / eggos

A Go unikernel running on x86 bare metal
http://eggos.icexin.com
MIT License
2.21k stars 112 forks source link

docs: add doc about how to write syscall #69

Open icexin opened 2 years ago

icexin commented 2 years ago

Now eggos allows users to write their own kernel, the lack of some system calls will cause the program to not run normally, add a document describing how to add syscalls.