__version_rd(struct twimap* map)
{
twimap_printf(map,
- "LunaixOS version %s (%s-gnu-gcc %s) %s %s",
- LUNAIX_VER,
- PLATFORM_TARGET,
+ "LunaixOS version %s (gnu-cc %s) %s %s",
+ CONFIG_LUNAIX_VER,
__VERSION__,
__DATE__,
__TIME__);
map = twifs_mapping(NULL, NULL, "version");
map->read = __version_rd;
-}
\ No newline at end of file
+}
+EXPORT_TWIFS_PLUGIN(vfs_general, vfs_export_attributes);
\ No newline at end of file