|
|
|
|
|
by ianseyler
562 days ago
|
|
It’s always fun to see this get brought up on Hacker News! I’m the developer behind BareMetal OS. Keep in mind that this is all geared toward raw compute and throughput. No ring-3, no multitasking (we do support multiple cores though), and no higher-level abstractions like TCP/IP or full-featured file systems. While it’s all coded in X86-64 assembly, a rewrite to ARM/RISC-V would be interesting once that hardware is standardized. |
|
Could you elaborate on this? Both ARM and RISC-V have standardized their hardware feature and different target versions.
Is it more on the iterative angle given X86-64 now moves very slowly?