lib/fonts/font_ter10x18.c
Source file repositories/reference/linux-study-clean/lib/fonts/font_ter10x18.c
File Facts
- System
- Linux kernel
- Corpus path
lib/fonts/font_ter10x18.c- Extension
.c- Size
- 143829 bytes
- Lines
- 5146
- Domain
- Kernel Services
- Bucket
- lib
- Inferred role
- Kernel Services: implementation source
- Status
- source implementation candidate
Why This File Exists
Shared kernel service surface used by multiple subsystems, including helpers, cryptography, virtualization support, and async I/O infrastructure.
- Shared kernel service surface used by multiple subsystems, including helpers, cryptography, virtualization support, and async I/O infrastructure.
- Defines or uses C structs; map object ownership, embedded links, reference counts, and lock ownership.
Dependency Surface
linux/module.hfont.h
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
// SPDX-License-Identifier: GPL-2.0
#include <linux/module.h>
#include "font.h"
#define FONTDATAMAX 9216
static const struct font_data fontdata_ter10x18 = {
{ 0, 0, FONTDATAMAX, 0 }, {
/* 0 0x00 '^@' */
0x00, 0x00, /* ---------- */
0x00, 0x00, /* ---------- */
0x00, 0x00, /* ---------- */
0x7f, 0x80, /* -########- */
0x61, 0x80, /* -##----##- */
0x61, 0x80, /* -##----##- */
0x61, 0x80, /* -##----##- */
0x61, 0x80, /* -##----##- */
0x61, 0x80, /* -##----##- */
0x61, 0x80, /* -##----##- */
0x61, 0x80, /* -##----##- */
0x61, 0x80, /* -##----##- */
0x61, 0x80, /* -##----##- */
0x61, 0x80, /* -##----##- */
0x7f, 0x80, /* -########- */
0x00, 0x00, /* ---------- */
0x00, 0x00, /* ---------- */
0x00, 0x00, /* ---------- */
/* 1 0x01 '^A' */
0x00, 0x00, /* ---------- */
0x00, 0x00, /* ---------- */
0x00, 0x00, /* ---------- */
0x7f, 0x80, /* -########- */
0x80, 0x40, /* #--------# */
0x80, 0x40, /* #--------# */
0xb3, 0x40, /* #-##--##-# */
0xb3, 0x40, /* #-##--##-# */
0x80, 0x40, /* #--------# */
0x80, 0x40, /* #--------# */
0xbf, 0x40, /* #-######-# */
0x9e, 0x40, /* #--####--# */
0x80, 0x40, /* #--------# */
0x80, 0x40, /* #--------# */
0x7f, 0x80, /* -########- */
0x00, 0x00, /* ---------- */
0x00, 0x00, /* ---------- */
0x00, 0x00, /* ---------- */
/* 2 0x02 '^B' */
0x00, 0x00, /* ---------- */
0x00, 0x00, /* ---------- */
0x00, 0x00, /* ---------- */
0x7f, 0x80, /* -########- */
0xff, 0xc0, /* ########## */
0xff, 0xc0, /* ########## */
0xcc, 0xc0, /* ##--##--## */
0xcc, 0xc0, /* ##--##--## */
0xff, 0xc0, /* ########## */
0xff, 0xc0, /* ########## */
0xc0, 0xc0, /* ##------## */
0xe1, 0xc0, /* ###----### */
0xff, 0xc0, /* ########## */
0xff, 0xc0, /* ########## */
0x7f, 0x80, /* -########- */
0x00, 0x00, /* ---------- */
0x00, 0x00, /* ---------- */
0x00, 0x00, /* ---------- */
/* 3 0x03 '^C' */
0x00, 0x00, /* ---------- */
0x00, 0x00, /* ---------- */
0x00, 0x00, /* ---------- */
0x00, 0x00, /* ---------- */
0x73, 0x80, /* -###--###- */
0xf3, 0xc0, /* ####--#### */
0xff, 0xc0, /* ########## */
0xff, 0xc0, /* ########## */
0xff, 0xc0, /* ########## */
0xff, 0xc0, /* ########## */
0x7f, 0x80, /* -########- */
0x3f, 0x00, /* --######-- */
0x1e, 0x00, /* ---####--- */
0x0c, 0x00, /* ----##---- */
0x00, 0x00, /* ---------- */
0x00, 0x00, /* ---------- */
0x00, 0x00, /* ---------- */
0x00, 0x00, /* ---------- */
Annotation
- Immediate include surface: `linux/module.h`, `font.h`.
- Atlas domain: Kernel Services / lib.
- Implementation status: source implementation candidate.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.