Files
linux-kernel-module-cheat/userland/cpp/empty.cpp
Ciro Santilli 六四事件 法轮功 add6eedb76 baremetal: all examples working, all failures accounted for!
SIMD&FP is now enabled in arm from bootloader.
2019-05-25 00:00:01 +00:00

5 lines
159 B
C++

// Sanity checking low level stuff, initially inspired by baremetal.
// https://github.com/cirosantilli/linux-kernel-module-cheat#baremetal-cpp
int main() {}