- Kek?
git-svn-id: https://spexeah.com:8443/svn/Asuro@10 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
14e881a658
commit
da322f88f2
BIN
bin/kernel.bin
BIN
bin/kernel.bin
Binary file not shown.
Binary file not shown.
BIN
lib/kernel.o
BIN
lib/kernel.o
Binary file not shown.
BIN
lib/kernel.ppu
BIN
lib/kernel.ppu
Binary file not shown.
BIN
lib/libpkernel.a
BIN
lib/libpkernel.a
Binary file not shown.
@ -251,6 +251,7 @@ begin
|
|||||||
MOV DL, Console_Cursor.X
|
MOV DL, Console_Cursor.X
|
||||||
INT $10
|
INT $10
|
||||||
end; }
|
end; }
|
||||||
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure _console_increment_x(); [public, alias: '_console_increment_x'];
|
procedure _console_increment_x(); [public, alias: '_console_increment_x'];
|
||||||
|
@ -35,6 +35,8 @@ begin
|
|||||||
console_writestring('Total Memory = ');
|
console_writestring('Total Memory = ');
|
||||||
console_writeint(((mbinfo^.mem_upper + 1000) div 1024) +1);
|
console_writeint(((mbinfo^.mem_upper + 1000) div 1024) +1);
|
||||||
console_writestringln('MB');
|
console_writestringln('MB');
|
||||||
|
console_setdefaultattribute(console_combinecolors(Red, Black));
|
||||||
|
console_writestringln('Entering Login Queue... You are number #RAN in the Queue.');
|
||||||
asm
|
asm
|
||||||
cli
|
cli
|
||||||
hlt
|
hlt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user