forked from CosmosOS/Cosmos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2,982 changed files
with
383,761 additions
and
247,983 deletions.
There are no files selected for viewing
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.
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.
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 removed
BIN
-37 KB
Build/Tools/Mono/lib/System.Runtime.Serialization.Formatters.Soap.dll
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.
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.
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.
Binary file not shown.
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.
52 changes: 26 additions & 26 deletions
52
Build/Test Kernel/kernel.asm → Cosmos/Build/Test Kernel/kernel.asm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
18 changes: 9 additions & 9 deletions
18
Build/Test Kernel/readme.txt → Cosmos/Build/Test Kernel/readme.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
58
Build/Tools/NAsm/LICENSE → Cosmos/Build/Tools/NAsm/LICENSE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
4 changes: 2 additions & 2 deletions
4
Build/Tools/NAsm/version.txt → Cosmos/Build/Tools/NAsm/version.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
126 changes: 63 additions & 63 deletions
126
Build/VMWare/Workstation/Cosmos.vmx → Cosmos/Build/VMWare/Workstation/Cosmos.vmx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
File renamed without changes.
Oops, something went wrong.