Commit graph

102 commits

Author SHA1 Message Date
Felix Queißner
b6c9cb6127 Merge branch 'master' of https://github.com/MasterQ32/DasOS 2016-06-25 22:53:54 +02:00
Felix Queißner
edeeea2eba Video Mode prototype. 2016-06-25 22:53:41 +02:00
Felix Queißner
25904a69d9 Merge branch 'master' of ssh://github/MasterQ32/DasOS 2016-06-25 22:53:07 +02:00
Felix Queißner
2c7a9484fa Rasterfont for video prototype. 2016-06-25 22:52:54 +02:00
Felix Queißner
8c23fa6b8f Merge branch 'master' of https://github.com/MasterQ32/DasOS 2016-06-14 20:42:23 +02:00
Felix Queißner
e4b29f2c3c Adds relational jumps. 2016-06-14 20:41:26 +02:00
Felix Queißner
5cbf686047 Merge pull request #1 from Mtgxyz/master
You asked for it
2016-06-05 16:03:04 +02:00
Morten Delenk
68fef1055c Merge branch 'master' of https://github.com/MasterQ32/DasOS 2016-06-05 12:52:29 +00:00
Morten Delenk
2904c1c211 Added storing and loading 16 and 32 bits of RAM 2016-06-05 12:51:33 +00:00
Felix Queißner
f126fb51af Adds more ALU specification. 2016-06-04 14:12:35 +02:00
Felix Queißner
6de1a70574 First, primitive single threaded VM integration. 2016-05-30 19:48:07 +02:00
Felix Queißner
c32d30506b Moves to supervm.md to documentation and adds a documentation of the SuperVM Assembly Language. 2016-05-23 09:38:58 +02:00
Felix Queißner
7b5d44aa07 Adds more detailed documentation. 2016-05-22 17:17:30 +02:00
Felix Queißner
9130573358 More documentation. 2016-05-22 14:48:21 +02:00
Felix Queißner
cdc91a982c Another fix for GitHub. The markdown forces
Fix for markdown table.
2016-05-22 12:10:19 +02:00
Felix Queißner
c08befee8e Adds a fix for GitHub. 2016-05-22 12:04:54 +02:00
Felix Queißner
3bf819a03c Adds more specification and documentation to the SuperVM. 2016-05-22 12:01:56 +02:00
Felix Queißner
0b7a30e42d Removes old ASM code. 2016-05-22 01:37:41 +02:00
Felix Queißner
85da24cfe6 Implements print_str function. 2016-05-22 00:27:14 +02:00
Felix Queißner
5f5a34d736 Adds support for get/set with negative index. 2016-05-21 21:51:44 +02:00
Felix Queißner
1f83e6567d Adds stack, base pointer manipulation. 2016-05-21 21:36:34 +02:00
Felix Queißner
ad718a930e Assembler now provides single byte ASCII literals enclosed in ', adds some memory operations to the example file. 2016-05-21 19:27:02 +02:00
Felix Queißner
5072f2c51e Adds single-byte memory interface to the VM. 2016-05-21 19:26:08 +02:00
Felix Queißner
c404e99e59 Defines the memory interface and adds a dump_memory function. 2016-05-21 19:17:08 +02:00
Felix Queißner
d4129cce0e Adds syscall and hwio to assembler. 2016-05-21 17:57:25 +02:00
Felix Queißner
88d44b4ca1 Adds syscall and hwio instructions and mnemonics. 2016-05-21 17:57:13 +02:00
Felix Queißner
f7bc2624a0 Fixes bugs in assembler, supervm and testcode. 2016-05-21 13:34:14 +02:00
Felix Queißner
11d27e0039 Adds build system for all prototypes. 2016-05-21 13:07:56 +02:00
Felix Queißner
a8b6ad3580 Adds build file for VM with libvm.a (32 bit) and vm (host executable) 2016-05-21 13:07:06 +02:00
Felix Queißner
51b091fb88 Fixes wrong filename beeing read. 2016-05-21 12:45:47 +02:00
Felix Queißner
fec40a26c3 Refactors Program.cs to assembler.cs. Adds command line compilation arguments, adds colored and structured display. 2016-05-21 12:44:33 +02:00
Felix Quei�ner
cbc817bd36 Adds assembler for SuperVM instructions. 2016-05-20 21:00:57 +02:00
Felix Queißner
9a7e2e8ceb Implements cmd_math partially. Sets demo program to count from 0 to 10. 2016-05-19 15:41:18 +02:00
Felix Queißner
e313356054 Adds COPY command. 2016-05-19 14:09:15 +02:00
Felix Queißner
8b84163c56 Adds push/pop/peek to VM. Corrects some mistakes in the instructions. 2016-05-19 13:19:38 +02:00
Felix Queißner
29bea1a335 More information for SuperVM and the Instruction header file. 2016-05-19 12:42:39 +02:00
Felix Queißner
cfbe20ea70 More specification. 2016-05-19 11:28:06 +02:00
Felix Queißner
7f04fc6c6b Adds documentation for SuperVM. 2016-05-19 01:34:21 +02:00
Felix Queißner
5384c20f09 More assembler inlines moved to asm.hpp 2016-05-18 10:38:47 +02:00
Felix Queißner
cb806c19ec Refactors io.hpp: Now splits into asm.hpp with namespace ASM and io.hpp which exports the inb,outb function. 2016-05-18 10:31:05 +02:00
Felix Queißner
91b72ceb68 Removes scheduler. 2016-05-18 10:24:36 +02:00
Felix Queißner
02364038bd Some changes in VMM stuff. Mainly a "safe" commit. 2016-05-18 10:12:01 +02:00
Felix Queißner
2ad677e750 Hacks(git add .git add .) multithreading. 2016-05-07 21:49:54 +02:00
Felix Queißner
585cb33680 Adds extern "C" to header file. 2016-05-07 19:56:13 +02:00
Felix Queißner
72c33b4b05 Adds ELF loader to init.cpp 2016-05-07 19:55:59 +02:00
Felix Queißner
c7973406c3 Changes program0 to elf executable. 2016-05-07 19:45:04 +02:00
Felix Queißner
054dd7fba3 Adds simple stdlib compilation. 2016-05-07 19:43:41 +02:00
Felix Queißner
98900c9069 Fixes stupid bug.... 2016-05-07 18:51:34 +02:00
Felix Queißner
012cc69edb Adds ultra-simple program loader and executor. Currently yields a Page Fault. 2016-05-07 17:00:08 +02:00
Felix Queißner
cc61fbecb9 Adds a simple program which starts at 1 GB. 2016-05-07 16:59:40 +02:00