git-svn-id: https://spexeah.com:8443/svn/Asuro@877 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c

This commit is contained in:
kieron
2020-07-08 22:35:48 +00:00
parent a7b94a373c
commit 2118e498c1
13 changed files with 5 additions and 4 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -8,7 +8,7 @@ fedbc69eb42fb2bd685aa3c98732dd24 src//gdt.pas
1e96141f52b3249777c4c561f74486b2 src//idt.pas
ff963c65c48984566b201003eec8ce47 src//irq.pas
ab3f144c41b5e718b4575eb4ef51aa1b src//isr.pas
2e5d095b961c2ea7ee24726d6649209d src//kernel.pas
945c3c5f05deae905c9cc0a9676637ec src//kernel.pas
375a0beff3986ead4e9275b2dfa0ec7d src//lmemorymanager.pas
dce0fec2a2bb8dde7dced3598a613318 src//pmemorymanager.pas
2517817ea68f5797b5c10926dfaf497e src//processloader.pas
Binary file not shown.
+2 -1
View File
@@ -1,4 +1,5 @@
GRUB_DEFAULT=asuro
set timeout=1
set default="0"
menuentry "Asuro" --id asuro {
multiboot /boot/asuro.bin
}
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+2 -2
View File
@@ -226,8 +226,8 @@ begin
terminal.run();
{ Init Splash }
tracer.push_trace('kmain.SPLASHINIT');
splash.init();
//tracer.push_trace('kmain.SPLASHINIT');
//splash.init();
{ End of Boot }
tracer.push_trace('kmain.EOB');