ppodds

@ppodds

Joined on Aug 25, 2020

  • OS: Ubuntu 22.04 ARCH: X86_64 Source Version: 6.6 Build Linux Kernel # download the kernel code wget https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.tar.xz tar -xvf linux-6.6.tar.xz cd linux-6.6 # Install required dependencies sudo apt update && sudo apt install make gcc libncurses-dev flex bison
     Like  Bookmark
  • contributed by < ppodds > 2022q1 第 2 週測驗題 測驗 1 考慮以下對二個無號整數取平均值的程式碼: #include <stdint.h> uint32_t average(uint32_t a, uint32_t b) {
     Like  Bookmark
  • contributed by < ppodds > 實驗環境 $ gcc --version gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 $ lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian
     Like  Bookmark