arch/x86/include/uapi/asm/boot.h

Source file repositories/reference/linux-study-clean/arch/x86/include/uapi/asm/boot.h

File Facts

System
Linux kernel
Corpus path
arch/x86/include/uapi/asm/boot.h
Extension
.h
Size
338 bytes
Lines
12
Domain
Architecture Layer
Bucket
arch/x86
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _UAPI_ASM_X86_BOOT_H
#define _UAPI_ASM_X86_BOOT_H

/* Internal svga startup constants */
#define NORMAL_VGA	0xffff		/* 80x25 mode */
#define EXTENDED_VGA	0xfffe		/* 80x50 mode */
#define ASK_VGA		0xfffd		/* ask for it at bootup */


#endif /* _UAPI_ASM_X86_BOOT_H */

Annotation

Implementation Notes