View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000170 | Kolibri OS (trunk) | Kernel | public | 2022-07-31 17:33 | 2022-07-31 17:33 |
Reporter | Doczom | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | Any x86 / Любой x86 | OS | KolibriOS | OS Version | SVN autobuilds |
Product Version | SVN build / автосборка SVN | ||||
Target Version | 0.8.0.0 | ||||
Summary | 0000170: bug with the video buffer | ||||
Description | when running this code (see image), 3 rows of pixels stop being redrawn normally and other oddities are observed (see image 2). Do not forget to start the CPU before starting the this program | ||||
Steps To Reproduce | start this code: use32 org 0 db 'MENUET01' dd 1 dd START dd I_END dd MEM dd STACKTOP dd 0 dd 0 START: mov eax, 70 mov ebx, file_struct int 0x40 test eax, eax jmp START mov eax,0xffffffff int 0x40 file_struct: dd 7 dd 0 dd message dd 0 dd 0 db '/sys/@notify',0 message: db '"swedcfvgbhnjmsx \n cfgvtbhnjsdfvgvtrcfebufbrh" -tdE',0 str_1: db '12345abcde-error0' I_END: rb 4096 align 16 STACKTOP: MEM: | ||||
Tags | kernel | ||||
SVN revision / ревизия SVN | |||||
Type of distribution / Тип дистрибутива | any / любой | ||||