ISO
git-svn-id: https://spexeah.com:8443/svn/Asuro@284 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
2a8483b4a7
commit
c00a18e974
BIN
bin/kernel.bin
BIN
bin/kernel.bin
Binary file not shown.
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.
@ -7,7 +7,8 @@ uses
|
|||||||
PCI,
|
PCI,
|
||||||
drivertypes,
|
drivertypes,
|
||||||
pmemorymanager,
|
pmemorymanager,
|
||||||
vmemorymanager;
|
vmemorymanager,
|
||||||
|
util;
|
||||||
|
|
||||||
type
|
type
|
||||||
POHCI_MMR = ^TOHCI_MMR;
|
POHCI_MMR = ^TOHCI_MMR;
|
||||||
@ -84,9 +85,9 @@ begin
|
|||||||
force_alloc_block(block, 0);
|
force_alloc_block(block, 0);
|
||||||
map_page(block, block);
|
map_page(block, block);
|
||||||
MMR:= POHCI_MMR(devices[i].address0);
|
MMR:= POHCI_MMR(devices[i].address0);
|
||||||
MMR^.HcRevision:= 17;
|
MMR^.HcRevision:= 200;
|
||||||
console.writestring('HcRevision? ');
|
console.writestring('HcRevision? ');
|
||||||
console.writeintln(MMR^.HcRevision);
|
console.writehexln(getByte(MMR^.HcRevision, 0));
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user