Skip to content

Commit 748b6c6

Browse files
authored
Merge pull request #1005 from xwings/dev
update changelog and minor example fix
2 parents d68c750 + 6951f56 commit 748b6c6

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

ChangeLog

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,26 @@
11
This file details the changelog of Qiling Framework.
22

33
------------------------------------
4-
[Version 1.4.1]: Nov Xth, 2021
4+
[Version 1.4.1]: Nov 15th, 2021
55

66
New features:
77
- Introduced riscv, both 32 and 64 (#980)
8+
- Added U-boot (#1000)
89

910
Improvements:
1011
- Refactored core hooks (#966)
1112
- update ql.os.posix.const_mapping with more os/arch match (#973)
12-
- Minor refactor on ql.interpreter and ql.baremetal (#975)
1313
- More update in MCU modules (#971)
1414
- Fix getpeername and getsockname syscalls (#986)
1515
- Qdb improvements (#999)
1616

17+
Contributors:
18+
- cq674350529
19+
- ucgJhe
20+
- cla7aye15I4nd
21+
- elicn
22+
- xwings
23+
1724

1825
------------------------------------
1926
[Version 1.4.0]: Oct 20th, 2021

examples/netgear_6220.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
[MIPS]
2-
mmap_address = 0x7f7ee000
1+
[OS32]
2+
mmap_address = 0x774bf000

0 commit comments

Comments
 (0)