Tagged articles
5 articles
Page 1 of 1
Linux Code Review Hub
Linux Code Review Hub
Jul 19, 2024 · Fundamentals

Designing Clock Drivers for an Embedded Hypervisor (Part 2)

The article explains how PRTOS implements a virtual clock for each partition by intercepting hardware timer events, outlines five key use cases, compares three x86 timer sources (Intel 8253 PIT, TSC, HPET), and details their driver implementations, per‑CPU resource handling, and SMP constraints.

Embedded HypervisorHPETIntel 8253
0 likes · 9 min read
Designing Clock Drivers for an Embedded Hypervisor (Part 2)
Node Underground
Node Underground
Apr 12, 2019 · Backend Development

How to Seamlessly Integrate TypeScript into Your Node.js Projects

This guide walks you through installing, configuring, and using TypeScript in a Node.js environment, covering compiler setup, IDE support, tsconfig options, type definition management, migration strategies, testing with Jest, and practical tips for a smooth transition from JavaScript to TypeScript.

Node.jsTSCTypeScript
0 likes · 15 min read
How to Seamlessly Integrate TypeScript into Your Node.js Projects