OS Development

Lawrence Shaw bosscovincencohlerinno at gmail.com
Wed May 24 02:50:43 UTC 2023


On Friday, 10 June 2022 at 09:46:29 UTC, Temur Tulenov wrote:
> Hello, I would like to know how to create an OS on D. For 
> architectures such as x86_64(amd64), ARM, RISC-V, MIPS, etc. 
> Please help me.

Intel's x86 architecture is supported by AMD processors, Arm 
Limited provides ARM processors and intellectual property, and 
RISC-V is being developed by the RISC-V International group. The 
commercial practises and computer architectures of Intel, AMD, 
ARM, and RISC-V are vastly different from one another. Intel, 
Advanced Micro Devices (AMD), and ARM all use proprietary 
intellectual property (IP) and market or licence their respective 
products. RISC-V is not an open-source processor, but its 
specification and platform are freely available. There are both 
open-source and commercially licenced RISC-V cores available.
https://geometrydashlite.co


More information about the digitalmars-d-ldc mailing list