trillek / entropy

Entropy kernel for DCPU-16
8 stars 6 forks source link

Reorganized, removed Devkit files, and made build script with Organic #19

Closed ColErr closed 12 years ago

ColErr commented 12 years ago

Migrate off of Devkit, since it isn't updating. Organic assembler is included, and mono is required to build on linux. I know we won't need a .bin for a while, but it does help debug (caught a couple in the 4 files in the build).

Didn't push to master, wanted to make sure everyone had a chance to see changes before their entire working directory gets wonky

Also sets up an 'experimental' branch to push large changes to

dilbertfan commented 12 years ago

wow

dilbertfan commented 12 years ago

I say merge away!

dilbertfan commented 12 years ago

Looks amazing

On Sat, Oct 20, 2012 at 10:48 AM, Andrew notifications@github.com wrote:

Migrate off of Devkit, since it isn't updating. Organic assembler is included, and mono is required to build on linux. I know we won't need a .bin for a while, but it does help debug (caught a couple in the 4 files in the build).

Didn't push to master, wanted to make sure everyone had a chance to see

changes before their entire working directory gets wonky

You can merge this Pull Request by running:

git pull https://github.com/trillek/entropy experimental

Or view, comment on, or merge it at:

https://github.com/trillek/entropy/pull/19 Commit Summary

  • Reorganized, removed Devkit files, and made build script with Organic

File Changes

  • D Bootloader/Bootloader.10cproj (15)
  • D Bootloader/Bootloader.bin (1)
  • D Entropy.10csln (13)
  • D Kernel.10csuo (4)
  • D Kernel/Kernel.10cproj (21)
  • D Kernel/Kernel.bin (0)
  • D OS_disk/OS_disk.10cproj (12)
  • M README.md (4)
  • A bin/bootloader.bin (0)
  • A bin/entropy.bin (0)
  • A build/Organic.exe (0)
  • A build/build_project.bat (13)
  • A build/build_project.sh (11)
  • A build/debug/bootloader.lst (29)
  • A build/debug/entropy.lst (516)
  • A docs/Practices/Function_Documentation.txt (0)
  • A docs/README.md (0)
  • A src/Bootloader/main.10c.oldspec (0)
  • A src/Bootloader/main.dasm (0)
  • A src/Kernel/filesystem.dasm (0)
  • R src/Kernel/lib_STDIO.dasm (4)
  • A src/Kernel/lib_clock.dasm (0)
  • A src/Kernel/lib_float.dasm (0)
  • A src/Kernel/lib_float2.dasm (0)
  • R src/Kernel/main.dasm (7)
  • R src/Kernel/mem_manager.dasm (7)
  • R src/Kernel/multitasker.dasm (2)
  • A src/Kernel/static_vars.dasm (0)
  • A src/Libraries/LibPixel.dasm (0)
  • A src/Libraries/README (0)
  • A src/OS_disk/OS_disk.bief (0)

Patch Links