git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Architectural Support: x86_64 (#37)
[lunaix-os.git]
/
lunaix-os
/
kernel
/
fs
/
fs_export.c
diff --git
a/lunaix-os/kernel/fs/fs_export.c
b/lunaix-os/kernel/fs/fs_export.c
index dffff0ae70f50b4042084be127a51f32c132fa8b..1fedef6505c0fc1edb85e6131cba9a2286f74f37 100644
(file)
--- a/
lunaix-os/kernel/fs/fs_export.c
+++ b/
lunaix-os/kernel/fs/fs_export.c
@@
-41,11
+41,9
@@
void
__version_rd(struct twimap* map)
{
twimap_printf(map,
__version_rd(struct twimap* map)
{
twimap_printf(map,
- "LunaixOS version %s (gnu-cc %s) %s %s",
- CONFIG_LUNAIX_VER,
- __VERSION__,
- __DATE__,
- __TIME__);
+ "Lunaix "
+ CONFIG_LUNAIX_VER
+ " (gnu-cc " __VERSION__ ") " __DATE__ " " __TIME__);
}
void
}
void