Added cool stuff.

git-svn-id: https://spexeah.com:8443/svn/Asuro@376 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
kieron
2018-04-07 17:19:13 +00:00
parent 2ffae7703c
commit 1c541dd753
47 changed files with 40 additions and 1 deletions

View File

@ -129,7 +129,7 @@ begin
testdriver.init();
E1000.init();
//AHCI_OLD.init();
IDE.init();
//IDE.init();
//Nothing beyond here
USB.init();
pci.init();
@ -152,6 +152,7 @@ begin
console.setdefaultattribute(console.combinecolors(White, Black));
console.writestringln('');
console.writestringln('Press any key to boot in to Asuro Terminal...');
BSOD('TOPKEK', 'Because why not?');
keyboard.hook(@temphook);
util.halt_and_dont_catch_fire;