Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: xv6 Clear Filter

Show HN: I integrated my from-scratch TCP/IP stack into the xv6-riscv OS

This project integrates a TCP/IP protocol stack into the xv6-riscv operating system, enabling network capabilities. Key Components: TCP/IP Stack : A kernel-space port of microps, a user-mode TCP/IP stack that I am also developing. Network Driver : A virtio-net driver for network device emulation in QEMU. Socket API : A standard socket interface for network applications. Network Configuration: A simple ifconfig command for basic network settings. Quick Start 1. Build and Run Clone the rep

Topics: 192 255 ip network xv6

We ran a Unix-like OS on our home-built CPU with a home-built C compiler (2020)

How we ran a Unix-like OS (Xv6) on our home-built CPU with our home-built C compiler [Thanks for many comments and votes on Hacker News! ] It’s been two years since I started working as a software engineer. I sometimes tell my colleagues about a student project I did in my junior year of university, and it’s so well-received that I’m writing this post. Now, let me ask you a question. Have you ever designed your own ISA, built a processor of that ISA on FPGA, and built a compiler for it? Furth

We ran a Unix-like OS Xv6 on our home-built CPU with a home-built C compiler (2020)

How we ran a Unix-like OS (Xv6) on our home-built CPU with our home-built C compiler [Thanks for many comments and votes on Hacker News! ] It’s been two years since I started working as a software engineer. I sometimes tell my colleagues about a student project I did in my junior year of university, and it’s so well-received that I’m writing this post. Now, let me ask you a question. Have you ever designed your own ISA, built a processor of that ISA on FPGA, and built a compiler for it? Furth

We ran a Unix-like OS Xv6 on our home-built CPU with a home-built C compiler

How we ran a Unix-like OS (Xv6) on our home-built CPU with our home-built C compiler [Thanks for many comments and votes on Hacker News! ] It’s been two years since I started working as a software engineer. I sometimes tell my colleagues about a student project I did in my junior year of university, and it’s so well-received that I’m writing this post. Now, let me ask you a question. Have you ever designed your own ISA, built a processor of that ISA on FPGA, and built a compiler for it? Furth