Commit graph

78 commits

Author SHA1 Message Date
Fabian
811663c31f Include sourcemap in libv86.js 2020-04-22 22:43:25 +02:00
August
9c018e3d3a use specific version of closure 2020-03-22 14:56:58 +01:00
Filip Š
bcc4f89a47 Use Python 3 for webserver 2019-04-09 09:43:33 -05:00
Fabian
ce1f396ef2 Fix #274 2019-03-22 17:13:46 -05:00
BenNottelling
13a985edb7 ACPI test for travis 2018-01-24 11:21:26 -06:00
Ernest Wong
b04dd92582 Roughly implement sb16 behaviour 2017-12-16 22:51:40 -06:00
Ernest Wong
eb736ab406 Emulate PC speaker beep sounds 2017-12-16 22:51:40 -06:00
copy
5c0e87b3e9 Add --source_map_include_content to closure compiler build (#177) 2017-12-13 13:26:20 -05:00
copy
b9c421fd2f Fix libv86 build in newer closure compilers, fixes #167 2017-09-08 19:05:53 +02:00
Amaan Cheval
82fc184c79 Remove unsupported Closure Compiler flags 2017-09-08 12:26:38 +02:00
copy
0fd2835d40 Add kvm-unit-test to makefile 2017-06-22 12:26:02 -05:00
copy
e764ca213a Update test scripts 2017-06-20 16:24:40 -05:00
Amaan Cheval
6a61876540 Add nasmtests target to primary Makefile in root 2017-06-16 10:47:19 -04:00
copy
1cbdc5497c Move config.js to front 2017-05-30 15:28:59 -05:00
copy
43747c4b32 Add dummy screen 2017-05-09 19:31:18 -05:00
copy
3595456ee2 Disable advanced optimisations for libv86. Fixes tests 2017-04-29 13:22:17 -05:00
copy
370698fa1d Makefile: Refactor using addprefix 2017-04-29 13:22:17 -05:00
copy
96f61bb4d5 More complete APIC and IOAPIC implementation (#86) 2017-04-29 13:22:17 -05:00
copy
0f2f096f50 Add elf parser 2017-04-29 13:22:17 -05:00
copy
5c084c9240 make clean: Remove source maps 2017-03-23 13:18:19 -05:00
copy
c72d8de8cb Add missing config.js file 2017-03-15 20:12:59 -05:00
copy
b6056f8589 Make closure compiler happy 2017-03-04 16:37:16 -05:00
copy
41b1884f64 Use @export 2016-07-26 22:14:34 +02:00
copy
c8949b01d0 Update makefile: Ignore rm errors, rename test target to tests 2016-07-18 01:18:52 +02:00
copy
2383a17afb Fix closure compiler download 2016-07-18 00:42:12 +02:00
copy
c21f20221c Makefile: Safer clean 2016-02-07 16:52:03 +01:00
copy
b281748ca3 Make build/libv86.js a dependency of test case 2016-02-05 19:56:25 +01:00
copy
5eb38cec8c Makefile test target 2016-02-05 14:41:15 +01:00
copy
88b9cd73d8 Version information in build, fixes #56 2016-01-22 23:54:02 +01:00
copy
15845b6d80 Remove unused IN_XXX variables 2016-01-03 18:33:58 +01:00
copy
170e7887d3 Create source map 2016-01-03 18:32:45 +01:00
copy
280e54e7b7 Fix small mistage in Makefile 2015-12-31 00:36:27 +01:00
copy
3b067d5fac Improve Makefile 2015-12-30 23:08:05 +01:00
copy
9743618eb2 Fetch closure compiler automatically 2015-12-30 23:05:12 +01:00
Fabian
d42800fe2b Fix build process. Fixes #68 2015-10-18 15:17:18 +02:00
copy
85be27910a Remove mcpp submodule. Thanks to @h8liu for creating it 2015-09-14 01:50:30 +02:00
copy
9185dd25e4 Remove C macros and compile step. Fixes #10 2015-09-14 01:45:51 +02:00
copy
e2ecca2a04 Make warnings errors (Closure Compiler) 2015-09-12 18:17:22 +02:00
Janus
d839a6cef6 clean up the Makefile 2015-04-27 23:23:06 +02:00
copy
d13e6983b5 Makefile 2015-04-12 21:58:17 +02:00
copy
089531b8cc Worker bus, #20 2015-04-12 20:21:38 +02:00
copy
98ef32081c Disable readable compilation on libv86.js 2015-03-06 02:16:45 +01:00
copy
3ac30a1277 Merge branch 'master' of https://github.com/copy/v86 2015-01-09 16:26:33 +01:00
copy
1032ef3ef2 New publicly usable interface called V86Starter, refactor browser/main.js using it 2015-01-09 04:49:44 +01:00
copy
0863b668b7 Move code to log.js 2015-01-09 00:10:40 +01:00
Laurent Laborde
c833d3b092 MacOSX hack to use mcpp even if cpp is detecetd
the default llvm cpp doesn't work as expect on macosx, so we use mcpp on macosx even if cpp is detected.
2015-01-07 10:42:05 +01:00
copy
cdad4bd9fb remove nodejs port, it's slightly broken and not used anywhere 2015-01-06 00:01:33 +01:00
copy
f3b3ad0422 fix libv86 target 2014-12-29 17:42:39 +01:00
copy
13511362d7 refactor communication between emulated devices and browser implementation using Bus. Web worker comming soon ;) 2014-12-25 02:32:18 +01:00
copy
910a80a65a split up code into more files 2014-12-21 20:28:13 +01:00