More Bochs

git-svn-id: https://spexeah.com:8443/svn/Asuro@28 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
kieron 2017-05-16 14:46:06 +00:00
parent a225e55529
commit cc99ec9af5
10 changed files with 2 additions and 6 deletions

View File

@ -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
Asuro.iso

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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('');