NULLPOINT is an experimental project that builds a complete operating system and programming language from absolute zero: no preexisting runtime, no libc, no assumptions about the environment. From the first clock cycle after processor reset to th…
NULLPOINT is an experimental project that builds a complete operating system and programming language from absolute zero: no preexisting runtime, no libc, no assumptions about the environment. From the first clock cycle after processor reset to the execution of high-level code, every component is explicitly implemented. The project serves as a deep learning platform for embedded systems architecture, language design, and the real interface between hardware and software.