rgimad

Results 10 comments of rgimad

@Doczom thanks for the remark. But in most cases there are no such special characters.

> standard functions for all drivers we already have [drivers/imports.inc](https://github.com/kolibrios-nextgen/kolibrios-nextgen/blob/main/drivers/imports.inc)

> not a driver import table, but an IOCTL interface driver ok, got it. You mean standardize IOCTL commands for getting the driver version, etc., right? I found on the...

Currently, who calls the `lib_init` function?

Strange calling conventions. If you pass args by registers why not to pass the `state` arg by ESI ?

Need to understand how the way you propose it different from the current situation. So you propose a finalizing mechanism and standard for library version, right?

> This function is called in dll.obj library and dll.inc Oh, what a zoo. Two tools to do the same thing. Need to leave something one. Lol btw there's also...

Btw, really, what is purpose of passing pointters to alloc, free and realloc into `lib_init`? If there was a standard library with allocator other libraries could just use it. Like...

> @rgimad So this isn't a bug? normally daemons have no gui but `@reshare` has gui mode, so in gui mode it must display on the taskbar as any other...