eggos icon indicating copy to clipboard operation
eggos copied to clipboard

A Go unikernel running on x86 bare metal

Results 22 eggos issues
Sort by recently updated
recently updated
newest added

Split architecture-independent code

enhancement

At present, if `egg run` does not use `-k` to specify the kernel file, it simply prints the error of `missing kernel file`, need to add more detailed information on...

documentation

Now we can add kernel environment variables by passing the `-append` parameter to qemu, consider adding command line arguments.

enhancement

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...

documentation

We can put more system metrics in `procfs`, such as the number of syscalls, the number of context switches, and then we can collect them through Prometheus. Do we need...

enhancement

Just like RT-Thread by C language . There are so many OSes for Intel/Amd architecture , but few for MCU . I think eggos can be that one . Thanks...

### Describe your bug or error I am trying to modify the multiboot header in multiboot_header.S. In order to compile my changes, I have a set up gcc and binutils...

bug

### Describe your bug or error When booting from a Ventoy (latest version) prepared USB flash drive, there's no progress past "loading /boot/kernel.elf". The screen remains totally blank. Under Qemu,...

bug

Thank you for this wonderful package! I wonder whether you are interested in this pull request that checks that the version of go being executed is 1.16. With the wrong...