[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 6/6] enable syscalls on x86_64
From: |
Samuel Thibault |
Subject: |
Re: [PATCH 6/6] enable syscalls on x86_64 |
Date: |
Wed, 22 Feb 2023 15:51:22 +0100 |
User-agent: |
NeoMutt/20170609 (1.8.3) |
Sergey Bugaev, le mer. 22 févr. 2023 17:44:07 +0300, a ecrit:
> On Sun, Feb 12, 2023 at 8:04 PM Luca Dariz <luca@orpolo.org> wrote:
> > -// TODO: test it before dropping ud2
> > - ud2
>
> Hi; could you please tell me how you are testing this?
>
> What userland code do you run? How does it make syscalls, does it use
> lcall $7, $0 like on i386, or what?
His work is on making 32bit userland running with 64bit kernel.
Samuel
- [PATCH gnumach 0/6] minor fixes and las 32on64 compatibility issue, Luca Dariz, 2023/02/12
- [PATCH 1/6] set unused members of thread state to 0, Luca Dariz, 2023/02/12
- [PATCH 3/6] add L4 kmem cache for x86_64, Luca Dariz, 2023/02/12
- [PATCH 4/6] fix rpc time value for 64 bit, Luca Dariz, 2023/02/12
- [PATCH 5/6] fix port name size in notifications, Luca Dariz, 2023/02/12