More Bochs
git-svn-id: https://spexeah.com:8443/svn/Asuro@28 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
a225e55529
commit
cc99ec9af5
1
.bochsrc
1
.bochsrc
@ -776,3 +776,4 @@ i440fxsupport: enabled=1
|
|||||||
# floppya: 1_44=[fd:], status=inserted
|
# floppya: 1_44=[fd:], status=inserted
|
||||||
#=======================================================================
|
#=======================================================================
|
||||||
display_library: sdl
|
display_library: sdl
|
||||||
|
magic_break: enabled=1
|
||||||
|
BIN
bin/kernel.bin
BIN
bin/kernel.bin
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
lib/gdt.ppu
BIN
lib/gdt.ppu
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.
@ -24,7 +24,7 @@ var
|
|||||||
begin
|
begin
|
||||||
mbi:= mbinfo;
|
mbi:= mbinfo;
|
||||||
mbm:= mbmagic;
|
mbm:= mbmagic;
|
||||||
//gdt.init();
|
gdt.init();
|
||||||
console.init();
|
console.init();
|
||||||
console.writestringln('Booting Asuro...');
|
console.writestringln('Booting Asuro...');
|
||||||
if (mbm <> MULTIBOOT_BOOTLOADER_MAGIC) then begin
|
if (mbm <> MULTIBOOT_BOOTLOADER_MAGIC) then begin
|
||||||
@ -34,11 +34,6 @@ begin
|
|||||||
util.halt_and_catch_fire;
|
util.halt_and_catch_fire;
|
||||||
end;
|
end;
|
||||||
console.clear();
|
console.clear();
|
||||||
asm
|
|
||||||
MOV dds, DS
|
|
||||||
end;
|
|
||||||
console.writehexln(dds);
|
|
||||||
util.halt_and_catch_fire;
|
|
||||||
console.setdefaultattribute(console.combinecolors(Green, Black));
|
console.setdefaultattribute(console.combinecolors(Green, Black));
|
||||||
console.writestringln('Asuro Booted Correctly!');
|
console.writestringln('Asuro Booted Correctly!');
|
||||||
console.writestringln('');
|
console.writestringln('');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user