mirror of
https://github.com/taigrr/gopher-os
synced 2025-01-18 04:43:13 -08:00
If kernel.Kmain defines a nested function then a symbol like `github.com/achilleasa/gopher-os/kernel.Kmain.func1` will be generated. To make sure we always pick the `github.com/achilleasa/gopher-os/kernel.Kmain` symbol address we just need to add a `$` to the grep argument.
Description
Languages
Go
84.9%
ASL
10.2%
Assembly
4%
Makefile
0.9%