Skip to content

Commit

Permalink
New Cosmos parent dir
Browse files Browse the repository at this point in the history
  • Loading branch information
czhower committed Aug 8, 2017
1 parent 8864152 commit fa00b78
Show file tree
Hide file tree
Showing 2,982 changed files with 383,761 additions and 247,983 deletions.
Binary file removed Build/Tools/7zip/7za.exe
Binary file not shown.
Binary file removed Build/Tools/Mono/bin/iconv.dll
Binary file not shown.
Binary file removed Build/Tools/Mono/bin/intl.dll
Binary file not shown.
Binary file removed Build/Tools/Mono/bin/libglib-2.0-0.dll
Binary file not shown.
Binary file removed Build/Tools/Mono/bin/libgthread-2.0-0.dll
Binary file not shown.
Binary file removed Build/Tools/Mono/bin/mono.dll
Binary file not shown.
Binary file removed Build/Tools/Mono/bin/mono.exe
Binary file not shown.
Binary file removed Build/Tools/Mono/bin/test.exe
Binary file not shown.
Binary file not shown.
Binary file removed Build/Tools/Mono/lib/System.Configuration.dll
Binary file not shown.
Binary file removed Build/Tools/Mono/lib/System.Core.dll
Binary file not shown.
Binary file not shown.
Binary file removed Build/Tools/Mono/lib/System.Data.Linq.dll
Binary file not shown.
Binary file removed Build/Tools/Mono/lib/System.Data.OracleClient.dll
Binary file not shown.
Binary file removed Build/Tools/Mono/lib/System.Data.dll
Binary file not shown.
Binary file removed Build/Tools/Mono/lib/System.Design.dll
Binary file not shown.
Binary file removed Build/Tools/Mono/lib/System.DirectoryServices.dll
Binary file not shown.
Binary file removed Build/Tools/Mono/lib/System.Drawing.Design.dll
Binary file not shown.
Binary file removed Build/Tools/Mono/lib/System.Drawing.dll
Binary file not shown.
Binary file removed Build/Tools/Mono/lib/System.EnterpriseServices.dll
Binary file not shown.
Binary file removed Build/Tools/Mono/lib/System.Management.dll
Binary file not shown.
Binary file removed Build/Tools/Mono/lib/System.Messaging.dll
Binary file not shown.
Binary file removed Build/Tools/Mono/lib/System.Runtime.Remoting.dll
Binary file not shown.
Binary file not shown.
Binary file removed Build/Tools/Mono/lib/System.Security.dll
Binary file not shown.
Binary file removed Build/Tools/Mono/lib/System.ServiceProcess.dll
Binary file not shown.
Binary file removed Build/Tools/Mono/lib/System.Transactions.dll
Binary file not shown.
Binary file not shown.
Binary file removed Build/Tools/Mono/lib/System.Web.Extensions.dll
Binary file not shown.
Binary file removed Build/Tools/Mono/lib/System.Web.Services.dll
Binary file not shown.
Binary file removed Build/Tools/Mono/lib/System.Web.dll
Binary file not shown.
Binary file removed Build/Tools/Mono/lib/System.Windows.Forms.dll
Binary file not shown.
Binary file removed Build/Tools/Mono/lib/System.Xml.Linq.dll
Binary file not shown.
Binary file removed Build/Tools/Mono/lib/System.Xml.dll
Binary file not shown.
Binary file removed Build/Tools/Mono/lib/System.dll
Binary file not shown.
Binary file removed Build/Tools/Mono/lib/mscorlib.dll
Binary file not shown.
Binary file removed Build/Tools/NAsm/nasm.exe
Binary file not shown.
Binary file removed Build/Tools/NAsm/ndisasm.exe
Binary file not shown.
Binary file removed Build/Tools/VSIXBootstrapper.exe
Binary file not shown.
Binary file removed Build/Tools/cygwin/cygiconv-2.dll
Binary file not shown.
Binary file removed Build/Tools/cygwin/cygintl-3.dll
Binary file not shown.
Binary file removed Build/Tools/cygwin/cygwin1.dll
Binary file not shown.
Binary file removed Build/Tools/cygwin/ld.exe
Binary file not shown.
Binary file removed Build/Tools/cygwin/objdump.exe
Binary file not shown.
Binary file removed Build/Tools/gdb.exe
Binary file not shown.
Binary file removed Build/Tools/mkisofs/mkisofs.exe
Binary file not shown.
Binary file removed Build/Tools/nuget.exe
Binary file not shown.
Binary file removed Build/Tools/syslinux.exe
Binary file not shown.
Binary file removed Build/Tools/vswhere.exe
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
org 0x1000000
use32
[map symbols]

begin:
_begin:
jmp entry

align 4
multiboot_header:
MULTIBOOT_HEADER_MAGIC dd 0x1BADB002
MULTIBOOT_HEADER_FLAGS dd 0x00010003
Checksum dd -(0x1BADB002 + 0x00010003)
header_addr dd multiboot_header
load_addr dd _begin
load_end dd _end
bss_end dd _end
entry_val dd entry

entry:
mov byte [0xB8000], 65
_loop:
jmp _loop

org 0x1000000
use32
[map symbols]

begin:
_begin:
jmp entry

align 4
multiboot_header:
MULTIBOOT_HEADER_MAGIC dd 0x1BADB002
MULTIBOOT_HEADER_FLAGS dd 0x00010003
Checksum dd -(0x1BADB002 + 0x00010003)
header_addr dd multiboot_header
load_addr dd _begin
load_end dd _end
bss_end dd _end
entry_val dd entry

entry:
mov byte [0xB8000], 65
_loop:
jmp _loop

_end:
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
remove the .iso file, and run the commands in the iso root dir:
compiling output.bin :
nasm -f bin -o output.bin kernel.asm
build iso:
mkisofs -R -b isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table -o boot.iso
remove the .iso file, and run the commands in the iso root dir:

compiling output.bin :

nasm -f bin -o output.bin kernel.asm

build iso:
mkisofs -R -b isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table -o boot.iso

then use boot.iso as boot image.
File renamed without changes.
58 changes: 29 additions & 29 deletions Build/Tools/NAsm/LICENSE → Cosmos/Build/Tools/NAsm/LICENSE
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
NASM is now licensed under the 2-clause BSD license, also known as the
simplified BSD license.
Copyright 1996-2010 the NASM Authors - All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following
conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
NASM is now licensed under the 2-clause BSD license, also known as the
simplified BSD license.

Copyright 1996-2010 the NASM Authors - All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following
conditions are met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
2.12.01
2.12.01

before updating, test..
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,63 +1,63 @@
.encoding = "windows-1252"
config.version = "8"
virtualHW.version = "7"
maxvcpus = "4"
scsi0.present = "TRUE"
memsize = "256"
ide1:0.present = "TRUE"
ide1:0.autodetect = "TRUE"
ide1:0.deviceType = "cdrom-image"
pciBridge0.present = "TRUE"
pciBridge4.present = "TRUE"
pciBridge4.virtualDev = "pcieRootPort"
pciBridge4.functions = "8"
pciBridge5.present = "TRUE"
pciBridge5.virtualDev = "pcieRootPort"
pciBridge5.functions = "8"
pciBridge6.present = "TRUE"
pciBridge6.virtualDev = "pcieRootPort"
pciBridge6.functions = "8"
pciBridge7.present = "TRUE"
pciBridge7.virtualDev = "pcieRootPort"
pciBridge7.functions = "8"
vmci0.present = "TRUE"
roamingVM.exitBehavior = "go"
displayName = "Cosmos"
guestOS = "other"
nvram = "Cosmos.nvram"
virtualHW.productCompatibility = "hosted"
extendedConfigFile = "Cosmos.vmxf"
ide1:0.fileName = "CosmosKernel.iso"
uuid.location = "56 4d c5 98 db 65 ae 42-d4 89 15 cf 1c 43 cf 9a"
uuid.bios = "56 4d c5 98 db 65 ae 42-d4 89 15 cf 1c 43 cf 9a"
cleanShutdown = "TRUE"
replay.supported = "FALSE"
replay.filename = ""
pciBridge0.pciSlotNumber = "17"
pciBridge4.pciSlotNumber = "21"
pciBridge5.pciSlotNumber = "22"
pciBridge6.pciSlotNumber = "23"
pciBridge7.pciSlotNumber = "24"
scsi0.pciSlotNumber = "16"
vmci0.pciSlotNumber = "32"
vmotion.checkpointFBSize = "23920640"
vmci0.id = "1821907405"
serial0.present = "TRUE"
serial0.yieldOnMsrRead = "TRUE"
serial0.fileType = "pipe"
serial0.fileName = "\\.\pipe\Cosmos\Serial"
serial0.pipe.endPoint = "client"
serial0.tryNoRxLoss = "TRUE"
sound.present = "TRUE"
ethernet0.present = "TRUE"
ethernet0.wakeOnPcktRcv = "FALSE"
ethernet0.addressType = "generated"
usb.present = "TRUE"
usb.generic.allowHID = "TRUE"
ehci.present = "TRUE"
sound.fileName = "-1"
sound.autodetect = "TRUE"
ide0:0.present = "TRUE"
ide0:0.fileName = "Filesystem.vmdk"
floppy0.present = "FALSE"
.encoding = "windows-1252"
config.version = "8"
virtualHW.version = "7"
maxvcpus = "4"
scsi0.present = "TRUE"
memsize = "256"
ide1:0.present = "TRUE"
ide1:0.autodetect = "TRUE"
ide1:0.deviceType = "cdrom-image"
pciBridge0.present = "TRUE"
pciBridge4.present = "TRUE"
pciBridge4.virtualDev = "pcieRootPort"
pciBridge4.functions = "8"
pciBridge5.present = "TRUE"
pciBridge5.virtualDev = "pcieRootPort"
pciBridge5.functions = "8"
pciBridge6.present = "TRUE"
pciBridge6.virtualDev = "pcieRootPort"
pciBridge6.functions = "8"
pciBridge7.present = "TRUE"
pciBridge7.virtualDev = "pcieRootPort"
pciBridge7.functions = "8"
vmci0.present = "TRUE"
roamingVM.exitBehavior = "go"
displayName = "Cosmos"
guestOS = "other"
nvram = "Cosmos.nvram"
virtualHW.productCompatibility = "hosted"
extendedConfigFile = "Cosmos.vmxf"
ide1:0.fileName = "CosmosKernel.iso"
uuid.location = "56 4d c5 98 db 65 ae 42-d4 89 15 cf 1c 43 cf 9a"
uuid.bios = "56 4d c5 98 db 65 ae 42-d4 89 15 cf 1c 43 cf 9a"
cleanShutdown = "TRUE"
replay.supported = "FALSE"
replay.filename = ""
pciBridge0.pciSlotNumber = "17"
pciBridge4.pciSlotNumber = "21"
pciBridge5.pciSlotNumber = "22"
pciBridge6.pciSlotNumber = "23"
pciBridge7.pciSlotNumber = "24"
scsi0.pciSlotNumber = "16"
vmci0.pciSlotNumber = "32"
vmotion.checkpointFBSize = "23920640"
vmci0.id = "1821907405"

serial0.present = "TRUE"
serial0.yieldOnMsrRead = "TRUE"
serial0.fileType = "pipe"
serial0.fileName = "\\.\pipe\Cosmos\Serial"
serial0.pipe.endPoint = "client"
serial0.tryNoRxLoss = "TRUE"
sound.present = "TRUE"
ethernet0.present = "TRUE"
ethernet0.wakeOnPcktRcv = "FALSE"
ethernet0.addressType = "generated"
usb.present = "TRUE"
usb.generic.allowHID = "TRUE"
ehci.present = "TRUE"
sound.fileName = "-1"
sound.autodetect = "TRUE"
ide0:0.present = "TRUE"
ide0:0.fileName = "Filesystem.vmdk"
floppy0.present = "FALSE"
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit fa00b78

Please sign in to comment.