Appears on
Articles6
Fabrice Bellard: Biography [pdf]
Article URL: https://www.ipaidia.gr/wp-content/uploads/2020/12/117-2020-fabrice-bellard.pdf Comments URL: https://news.ycombinator.com/item?id=46377862 Points: 7 # Comments: 0
Learning Fortran: Exploring One of the Oldest Programming Languages Still in Use
44 Years of Unix Evolution Available as Complete Version-Control Repository
eForth Implementation in C/C++ for Multi-Platform Development
stal/IX: A Minimalist Operating System Rethinking Linux Fundamentals
stal/IX is a minimalist operating system project that aims to rethink fundamental system design principles while maintaining Linux API/ABI compatibility. It focuses on building a system that is easy to understand how it works, not just easy to use, drawing inspiration from UNIX philosophy while distinguishing itself from both UNIX and conventional Linux dist
Building a Minimal RISC-V Hypervisor in Rust: A 1,000-Line Guide
This article/book introduces a sequel to "Operating System in 1,000 Lines," teaching readers how to build a minimal RISC-V hypervisor from scratch using Rust. It covers creating a type-1 hypervisor in approximately 1,000 lines of code, starting from bare-metal programming, with the goal of booting Linux-based operating systems. The author notes they will lev

