From 00cc8736f10098dedf6b856b9ad8bd0094211263 Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Thu, 18 Feb 2021 11:56:08 -0500 Subject: vbe support, truecolor window manager pixbufs --- doc/ints.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/ints.txt') diff --git a/doc/ints.txt b/doc/ints.txt index f3e89cc..631ed52 100644 --- a/doc/ints.txt +++ b/doc/ints.txt @@ -24,6 +24,8 @@ the edx register of "start task" is a pointer to a null-terminated string. the new task receives its own handle in ecx. ipc operations return 0xffffffff if the specified task doesn't exist. "find unread ipc" system call returns 0 if there is no unread ipc. +pixbufs are arrays of four-byte pixels, from left to right, then top to bottom. + pixels are a red byte, a green byte, a blue byte, and a padding byte. invalid system call numbers change eax to -1, and have no other effect. -- cgit v1.2.3