GENADEV_OS
1.0.0


您需要的软件包
运行它
make run将使用UART0进行调试输出,您可以将其更改为使用Mini UART ASWELL通过make run_uart1 # In this example we will use vinagre as a VNC client but you can use any software you wish
sudo apt install vinagre # This command may vary based on your distro
make run # GENADEV_OS will start executing
vinagre :5901 # Start the VNC client
# A GUI window should have opened, now click `connect`, enter 127.0.0.1:1 as the host and connect. You should now see the the screen of GENADEV_OS 对于有兴趣的人,请参考贡献指南。