git-svn-id: https://spexeah.com:8443/svn/Asuro@520 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
691466b7ad
commit
74a1087f62
BIN
bin/kernel.bin
BIN
bin/kernel.bin
Binary file not shown.
Binary file not shown.
BIN
lib/E1000.ppu
BIN
lib/E1000.ppu
Binary file not shown.
BIN
lib/IDE.ppu
BIN
lib/IDE.ppu
Binary file not shown.
BIN
lib/console.o
BIN
lib/console.o
Binary file not shown.
BIN
lib/console.ppu
BIN
lib/console.ppu
Binary file not shown.
Binary file not shown.
BIN
lib/fat32.ppu
BIN
lib/fat32.ppu
Binary file not shown.
BIN
lib/kernel.ppu
BIN
lib/kernel.ppu
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
lib/libpsystem.a
BIN
lib/libpsystem.a
Binary file not shown.
BIN
lib/mouse.ppu
BIN
lib/mouse.ppu
Binary file not shown.
Binary file not shown.
BIN
lib/strings.ppu
BIN
lib/strings.ppu
Binary file not shown.
BIN
lib/terminal.ppu
BIN
lib/terminal.ppu
Binary file not shown.
BIN
lib/tracer.ppu
BIN
lib/tracer.ppu
Binary file not shown.
@ -139,8 +139,8 @@ var
|
|||||||
|
|
||||||
begin
|
begin
|
||||||
if not ready then exit;
|
if not ready then exit;
|
||||||
fgcolor32:= fgcolor OR (fgcolor SHL 8) OR (fgcolor SHL 16) OR (fgcolor SHL 24);
|
fgcolor32:= fgcolor OR (fgcolor SHL 16);
|
||||||
bgcolor32:= bgcolor OR (bgcolor SHL 8) OR (bgcolor SHL 16) OR (bgcolor SHL 24);
|
bgcolor32:= bgcolor OR (bgcolor SHL 16);
|
||||||
mask:= puint32(@Std_Mask[uint32(c) * (16 * 8)]);
|
mask:= puint32(@Std_Mask[uint32(c) * (16 * 8)]);
|
||||||
dest:= puint16(multibootinfo^.framebuffer_addr);
|
dest:= puint16(multibootinfo^.framebuffer_addr);
|
||||||
dest:= dest + (y*(1280 * 16)) + (x * 8);
|
dest:= dest + (y*(1280 * 16)) + (x * 8);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user