1. 13 May, 2021 4 commits
  2. 12 May, 2021 4 commits
    • doot's avatar
      Merge branch 'fs-fat32' into dev · 84de03c2
      doot authored
      84de03c2
    • doot's avatar
      Changes: fat32 earlylog · 3dffb777
      doot authored
      1. fat32
        reading file works
      
      2. earlylog
        add puts function because printf has a buffer size limit
      3dffb777
    • doot's avatar
      Changes: fat32 · ed7edc4a
      doot authored
      1. fat32
        add prelimiary support for getting file names in directory
      
      2. kustd
        add heper function, strcpy_end, which returns the pointer pointing to
        null char
      
      3. gdbinit.py
        using extended-remote
      ed7edc4a
    • doot's avatar
      Changes: Makefile · f519639a
      doot authored
      1. Makefile
        add more qemu log
      f519639a
  3. 11 May, 2021 9 commits
  4. 10 May, 2021 15 commits
  5. 09 May, 2021 7 commits
    • doot's avatar
      Changes: virtio virtio_blk · 4575b6e5
      doot authored
      4575b6e5
    • doot's avatar
      Changes: · 1c5dd6e4
      doot authored
      1. kvm.c
        add virtio-blk map
      1c5dd6e4
    • doot's avatar
      Changes: · 63ca1130
      doot authored
      1. Makefile
        add qemu options, to disable virtio-blk legacy
      
      2. virtio
        basic defs
      
      3. kustd
        fix memcpy and memmove
      63ca1130
    • ZonePG's avatar
      Changes: · 0db759fb
      ZonePG authored
      1. spinlock.c spinlock.h
        add spinlock
      2. earlylog.c earlylog.h
        add spinlock for printf
      3. main.c
        change muticore call printf for spinlock
      0db759fb
    • doot's avatar
      Changes: · 68162399
      doot authored
      1. CMakeLists.txt
        add QEMU and K210 macro which are passed to gcc
      
      2. Makefile
        add QEMU and K210 args passed to CMakeLists
      68162399
    • ZonePG's avatar
      Changes: · d8ead214
      ZonePG authored
      1. main.c sbi.h
        add muticore start
      
      2. gdbinit.py
        change display src and asm window
      d8ead214
    • doot's avatar
      Changes: · b236a066
      doot authored
      1. entry.s
        bug fix about stack address
      
      2. swtch.s
        add swtch funtion
      b236a066
  6. 08 May, 2021 1 commit
    • doot's avatar
      Changes: · 03a6e179
      doot authored
      1. riscv
        functions to read write set and clear specifed csr
      2. kvec
        kernel interrupt handler works now.
      3. timer interrupt
        it works now.
      03a6e179