Hello world, from BareMetal!
This simple webpage is being hosted in a cloud VM running the following:
- Kernel - BareMetal - an extremely minimal x86-64 exokernel that acts as a hardware abstraction layer. It is written in x86-64 Assembly, is 10240 bytes in size, and uses 4MiB of RAM.
- Application - Minimal IP stack and web server written in C based - barehttpd. It contains just enough logic to handle ARP, DHCP, ICMP, as well as HTTP requests and responses.