|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
||||||||||||||||||||||||||||||||||||||||||||||||||
2021年10月30日(土) 旧暦 [n年日記] [更新:"2021/10/30 13:01:34"]#1 [pgp] encrypting by pgp key
( つっこみ )
2021年10月29日(金) 旧暦 [n年日記] [更新:"2004/08/09 23:43:33"]#1 [NetBSD] kernel patch for Let's Note CF-SX[234]
The model I've tested is Panasonic, CF-SX3, related lines from dmesg:
[ 1.041396] i915drmkms0 at pci0 dev 2 function 0: Intel HD Graphics (GT2) (rev. 0x0b) [ 3.103214] i915drmkms0: interrupting at msi6 vec 0 (i915drmkms0) [ 3.152610] intelfb0 at i915drmkms0This note PC has been needed some patch to use built-in LCD. I've been using a patch from sloss (toughbook version) Then, I have three type of kernels tested:
( つっこみ )
2021年10月27日(水) 旧暦 [n年日記] [更新:"2004/08/09 23:43:33"]#1 [Perl] pass array pointer to subroutine@ code:#!/usr/pkg/bin/perl use strict; use feature qw(declared_refs refaliasing say); sub print_array { my ($args) = @_; my (\@ptr) = $args -> {-ptr}; my ($string) = $args -> {-string}; print $string,"\n"; foreach my $i (0..$#ptr){ print $ptr[$i],"\n"; } } sub main { my (@array) = (qw ( 1 2 3 4 5 )); print_array ({ -ptr => \@array, -string => ' -- passing array test -- ' }); } main(); __END__ @ results:SX3@makoto 21:04:49/211027(..git-work/pass-array)% perl pass-array Declaring references is experimental at pass-array line 8. Aliasing via reference is experimental at pass-array line 8. -- passing array test -- 1 2 3 4 5 SX3@makoto 21:05:02/211027(..git-work/pass-array)% perl --version This is perl 5, version 34, subversion 0 (v5.34.0) built for x86_64-netbsd-thread-multi Copyright 1987-2021, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. ( つっこみ )
2021年10月25日(月) 旧暦 [n年日記] [更新:"2004/08/09 23:43:33"]#1 [pkgsrc] life of binary packages
I wrote short article on 'life of binary packages'
(sorry in Japanese)
But that is not enough. My real life of binary packges is:
@ install or update to new release:
@ todays error (problem):
some package should not be and are not included
( つっこみ )
2021年10月17日(日) 旧暦 [n年日記] [更新:"2022/05/16 15:56:02"]#1 [pkgsrc] mame-0.236 took 13.5 hours to package$ ls -lt total 58552 -rw-r--r-- 1 root wheel 77 Oct 17 03:16 package.log -rw-r--r-- 1 root wheel 2643 Oct 17 03:16 install.log -rw-r--r-- 1 pbulk wheel 29182753 Oct 17 03:16 work.log -rw-r--r-- 1 root wheel 681350 Oct 17 03:15 build.log -rw-r--r-- 1 root wheel 7021 Oct 16 13:42 configure.log -rw-r--r-- 1 root wheel 152 Oct 16 13:41 checksum.log -rw-r--r-- 1 root wheel 2179 Oct 16 13:40 depends.log -rw-r--r-- 1 root wheel 29 Oct 16 13:40 pre-clean.log ( つっこみ )
2021年10月15日(金) 旧暦 [n年日記] [更新:"2021/10/15 01:23:59"]#1 [NetBSD] images of bios-install and (just) install
I've used the latter one to install to Let's Note CF-SX2 by writing to USB-disk, zcat NetBSD-9.99.91-amd64-install.img.gz | sudo dd of=/dev/rsd0d bs=2mAnd its startup screen, it says 'bios boot' By the way, the Note PC (built-in) LCD is black out. You need external LCD to start width. I usually make another modified kernel to use internal LCD. ( つっこみ )
|
最近の日記 2024年07月03日 ・kicad oddity 2024年05月08日 ・comparison on ./buildsh tools 2024年05月06日 ・py-setuptools (python 3.11.9) ・make release took 1 hours and 10 min ・qemu invocation for 10.99.10 2024年05月05日 ・Windows 10 version ・serial connection ・bc bench 2024年05月04日 ・Trial on 10.99.10 ・another version (later trial) to succeed | ||||||||