arch/alpha/kernel/console.c

Source file repositories/reference/linux-study-clean/arch/alpha/kernel/console.c

File Facts

System
Linux kernel
Corpus path
arch/alpha/kernel/console.c
Extension
.c
Size
2176 bytes
Lines
97
Domain
Architecture Layer
Bucket
arch/alpha
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

if (hose) {
			printk("Console graphics on hose %d\n", h);
			pci_vga_hose = hose;
		}
	}
}

#endif

Annotation

Implementation Notes