Site Tools


peri:peri

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
peri:peri [2025/09/11 12:54] – [Arch Linux CD] 2a00:1028:919d:bcb2:a6f1:79ef:1f81:c5a3peri:peri [2025/10/21 16:00] (current) 2001:718:2:1901:0:1:e78f:e48d
Line 1: Line 1:
-Priklady http://gitlab.fjfi.cvut.cz/culikzde/peri+Priklady http://gitlab.fjfi.cvut.cz/culikzde/peri-2025 
 + 
 +Letosni priklady http://gitlab.fjfi.cvut.cz/culikzde/peri-2025
  
 ====== Literatura ====== ====== Literatura ======
Line 708: Line 710:
  
 http://en.wikipedia.org/wiki/CUDA http://en.wikipedia.org/wiki/CUDA
 +
 +https://www.nvidia.com/en-in/geforce/drivers/
  
 <code> <code>
Line 1760: Line 1764:
 } }
  
-menuentry "System Rescue CD 11.03 (64-bit)" {+menuentry "System Rescue CD 12.02 (64-bit)" {
    set root=(hd0,1)    set root=(hd0,1)
    set device="/dev/sda1"    set device="/dev/sda1"
-   set dir="/sysrcd-11.03+   set dir="/sysrcd-12.02
-   linux $dir/sysresccd/boot/x86_64/vmlinuz archisodevice=$device archisobasedir=$dir+   linux $dir/sysresccd/boot/x86_64/vmlinuz archisodevice=$device archisobasedir 
 +=$dir/sysresccd
    # copytoram    # copytoram
    # archisolabel=    # archisolabel=
    initrd $dir/sysresccd/boot/intel_ucode.img    initrd $dir/sysresccd/boot/intel_ucode.img
    initrd $dir/sysresccd/boot/amd_ucode.img    initrd $dir/sysresccd/boot/amd_ucode.img
-   initrd $dir/sysresccd/boot/x86_64/sysrecccd.img+   initrd $dir/sysresccd/boot/x86_64/sysresccd.img
 } }
  
-menuentry "System Rescue CD 12.02 (64-bit)" {+menuentry "System Rescue CD 12.02 (64-bit) (loopback)" {
    set root=(hd0,1)    set root=(hd0,1)
    set device="/dev/sda1"    set device="/dev/sda1"
-   set dir="/sysrcd-12.02" +   set isofile="/sysrcd/systemrescue-12.02-amd64.iso
-   linux $dir/sysresccd/boot/x86_64/vmlinuz archisodevice=$device archisobasedir=$dir +   loopback loop $isofile 
-   # copytoram +   linux (loop)/sysresccd//boot/x86_64/vmlinuz img_dev=$device img_loop=$isofile earlymodules=loop archisobasedir=sysresccd 
-   # archisolabel+   # img_label
-   initrd $dir/sysresccd/boot/intel_ucode.img +   initrd (loop)/sysresccd/boot/intel_ucode.img 
-   initrd $dir/sysresccd/boot/amd_ucode.img +   initrd (loop)/sysresccd/boot/amd_ucode.img 
-   initrd $dir/sysresccd/boot/x86_64/sysrecccd.img+   initrd (loop)/sysresccd/boot/x86_64/sysresccd.img
 } }
  
Line 2853: Line 2858:
  
 -------- --------
 +
 +====== Termux ======
 +
 +[[termux]]
 +
  
 ======Numerika====== ======Numerika======
Line 3425: Line 3435:
  
 https://github.com/calint/tang-nano-9k--riscv https://github.com/calint/tang-nano-9k--riscv
 +
 +https://github.com/ghaiklor/arves (ghdl)
 +
 +https://numato.com/kb/mimas-a7-mini-microblaze-and-linux-how-to-run-linux-on-mimas-a7-mini-fpga-development-board-2/
 +
 +https://github.com/SalvatoreBarone/CNN-VHDL (neural network, ghdl)
 +
 +https://github.com/gabrieljcs/ann-vhdl
  
  
Line 3705: Line 3723:
  
 https://gcc.gnu.org/onlinedocs/gcc-3.3.6/gccint/Types.html https://gcc.gnu.org/onlinedocs/gcc-3.3.6/gccint/Types.html
 +
 +MiniOS (Slax) https://github.com/minios-linux/minios-live/wiki/Building-MiniOS
  
peri/peri.1757595255.txt.gz · Last modified: 2025/09/11 12:54 by 2a00:1028:919d:bcb2:a6f1:79ef:1f81:c5a3