1
0
mirror of https://github.com/elua/elua.git synced 2025-01-25 01:02:54 +08:00
elua/romfs/info.lua
2008-09-01 16:26:20 +00:00

5 lines
177 B
Lua

print( "I'm running on platform " .. pd.platform() )
print( "The CPU is a " .. pd.cpu() )
print( "The CPU clock is " .. pd.clock() )
print( "The board name is " .. pd.board() )