Day 02: The Terminal, Shells & File Systems
A developer explains the fundamental differences between terminal emulators and shell interpreters, covering Windows Terminal, PowerShell, and Command Prompt. The post details file system path trackin…
A developer explains the fundamental differences between terminal emulators and shell interpreters, covering Windows Terminal, PowerShell, and Command Prompt. The post details file system path trackin…
Microsoft has released what it describes as the earliest known DOS source code, including the 86-DOS 1.00 kernel and early PC-DOS 1.00 development snapshots, predating the MS-DOS branding. The code or…
The article is a personal reflection on childhood computing in the 1980s and 1990s, focusing on the author's early experiences with LOGO programming and MS-DOS on old IBM PC-compatible machines with f…
The ERROR_ARENA_TRASHED error code (error 7) originated in MS-DOS, where it indicated that the memory arena headers—used to track allocated and free memory blocks—had become corrupted, as the system d…
The article discusses the enduring relevance of the command line interface, contrasting it with graphical user interfaces by arguing that text-based commands allow users to precisely instruct computer…