OSDN Git Service

FDDブートに変更
authorhideaki sago <hideaki sago@localhost>
Sun, 4 Mar 2012 13:44:52 +0000 (22:44 +0900)
committerhideaki sago <hideaki sago@localhost>
Sun, 4 Mar 2012 13:44:52 +0000 (22:44 +0900)
commit2b0afd009033d043c5f5de9837eb32237533ef64
tree796b24d25d1ead4be3756d7d0d2da6da88717007
parentbaf1f31de8633df7b00d10e0464be98c1ad8dd9d
FDDブートに変更
23 files changed:
API/Include/TryOS/Library/API/TryAPI.h
API/Include/TryOS/Library/Common/Common.h [new file with mode: 0644]
Boot/Boot.ls
Boot/Source/BootUtil.S
Boot/Source/Common.h
Boot/Source/Define.S [new file with mode: 0644]
Boot/Source/DescriptorTable.S
Boot/Source/Elf.h [new file with mode: 0644]
Boot/Source/Main.S
Boot/Source/ReadDisc.S
Boot/Source/SwitchMode.S
Builder/.cproject
Builder/.project
Builder/.settings/org.eclipse.cdt.core.prefs
Builder/Debug/.gitignore
Builder/Debug/Makefile
Kernel/.cproject
Kernel/.settings/org.eclipse.cdt.core.prefs [new file with mode: 0644]
Kernel/.settings/org.eclipse.cdt.ui.prefs [new file with mode: 0644]
Kernel/Kernel.ls
Kernel/Source/EntryPoint.S [new file with mode: 0644]
Kernel/Source/PagingSample.cpp [new file with mode: 0644]
Kernel/Source/TryKernel.cpp