Что за бред в системной функции?

Kernel architecture questions
  • Гордон Фримен wrote:Есть небольшой вопрос по сис функции 0: как ей пользоваться?
    As described in documentation: /kernel/trunk/docs/sysfuncs.txt
    Гордон Фримен wrote:Я битый час пытался нарисовать окно со скином!
    Examples are located in /programs/develop/examples/*
  • dunkaist, вы меня немного не поняли. Я внимательно прочитал описание системной функции, разобрал примеры, но так и не дошёл умом, как её использовать.
    _______________________________________________________________________________
    dunkaist, you do not understand me a little. I carefully read the description of the system function, sorted out the examples, but did not get my mind how to use it.
    Монтировка решит всё 8)
  • What exactly goes wrong?
    • Your code doesn't compile
    • Your code doesn't work as expected
    • You don't understand how to write code
    • You don't understand the code of examples
    • You don't understand documentation
  • Я не понимаю документацию.

    I don't understand documentation
    Монтировка решит всё 8)
  • Calling a system function in kolibri is done in three steps:
    1. Write the function number to the register eax. For the function 0 write 0.
    2. Write parameters of the function to registers specified in corresponding documentation section. For the function 0 these are ebx, ecx, edx, esi, edi.
    3. Execute int 0x40 instruction.
    Read sysfuncs.txt file and write parameters to registers one by one.
    Value for which register you don't know?
  • Who is online

    Users browsing this forum: Ahrefs [Bot] and 6 guests