From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-lj1-f196.google.com ([209.85.208.196]) by ewsd; Sat Apr 4 20:48:59 EDT 2020 Received: by mail-lj1-f196.google.com with SMTP id f20so10883209ljm.0 for <9front@9front.org>; Sat, 04 Apr 2020 17:48:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=25wK5St/HlfiVFD2GwdiLa4SXQrCwYRDOKYc+g6Aapw=; b=tQNQhqQa0Ie3orB5Z2/xELtNIFXXR+7zfsH+7kQzQnXIrdRXqlRluOEynO/qADZmfj 88IEvuB5BNRe6fZimD+8F2DamF+ZsYPYj80cEME/JzJD6poKP6Ky2pmOSleAq+M6xwEc sYzEbw2Kbq/vKliJ8b0zQpPjv+r/gmShXENYeAyjpbTuIhg3lu263aLQ3RipAxLQsOn6 WMcE0rMrJPsvSu8jbxySjC2vTM0vr0vvNtCwxI8xl9NEeLmyWEaCknmntUQL/EowbvlJ pfr02zKPOtNLwy/cTvf3BIwVnaEi7TyZz2BLOhmaQ6Mgzy3kq0Ybf4q7ZeP8q2PFDM0R 41vA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=25wK5St/HlfiVFD2GwdiLa4SXQrCwYRDOKYc+g6Aapw=; b=CAJMCAdRipAY/Lqz25EmDiSzxoFvAfPKIyaBdWvnQr24rTxKfWyaWVo9bGVEQB38U6 pp7LVSuYUmmCoQkb1XiBDH1KXpQNUQBhsq9e1/1eefmDM3rGvH+BuZY5LTG5huKv+sii CFhbQeSyQeI8tiCelUQFro9VMb3o7ePSaq5jZpmNam2CMw4dsj0yZdaLig2Ke583Yyaf HDOJCMfBgA3wvYkOhURNgVJ1uVdqh2tCmwCUu8WQ3sJxU88y3WIuU5hl6vzY9KniXQG0 5mfXevQ8Q47HIuCKp+rYOUyC5Qw1ZLLTxzOb1ZZfLuYWwvBQQ6IRV2XEsS67R1WT3SJu oPvQ== X-Gm-Message-State: AGi0PuawVzML1GKReDoH9KrRxeofcUL1gcHqwzOM9NTJ1GP3wUWb1ls4 ffAHuNaIcFwZvJBJjiQ4o1ydZ48TWXE2GXWYUYMd5W6Q X-Google-Smtp-Source: APiQypIQpt8J4VUvh/UeJZZjVuT2VQlo6r1rPjzdl5iz/oHeWq/ndhab5BG0COZ3ln/lubNiHsBpxx8tSySf3LVlH/I= X-Received: by 2002:a2e:a362:: with SMTP id i2mr8513106ljn.52.1586047735295; Sat, 04 Apr 2020 17:48:55 -0700 (PDT) MIME-Version: 1.0 References: <05E00F0CC340421AEDA9D66E230C7510@felloff.net> In-Reply-To: <05E00F0CC340421AEDA9D66E230C7510@felloff.net> From: Juan Cuzmar Date: Sat, 4 Apr 2020 21:48:51 -0300 Message-ID: Subject: Re: [9front] call for testing To: 9front@9front.org Content-Type: text/plain; charset="UTF-8" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: grid element software realtime-java manager My tablet samsung booted fine. On Sat, Apr 4, 2020 at 2:40 PM wrote: > > i'v just pushed the new memory map code for pc and pc64 kernels: > > http://code.9front.org/hg/plan9front/rev/7eba9c247d5d > > i'v tested the code on qemu, vmware, t495, x230, x200 and t23 > thinkpads and it works without issues for me. > > however, this is a tricky part of code and the new memory map > code differs in reserving region types (now it uses strict > priorities: Reserved > ACPI > RAM > UMB > UPA). it is possible > that some machines just worked by accident before and now stop > booting. > > so if you can, i'd like to encurage you to help test this by > just booting the current pc or pc64 kernel and see if it can > still boot. > > on the plus side, the new code should be more robust against > broken uefi and bios memory maps. it works by delaying user > memory allocation until the acpi tables have been discovered > and mapped out. this means it can work around acpi tables > overlapping usable memory which might have prevented us booting > before (this is the case on the new lenovo t495 which motivated > the change). > > so now would also be a good time to try these machines again. > > -- > cinap