git-svn-id: https://spexeah.com:8443/svn/Asuro@476 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
3b43b3baf9
commit
12e931d752
BIN
bin/kernel.bin
BIN
bin/kernel.bin
Binary file not shown.
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/util.ppu
BIN
lib/util.ppu
Binary file not shown.
@ -261,6 +261,7 @@ begin
|
|||||||
console.setdefaultattribute(console.combinecolors(white, Red));
|
console.setdefaultattribute(console.combinecolors(white, Red));
|
||||||
console.clear;
|
console.clear;
|
||||||
console.writestringln(' ');
|
console.writestringln(' ');
|
||||||
|
console.writestringln(' ');
|
||||||
console.writestring(' ');
|
console.writestring(' ');
|
||||||
console.setdefaultattribute(console.combinecolors(black, white));
|
console.setdefaultattribute(console.combinecolors(black, white));
|
||||||
console.writestring(' ');
|
console.writestring(' ');
|
||||||
@ -268,7 +269,7 @@ begin
|
|||||||
console.writestringln(' ');
|
console.writestringln(' ');
|
||||||
console.writestring(' ');
|
console.writestring(' ');
|
||||||
console.setdefaultattribute(console.combinecolors(black, white));
|
console.setdefaultattribute(console.combinecolors(black, white));
|
||||||
console.writestring(' SOMETHING HAS GONE WRONG AND ASURO HAD TO STOP! ');
|
console.writestring(' ASURO DID A WHOOPSIE! :( ');
|
||||||
console.setdefaultattribute(console.combinecolors(lwhite, Red));
|
console.setdefaultattribute(console.combinecolors(lwhite, Red));
|
||||||
console.writestringln(' ');
|
console.writestringln(' ');
|
||||||
console.writestring(' ');
|
console.writestring(' ');
|
||||||
@ -278,16 +279,15 @@ begin
|
|||||||
console.writestringln(' ');
|
console.writestringln(' ');
|
||||||
console.writestringln(' ');
|
console.writestringln(' ');
|
||||||
console.writestringln(' ');
|
console.writestringln(' ');
|
||||||
console.writestringln(' Asuro encountered an error and could not recover.');
|
console.writestringln(' Asuro encountered an error and your computer is now a teapot.');
|
||||||
console.writestringln(' ');
|
console.writestringln(' ');
|
||||||
|
console.writestringln(' Your data is almost certainly safe. Probably.');
|
||||||
console.writestringln(' ');
|
console.writestringln(' ');
|
||||||
console.writestringln(' The fault could have been caused by one or more of the following: ');
|
console.writestringln(' The fault could have been caused by one or more of the following: ');
|
||||||
console.writestringln(' - A misconfigured device.');
|
console.writestringln(' - LDH_NN_65 malfunctioning.');
|
||||||
console.writestringln(' - A malfunctioning driver.');
|
|
||||||
console.writestringln(' - A malfunctioning device.');
|
|
||||||
console.writestringln(' - A devlopers inability to handle faults correctly.');
|
console.writestringln(' - A devlopers inability to handle faults correctly.');
|
||||||
console.writestringln(' - A Monkey inside the PC Case.');
|
console.writestringln(' - Spilt coffee.');
|
||||||
console.writestringln(' - Spilt Coffeee.');
|
console.writestringln(' - A monkey inside the PC Case.');
|
||||||
console.writestringln(' ');
|
console.writestringln(' ');
|
||||||
console.writestringln(' ');
|
console.writestringln(' ');
|
||||||
console.writestringln(' Details of the fault (for those boring enough to read) are as follows: ');
|
console.writestringln(' Details of the fault (for those boring enough to read) are as follows: ');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user