Implemented numbers with different bases
This commit is contained in:
parent
f1d4e65c1b
commit
d5953649d9
11 changed files with 165 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
import sys
|
||||
|
||||
alloc(length) {
|
||||
return sys.mmap(0, length, 3, 290)
|
||||
return sys.mmap(0, length, 0x1|0x2, 0x02|0x20|0x100)
|
||||
}
|
||||
|
||||
free(address, length) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue