Tag

OS Development

0 views collected around this technical thread.

OPPO Kernel Craftsman
OPPO Kernel Craftsman
Dec 6, 2024 · Fundamentals

Developing a Bare-Metal OS for ARM64 Architecture

This guide walks developers with C and assembly experience through building a simple bare‑metal operating system that runs directly on ARM64 hardware without any existing OS or bootloader, offering a hands‑on introduction to low‑level system concepts for students, embedded engineers, and computer‑system enthusiasts.

ARM architectureARM64Bare-metal
0 likes · 9 min read
Developing a Bare-Metal OS for ARM64 Architecture
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Sep 13, 2024 · Fundamentals

Call for Papers: 19th China Linux Kernel Developers Conference (CLK 2024)

The 19th China Linux Kernel Developers Conference (CLK 2024) in Wuhan on October 26 invites paper submissions from September 10‑25 on topics such as RISC‑V, ARM64, scheduling, memory, storage, networking, containers, AI, automotive and embedded Linux kernel optimization, with abstracts limited to 500 words and results announced September 30.

Call for PapersConferenceLinux kernel
0 likes · 4 min read
Call for Papers: 19th China Linux Kernel Developers Conference (CLK 2024)
Laravel Tech Community
Laravel Tech Community
Jul 13, 2021 · Fundamentals

Linux 5.14 Kernel First Release Candidate Announced with Major Updates

The Linux community announced the first release candidate of the 5.14 kernel, featuring contributions from about 1,650 developers, over 13,000 commits, new memfd_secret system call, extensive driver and architecture updates, and numerous core subsystem enhancements.

5.14KernelLinux
0 likes · 2 min read
Linux 5.14 Kernel First Release Candidate Announced with Major Updates
ByteFE
ByteFE
Feb 18, 2021 · Fundamentals

rCore OS Tutorial Introduction

This article introduces the rCore OS tutorial, a comprehensive guide to building a Unix-like kernel from scratch using Rust on RISC-V architecture, developed by Tsinghua University professors.

Computer Science EducationOS DevelopmentOperating Systems
0 likes · 10 min read
rCore OS Tutorial Introduction