Ethan Hu
Ethan Hu
Is there a way to deploy this to GitHub pages directly?
When I try to boot up the surface kernel an error message popped up. ``` error: /boot/vmlinuz-5.15.6-surface has invalid signature. Loading initial ramdisk ... error: you need to load the...
``` main.c: In function 'termination_signal_handler': main.c:824:7: warning: 'write' reading 18 bytes from a region of size 17 [-Wstringop-overread] 824 | if (write (1, "SIGNAL received\n", 18) < 0) { |...