kernels update

This commit is contained in:
Blaise Tine
2021-06-11 06:21:25 -04:00
parent 3cc1190cd7
commit 104da0c238
42 changed files with 275841 additions and 258852 deletions

View File

@@ -13,5 +13,5 @@ vx_putchar:
.section .data
print_addr:
.word IO_BUS_ADDR_COUT
.word IO_ADDR_COUT

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -72,7 +72,7 @@ int main() {
test_wsapwn();
vx_printf("Shared Memory test\n");
unsigned * ptr = (unsigned *) SHARED_MEM_BASE_ADDR;
unsigned * ptr = (unsigned *)SMEM_BASE_ADDR;
unsigned value = 0;
for (int i = 0; i < 5; i++) {

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff