Skip to content
#

linux-kernel

linux logo

Linux is an open source operating system modeled after UNIX. Widely used, it is known for its efficiency and reliability.

Here are 45 public repositories matching this topic...

PinoTsao
PinoTsao commented Jun 21, 2019

Probably need rework. The current description bases on its definition in the arch/x86/boot/boot.h, while is not belonged to vmlinux, it is belonged to ZO image, which is produced under arch/x86/boot.

The real definition locates include/linux/build_bug.h

#define BUILD_BUG_ON(condition) \
	BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition)

extend it along, will see it is a

Created by Linus Torvalds

Released September 17, 1991

Repository
torvalds/linux
Wikipedia
Wikipedia
You can’t perform that action at this time.