Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-12100-765609
OSKernel2022-BootLoader-2930
Commits
a67e2899
Commit
a67e2899
authored
3 years ago
by
BootLoader
Browse files
Options
Download
Patches
Plain Diff
initial project
parent
2e3e86c9
Changes
165
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
LICENSE
+21
-0
LICENSE
Makefile
+238
-0
Makefile
README
+45
-0
README
debug/kendryte_openocd/openocd
+0
-0
debug/kendryte_openocd/openocd
debug/openocd_cfg/ft2232c.cfg
+6
-0
debug/openocd_cfg/ft2232c.cfg
debug/openocd_cfg/k210.cfg
+21
-0
debug/openocd_cfg/k210.cfg
debug/openocd_cfg/openocd_ftdi.cfg
+42
-0
debug/openocd_cfg/openocd_ftdi.cfg
kernel/bio.c
+160
-0
kernel/bio.c
kernel/console.c
+190
-0
kernel/console.c
kernel/disk.c
+49
-0
kernel/disk.c
kernel/dmac.c
+354
-0
kernel/dmac.c
kernel/entry_k210.S
+28
-0
kernel/entry_k210.S
kernel/entry_qemu.S
+19
-0
kernel/entry_qemu.S
kernel/exec.c
+179
-0
kernel/exec.c
kernel/fat32.c
+935
-0
kernel/fat32.c
kernel/file.c
+209
-0
kernel/file.c
kernel/fpioa.c
+4944
-0
kernel/fpioa.c
kernel/gpiohs.c
+204
-0
kernel/gpiohs.c
kernel/include/buf.h
+25
-0
kernel/include/buf.h
kernel/include/console.h
+8
-0
kernel/include/console.h
with
7677 additions
and
0 deletions
+7677
-0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets