mirror of
https://github.com/ish-app/ish.git
synced 2026-02-01 14:32:26 +00:00
Improve uname output
This commit is contained in:
parent
f94d222300
commit
e6361c2ea2
@ -15,9 +15,9 @@ void do_uname(struct uname *uts) {
|
||||
strcpy(uts->system, "Linux");
|
||||
strcpy(uts->hostname, real_uname.nodename);
|
||||
strcpy(uts->release, "3.2.0-ish");
|
||||
strcpy(uts->version, "SUPER AWESOME");
|
||||
strcpy(uts->version, "SUPER AWESOME compiled at " __DATE__ );
|
||||
strcpy(uts->arch, "i686");
|
||||
strcpy(uts->domain, "compotar.me");
|
||||
strcpy(uts->domain, "(none)");
|
||||
}
|
||||
|
||||
dword_t sys_uname(addr_t uts_addr) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user