kernel-mode #1

Manually merged
anton merged 69 commits from kernel-mode into master 2021-11-16 08:02:40 +01:00
Showing only changes of commit 55be71dcc3 - Show all commits

View File

@ -52,6 +52,8 @@ class CSR:
'marchid': 0xF12, 'marchid': 0xF12,
'mimpid': 0xF13, 'mimpid': 0xF13,
'mhartid': 0xF14, 'mhartid': 0xF14,
'time': 0xc01,
'timeh': 0xc81,
} }
""" """
Translation for named registers Translation for named registers