mirror of
https://github.com/justinian/jsix.git
synced 2025-12-09 16:04:32 -08:00
17 lines
357 B
Modula-2
17 lines
357 B
Modula-2
# All kernel-exposed objects inherit from the base ``object`` type, so the
|
|
# ``object`` syscalls can be used with any object's handle.
|
|
|
|
object object [virtual] {
|
|
uid 667f61fb2cd57bb4
|
|
cname kobject
|
|
|
|
capabilities [
|
|
clone
|
|
]
|
|
|
|
# Get the internal kernel object id of an object
|
|
method koid {
|
|
param koid uint64 [out]
|
|
}
|
|
}
|