Commit Graph

7 Commits

Author SHA1 Message Date
ad6d95ba52 BuildSystem: Rework the whole cmake build system
Now files are installed using the install() command instead of manually
copying files to their destinations. This allows automatic recompilation
of headers that did not work previously
2024-06-19 09:40:03 +03:00
06f4b0b29a BAN: Make String and StringView header only
This allows linking with libc without having to link ban
2024-05-23 15:43:26 +03:00
f804e87f7d Kernel: Implement basic gateway for network interfaces 2024-02-05 18:18:56 +02:00
b2291ce162 Kernel/BAN: Fix network strucute endianness 2024-02-05 18:18:56 +02:00
89805fb092 dhcp-client: Use dprintln for debug printing 2024-02-05 01:24:45 +02:00
79897e77dc dhcp-client: Remove packet send test :D 2024-02-03 18:04:31 +02:00
2138eeb87f Userspace: Implement super simple DHCP client 2024-02-03 02:41:06 +02:00