mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Refactor filesystem & stl code
This commit is contained in:
@ -57,7 +57,8 @@ namespace NetworkEthernet
|
||||
memcpy(Packet->Data, Data, Length);
|
||||
/* Network Interface Manager takes care of physical allocation.
|
||||
So basically, we allocate here and then it allocates again but 1:1 mapped. */
|
||||
NIManager->Send(Interface, (uint8_t *)Packet, PacketLength);
|
||||
// NIManager->Send(Interface, (uint8_t *)Packet, PacketLength);
|
||||
assert(!"Function not implemented");
|
||||
kfree(Packet);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user