--- nono/vm/ethernet.h 2026/04/29 17:04:28 1.1 +++ nono/vm/ethernet.h 2026/04/29 17:04:32 1.1.1.2 @@ -97,4 +97,4 @@ class EthernetDevice : public IODevice bool SendPacket(const std::vector& buf); }; -extern EthernetDevice *gEthernet; +extern std::unique_ptr gEthernet;