ableos/kernel/sycall.md

24 lines
450 B
Markdown
Raw Normal View History

2023-04-07 21:44:33 +00:00
`create_object`
```
params
i32
start address of the string to use as the object name
i32
length of string
returns
i64 Handle to the object
```
`read_object_attribute`
```
params
i64 Handle to the object
i32
start address of the string to use as the attribute name
i32
end address of the string to use as the attribute name
returns
```