Commit Graph

197 Commits

Author SHA1 Message Date
YongkangLi 82ec6f9c8b ENV related implemented but not tested 2021-03-02 17:17:57 +08:00
Lu Sitong 9c662c303b support mkdir 2021-03-02 16:42:49 +08:00
YongkangLi f72a91fdf7 docs added and classified 2021-03-02 10:45:16 +08:00
Lu Sitong 61b7b555b5 modify headers 2021-03-01 16:24:32 +08:00
Artyom Liu abbbae121e
Merge pull request #20 from YongkangLi/main
proc.h
2021-03-01 15:32:26 +08:00
YongkangLi 24b05b3a34 proc.h modified 2021-03-01 15:27:43 +08:00
retrhelo 5de922abdf Merge branch 'main' of https://github.com/SKTT1Ryze/xv6-k210 into main 2021-03-01 15:15:39 +08:00
Lu Sitong f73e6c054c modify some headers. 2021-03-01 15:14:24 +08:00
retrhelo 6eade40d83 Merge branch 'main' of https://github.com/SKTT1Ryze/xv6-k210 into main 2021-03-01 14:38:42 +08:00
Lu Sitong cd45f9d390 Update syscall.md 2021-03-01 14:10:26 +08:00
Lu Sitong c2070623d4 Merge branch 'main' of https://github.com/SKTT1Ryze/xv6-k210 into main 2021-02-22 11:19:07 +08:00
Lu Sitong da4b518fa9 modify shell command prompt 2021-02-22 11:11:04 +08:00
retrhelo d536283633 Merge branch 'main' of https://github.com/SKTT1Ryze/xv6-k210 into main
update
2021-01-29 21:16:33 +08:00
hustccc 5c91c7e810 add rustsbi doc, not finished 2021-01-26 20:26:10 +09:00
Lu Sitong 53fce34410 fix bug of reading filename 2021-01-17 11:09:20 +08:00
retrhelo 30afd8a68e tmp commit 2021-01-17 01:23:57 +08:00
Lu Sitong c8ad18ca00 support the "ls" command 2021-01-16 22:49:36 +08:00
hustccc ee2ee8469e update doc 2021-01-16 00:34:38 +09:00
hustccc 324de00c9e
Merge pull request #19 from AtomHeartCoder/main
Add FAT32 file system.
2021-01-15 13:51:22 +08:00
hustccc af55196cc4
Merge branch 'main' into main 2021-01-15 13:51:04 +08:00
AtomHeartCoder 89793967a7
Update fs.md 2021-01-15 12:29:27 +08:00
Lu Sitong 9bcfaac799 update fs 2021-01-15 12:16:30 +08:00
hustccc 96f8066953 fix hart 1 can't handle timer interrupt bug 2021-01-15 00:58:11 +09:00
Lu Sitong 7fbc9daaec user process can use printf and read files. 2021-01-14 23:35:18 +08:00
Lu Sitong 3c5a12c767 shell works on qemu 2021-01-13 18:41:10 +08:00
Lu Sitong ba488d62d4 keyboard input works on qemu 2021-01-13 13:54:33 +08:00
Lu Sitong e7495a2446 plic works 2021-01-13 00:43:27 +08:00
Lu Sitong f67787b08f exclude log.o and fs.o 2021-01-12 23:01:02 +08:00
hustccc 91d478a274 fix keyboard input bug 2021-01-12 20:39:05 +09:00
Lu Sitong 2aac809a47 Add FAT32 filesystem (read only). 2021-01-12 15:39:58 +08:00
Lu Sitong 558dc34450 Merge branch 'main' of https://github.com/AtomHeartCoder/xv6-k210 into main 2021-01-12 12:11:42 +08:00
hustccc b066e30130 change rustsbi and sbi call code 2021-01-11 03:27:05 +09:00
hustccc 2aea4e5555
Merge pull request #13 from YongkangLi/main
document about memory
2020-12-25 22:00:58 +08:00
YongkangLi 96247e9e73 Revert "code normal form"
This reverts commit 4e49bb2130.
2020-12-25 05:42:11 -08:00
YongkangLi 28142a51a1 document about memory 2020-12-25 05:32:36 -08:00
hustccc d35c0599a7 finish report 2020-12-25 20:16:43 +09:00
hustccc f0beebba28 add simple report 2020-12-25 01:10:48 +09:00
hustccc 6675f2636d update 2020-12-24 22:52:14 +09:00
hustccc b798b7a99e update report 2020-12-24 19:42:09 +09:00
AtomHeartCoder 3d72c6fe9b
Add demo gifs 2020-12-24 12:19:50 +08:00
hustccc a63d471791 fix report 2020-12-24 08:19:44 +09:00
hustccc dc94d4440e update readme 2020-12-23 23:44:47 +09:00
hustccc e3089017d5 change gif path 2020-12-23 23:37:48 +09:00
hustccc f964a9f61b
Merge pull request #11 from AtomHeartCoder/main
Add demo gifs
2020-12-23 14:36:11 +08:00
AtomHeartCoder 0cd4a94eef
Add files via upload
Add demo gifs
2020-12-23 13:16:29 +08:00
hustccc 2af6d5024a Merge branch 'main' of https://github.com/SKTT1Ryze/xv6-k210 into main 2020-12-23 07:59:00 +09:00
hustccc 4c2e043cf0 finish report? 2020-12-23 07:58:21 +09:00
hustccc c5c31390c5
Merge pull request #10 from AtomHeartCoder/main
Add Doc
2020-12-20 10:05:51 +08:00
Lu Sitong c927f7370f Merge remote-tracking branch 'upstream/main' into main 2020-12-19 23:05:08 +08:00
Lu Sitong 2c30cb37e0 1. add syscall doc;
2. revise makefile (riscv64-unknown-elf-objcopy -> $(OBJCOPY)).
2020-12-19 23:03:50 +08:00