git-svn-id: https://spexeah.com:8443/svn/Asuro@877 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
a7b94a373c
commit
2118e498c1
BIN
bin/kernel.bin
BIN
bin/kernel.bin
Binary file not shown.
@ -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.
@ -1,4 +1,5 @@
|
||||
GRUB_DEFAULT=asuro
|
||||
set timeout=1
|
||||
set default="0"
|
||||
menuentry "Asuro" --id asuro {
|
||||
multiboot /boot/asuro.bin
|
||||
}
|
||||
|
BIN
lib/asuro.ppu
BIN
lib/asuro.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/shell.ppu
BIN
lib/shell.ppu
Binary file not shown.
BIN
lib/terminal.ppu
BIN
lib/terminal.ppu
Binary file not shown.
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user