From: Maciej Hrebien <m_hrebien@wp.pl>
To: linux-assembly@vger.kernel.org
Subject: Re: changing system time
Date: Tue, 05 Aug 2003 09:51:42 +0200 [thread overview]
Message-ID: <3F2F620E.E6875624@wp.pl> (raw)
In-Reply-To: Law10-F122yL2m9lHiu0002bb96@hotmail.com
Joshua Hudson wrote:
>
> I have almost completed modifying date to permit changing the date.
> I'm not quite sure how to use the sys_settime system call.
> [edi] referrs to the number of seconds since the epoc in LOCAL time.
I think you are talking about sys_settimeofday, right? If so, it gets 2
ptrs as args: ebx - timeval struct, ecx - timezone struct. Or sys_stime?
it gets only one arg, in ebx & it measures in seconds from 0:0:0 __GMT__
01.01.1970.
--
Maciej Hrebien
next prev parent reply other threads:[~2003-08-05 7:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-05 1:28 changing system time Joshua Hudson
2003-08-05 7:51 ` Maciej Hrebien [this message]
2003-08-06 1:49 ` changing system time - 'struct' implementation in asm Slack Traq
2003-08-06 7:53 ` Maciej Hrebien
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3F2F620E.E6875624@wp.pl \
--to=m_hrebien@wp.pl \
--cc=linux-assembly@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.