Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

200 most recent check-ins using file compatibility.mkd version ee6025e722

2019-05-12
07:02
Backup developer notes. check-in: 30db325d45 user: squirreljme tags: trunk
2019-05-11
18:08
Reformat the stack trace printed by Throwable and make it cleaner and easier to read. check-in: 920f2fbc9e user: stephanie.gawroriski tags: trunk
17:33
Do not hexprint the instruction type in CTE. check-in: 4b0005c1a2 user: stephanie.gawroriski tags: trunk
16:46
Correct reverse read of indexed image data. check-in: c9adeecf76 user: stephanie.gawroriski tags: trunk
16:39
Implement EnforcedDrawingAreaGraphics.clipRect(). check-in: 8ca837002f user: stephanie.gawroriski tags: trunk
16:20
Make filter error more descriptive; Add 7 extra bits of potential padding before dividing by 8 because the scanlines are always byte padded. check-in: 498eb268f2 user: stephanie.gawroriski tags: trunk
15:50
Multiply all values then divide by 8 when determining the PNG scanline length. check-in: 853d06b227 user: stephanie.gawroriski tags: trunk
15:42
Implement StringBuilder subSequence/substring so the XPM demo works. check-in: 5e7eb24ea5 user: stephanie.gawroriski tags: trunk
15:34
Correct typo when using ResourceAccess.available(). check-in: 6259db3f26 user: stephanie.gawroriski tags: trunk
15:24
Some work on Integer. check-in: 0df67d5977 user: stephanie.gawroriski tags: trunk
14:46
Add test for LinkedHashMap. check-in: bd122bfa00 user: stephanie.gawroriski tags: trunk
01:31
Correct MIDP Font test results. check-in: 8da3931fc4 user: stephanie.gawroriski tags: trunk
01:28
Add debug printing of entry points in VMFactory; Correct LinkedList's ListIterator.previous(). check-in: 8e674ad8f7 user: stephanie.gawroriski tags: trunk
01:18
Add hashcode test for LinkedHashSet. check-in: b985867746 user: stephanie.gawroriski tags: trunk
01:16
Do not double map remove for the eldest entry. check-in: 1f38a707ff user: stephanie.gawroriski tags: trunk
01:15
Add local index to exception. check-in: d27b585d0d user: stephanie.gawroriski tags: trunk
2019-05-10
23:21
Integer.compareTo() was not implemented correctly, fix this. check-in: ee2e0d21fc user: stephanie.gawroriski tags: trunk
22:59
Fix and enabled the non-RandomAccess copy before sorting (for speed improvements). check-in: e99287e946 user: stephanie.gawroriski tags: trunk
22:43
Implement ListIterator.previous(). check-in: 23e941f7bf user: stephanie.gawroriski tags: trunk
22:36
Add get and set check for the list test. check-in: 7e323e2e9b user: stephanie.gawroriski tags: trunk
22:24
Shell sort does not seem to want to work for integers. check-in: 35ed20a703 user: stephanie.gawroriski tags: trunk
22:14
Make the sorting set more consistent with the same values for each (easier to debug issues). check-in: 5623babdfa user: stephanie.gawroriski tags: trunk
16:58
Add collections and objects to the sort test. check-in: 51ae61a9ff user: stephanie.gawroriski tags: trunk
16:53
Work on sorting object arrays/lists. check-in: 3df28dbd72 user: stephanie.gawroriski tags: trunk
15:49
Implement ShellSort. check-in: 6bf86541b7 user: stephanie.gawroriski tags: trunk
14:48
Minor sort algorithm work; Improve the sort test to include various array sizes. check-in: e20dafd1f5 user: stephanie.gawroriski tags: trunk
07:02
Backup developer notes. check-in: 77ac137ba7 user: squirreljme tags: trunk
01:31
Correct NPE when the framebuffer is accessed and no display is yet used. check-in: 57d967d2f8 user: stephanie.gawroriski tags: trunk
01:22
Add and implement the missing RecordStore.getNumRecords(). check-in: 99c139d7dc user: stephanie.gawroriski tags: trunk
00:00
Base sort work. check-in: 6225087d0b user: stephanie.gawroriski tags: trunk
2019-05-09
23:35
Add sorting test. check-in: 0c5caa2bf7 user: stephanie.gawroriski tags: trunk
23:19
Add calls for sorting and such. check-in: f1d4b9cb70 user: stephanie.gawroriski tags: trunk
22:33
More test correction. check-in: abcb5f59d4 user: stephanie.gawroriski tags: trunk
22:29
Implement hashCode() in AbstractMap and Hashtable. check-in: 10341a951f user: stephanie.gawroriski tags: trunk
22:24
Correct a bunch of tests. check-in: c777a60433 user: stephanie.gawroriski tags: trunk
22:10
In CircleCI name the SpringCoat NPS dump correctly. check-in: 0f71d04464 user: stephanie.gawroriski tags: trunk
20:15
Hashtable test mostly inherits. check-in: 2da97d8024 user: stephanie.gawroriski tags: trunk
20:12
Correct SQRT test. check-in: 8420746939 user: stephanie.gawroriski tags: trunk
20:11
Correct synchronized method test. check-in: 7a51a34712 user: stephanie.gawroriski tags: trunk
20:11
Correct VM interrupt result. check-in: 1afb07953e user: stephanie.gawroriski tags: trunk
20:10
Correct monitor test. check-in: d68f283ed0 user: stephanie.gawroriski tags: trunk
20:10
Correct math test. check-in: dc2b761d43 user: stephanie.gawroriski tags: trunk
20:09
Correct bit count test. check-in: 34fd083841 user: stephanie.gawroriski tags: trunk
20:08
Correct array test. check-in: 5b85e3027c user: stephanie.gawroriski tags: trunk
20:07
Correct EOF test. check-in: ac2eb91456 user: stephanie.gawroriski tags: trunk
20:06
Correct more tests. check-in: 881a8f2b42 user: stephanie.gawroriski tags: trunk
19:54
Correct service loader keys. check-in: ac9ca30c3d user: stephanie.gawroriski tags: trunk
19:53
Correct encoding again. check-in: d3d8945215 user: stephanie.gawroriski tags: trunk
19:51
Encode dot again. check-in: 51468df07e user: stephanie.gawroriski tags: trunk
19:48
Correct keys with dots being unencoded correctly. check-in: 91e523f3de user: stephanie.gawroriski tags: trunk
19:47
Correct SQF font test. check-in: daaa642f64 user: stephanie.gawroriski tags: trunk
19:47
Implement eldest entry removal in LinkedHashMap. check-in: 53bfa44828 user: stephanie.gawroriski tags: trunk
19:31
Add LinkedHashMapEldest results. check-in: 3cd2444ef4 user: stephanie.gawroriski tags: trunk
19:29
Implement the eldest LinkedHashMap test. check-in: 73b3fc6a11 user: stephanie.gawroriski tags: trunk
17:31
Correct replacement sequence. check-in: 90262f0bf2 user: stephanie.gawroriski tags: trunk
17:30
Correct decoding of keys. check-in: bc94f18ce9 user: stephanie.gawroriski tags: trunk
17:28
Correct test results for Random. check-in: eb518107b7 user: stephanie.gawroriski tags: trunk
17:22
Add previous order and removal from the test list. check-in: 40aa26e35e user: stephanie.gawroriski tags: trunk
17:17
Correct remove the removed elements. check-in: 2f43a221d9 user: stephanie.gawroriski tags: trunk
17:08
When removing from the list, decrement the index. check-in: ed9ddab31e user: stephanie.gawroriski tags: trunk
16:51
If __CanSetPrintStream__ is being set on a __CanSetPrintStream__, then use its target rather than the class itself. check-in: e89dc26719 user: stephanie.gawroriski tags: trunk
16:44
Add limit to the number of frames a thread may have. check-in: 83d974cdb8 user: stephanie.gawroriski tags: trunk
16:31
Correct Squirrel Quarrel build. check-in: b39886f8ab user: stephanie.gawroriski tags: trunk
16:27
Increase test timeout to 30 seconds. check-in: 8d558f6d5f user: stephanie.gawroriski tags: trunk
16:25
Handle cases where there are a large number of frames. check-in: 80155af66e user: stephanie.gawroriski tags: trunk
16:08
Add a stack depth limit to the profiler snapshot output. check-in: 482ef48910 user: stephanie.gawroriski tags: trunk
16:01
Add a timeout for every test so that it finishes within a given amount of time. check-in: 7bc08a2ff8 user: stephanie.gawroriski tags: trunk
15:47
Implement LinkedHashMap; Use some common methods. check-in: da88a1cc87 user: stephanie.gawroriski tags: trunk
15:14
Correct list test; Do not compare hashcodes for testresult. check-in: c67a80f1ec user: stephanie.gawroriski tags: trunk
14:44
Use value equals for test result comparison. check-in: 50d2bea701 user: stephanie.gawroriski tags: trunk
14:39
Use map equals since throwable are managed. check-in: f86dd38840 user: stephanie.gawroriski tags: trunk
14:38
Do not print added test values. check-in: 899c7ef402 user: stephanie.gawroriski tags: trunk
14:37
Correct Random test with new encoding; Add list test values. check-in: d3ed66784c user: stephanie.gawroriski tags: trunk
14:33
Correct wrong value being sent to test result. check-in: 089169b8d7 user: stephanie.gawroriski tags: trunk
14:01
Add secondary- key to secondaries. check-in: b0ff4752b6 user: stephanie.gawroriski tags: trunk
14:00
Add dumping of manifest values. check-in: ffe03472d7 user: stephanie.gawroriski tags: trunk
13:51
Decoding of keys. check-in: 92c83413a9 user: stephanie.gawroriski tags: trunk
13:45
Encode curly braces as well. check-in: c70fc0ed98 user: stephanie.gawroriski tags: trunk
13:43
Make sure secondary keys are always lowercased. check-in: 4040ef276b user: stephanie.gawroriski tags: trunk
13:42
Print test result comparison as well. check-in: 6f8549d804 user: stephanie.gawroriski tags: trunk
13:23
Implement test printing. check-in: 1b9452a401 user: stephanie.gawroriski tags: trunk
13:17
Loading of test values for a test. check-in: a34c5b3ed5 user: stephanie.gawroriski tags: trunk
12:56
Partial refactor of the test system to make it much easier to work with internally. check-in: 058153cdf4 user: stephanie.gawroriski tags: trunk
11:45
Move tac.test over to the test area. check-in: 6ecbfc7e5a user: stephanie.gawroriski tags: trunk
07:02
Backup developer notes. check-in: 32c63d0bc4 user: squirreljme tags: trunk
00:29
Add base for TestResult and TestResultBuilder. check-in: 064221406d user: stephanie.gawroriski tags: trunk
2019-05-08
21:26
Add base test information; Recursively go down finding test results. check-in: c07dfe1e87 user: stephanie.gawroriski tags: trunk
21:15
Minor test fix. check-in: f846ba0428 user: stephanie.gawroriski tags: trunk
21:13
Allow serialization of NULL strings; Add more list tests. check-in: 401fd518eb user: stephanie.gawroriski tags: trunk
20:59
Add a bunch of stuff to the string test. check-in: 61233431d8 user: stephanie.gawroriski tags: trunk
18:01
Add hashmaps and such to the tests. check-in: e830e04c7f user: stephanie.gawroriski tags: trunk
17:54
Add base for tests; Add empty java.util.Stack. check-in: dbb744e4c6 user: stephanie.gawroriski tags: trunk
16:43
Add some base tests for list. check-in: e061ea7a48 user: stephanie.gawroriski tags: trunk
15:26
Make it callback. check-in: 122046b5ac user: stephanie.gawroriski tags: trunk
2019-05-07
07:02
Backup developer notes. check-in: 6600d7a3aa user: squirreljme tags: trunk
00:41
Bump release date to July 4, 2019. check-in: cab72a3e01 user: stephanie.gawroriski tags: trunk
2019-05-06
22:22
Add base fields for package type and base conversion methods. check-in: 3d6fdc4742 user: stephanie.gawroriski tags: trunk
22:04
Add base API for universal APIs and callbacks. check-in: a5dcf6d655 user: stephanie.gawroriski tags: trunk
21:34
Remove the Pointer class, it is not needed. check-in: a57b36aa9c user: stephanie.gawroriski tags: trunk
21:32
Decoding of basic file paths. check-in: 326b2fe4be user: stephanie.gawroriski tags: trunk
20:44
More base for decoding HTTP addresses; Add FileAddress. check-in: db30270e99 user: stephanie.gawroriski tags: trunk
20:14
Print stack trace for Connector failures. check-in: 67a49ef517 user: stephanie.gawroriski tags: trunk
19:24
Implement charsWidth(). check-in: e05c38ed88 user: stephanie.gawroriski tags: trunk
16:20
Minor work on HTTP/IP stuff. check-in: da24261ade user: stephanie.gawroriski tags: trunk
13:32
Base work on socket and HTTP connections. check-in: 1bef669cea user: stephanie.gawroriski tags: trunk
12:59
Add base decode of IP address. check-in: 6a6ac4b402 user: stephanie.gawroriski tags: trunk
12:27
Add stub for JPEG loading. check-in: a69c59221a user: stephanie.gawroriski tags: trunk
07:02
Backup developer notes. check-in: 0cbb9c3a7d user: squirreljme tags: trunk
02:23
Add base for JPEG demo. check-in: 2b86d2b0b3 user: stephanie.gawroriski tags: trunk
02:13
Rework the image readers a bit to not be super messy and also support longer magic numbers. check-in: 0daf195b19 user: stephanie.gawroriski tags: trunk
01:44
Implement part of RecordStore.deleteRecordStore(). check-in: b59f2786f4 user: stephanie.gawroriski tags: trunk
01:39
Correct NullPointerException being thrown when display events happen when a display has not been bound. check-in: 9dddceefdc user: stephanie.gawroriski tags: trunk
01:30
Correct MIDlet.checkPermission() to not throw a NullPointerException. check-in: be662c1e23 user: stephanie.gawroriski tags: trunk
01:24
Note implementation in the changelog. check-in: 8f9cb0825e user: stephanie.gawroriski tags: trunk
01:22
Implement MIDlet.checkPermission(). check-in: ed12f11a7c user: stephanie.gawroriski tags: trunk
01:06
Implement Display.numAlphaLevels() and Display.numColors(). check-in: 89d5ad9e6f user: stephanie.gawroriski tags: trunk
00:49
Note Hashtable being implemented in the changelog. check-in: 2423a0ab8f user: stephanie.gawroriski tags: trunk
00:49
Add synchronized map entries which block null. check-in: 24aa426f48 user: stephanie.gawroriski tags: trunk
00:43
Implement most of Hashtable and also have Synchronized and Enumeration helpers. check-in: cebf93e939 user: stephanie.gawroriski tags: trunk
2019-05-05
23:49
Implement constructors for Hashtable; Added rehash count in __BucketMap__, needed by Hashtable. check-in: 7cd22db9e1 user: stephanie.gawroriski tags: trunk
23:41
Add test for Hashtable. check-in: 073547ab07 user: stephanie.gawroriski tags: trunk
23:23
Allow the build system to launch binaries which have no source code. check-in: 3c377ca4fa user: stephanie.gawroriski tags: trunk
21:39
Increase the minimum static field size from 1K to 4K. check-in: 7953a82546 user: stephanie.gawroriski tags: trunk
21:27
Add means to detect memory corruption in the memory links. check-in: 037cab30b9 user: stephanie.gawroriski tags: trunk
21:18
Add means to detect link start corruption by using some bits. check-in: 6fab81d9a4 user: stephanie.gawroriski tags: trunk
21:09
Add potential means to detect memory link chain corruption. check-in: c1f6d01638 user: stephanie.gawroriski tags: trunk
20:53
Implement C.strcasecmp(). check-in: b7cd11fa3b user: stephanie.gawroriski tags: trunk
20:43
When destroying the state for a return with a value, do not enqueue the cached value on cleanup (this happens if a local is cached onto the stack, then that cached value is returned, previously the local would have been freed). check-in: e5309f4f15 user: stephanie.gawroriski tags: trunk
20:26
Implement garbage collect and free of object. check-in: 5e17be9d69 user: stephanie.gawroriski tags: trunk
16:44
Do not GC null pointers. check-in: c9441ff914 user: stephanie.gawroriski tags: trunk
13:51
Correct incorrect read when reading the table memory. check-in: c19129372e user: stephanie.gawroriski tags: trunk
13:05
Base work on finding suites, implement some of the C methods. check-in: 9ceb7563a7 user: stephanie.gawroriski tags: trunk
12:21
Always load target pool on invokes; Add C.utf[case]cmp() with pointer and UTF-8 bytes; Use simpler table of contents for suite ROM check-in: f8fdeb3d42 user: stephanie.gawroriski tags: trunk
07:02
Backup developer notes. check-in: 2a3078a1e9 user: squirreljme tags: trunk
01:00
Base for task create. check-in: 4462f839f9 user: stephanie.gawroriski tags: trunk
00:44
Load the correct pool when using the kernel. check-in: 9e6d1524f6 user: stephanie.gawroriski tags: trunk
2019-05-04
22:27
Add some more C functions. check-in: 03f6516c93 user: stephanie.gawroriski tags: trunk
22:17
Correct the wrong value being passed to the initial bootstrap. check-in: ece74a1a62 user: stephanie.gawroriski tags: trunk
18:31
Correct compilation error. check-in: bbdd951020 user: stephanie.gawroriski tags: trunk
18:30
Do not check exceptions for static field get/put. check-in: 34bda2f29c user: stephanie.gawroriski tags: trunk
18:28
Ignore pool load for primitive and array types; Correct pool initialization recursion; Set init RAM address to int. check-in: 6aa7c88c5b user: stephanie.gawroriski tags: trunk
18:24
Correct class pool reference. check-in: f43dded1ba user: stephanie.gawroriski tags: trunk
18:23
Only load the target pool pointer if the class has changed. check-in: abd1bd5000 user: stephanie.gawroriski tags: trunk
18:21
When invoking, actually load the target pool register so that it is valid! check-in: 6f3b4a9330 user: stephanie.gawroriski tags: trunk
18:15
Set next allocation pointer and run test allocation. check-in: 8789390d27 user: stephanie.gawroriski tags: trunk
18:04
Do not debug WIT position. check-in: c5a85d9e0e user: stephanie.gawroriski tags: trunk
18:03
Correct shifting down too much when reading init size. check-in: 2450f5c746 user: stephanie.gawroriski tags: trunk
17:53
Correct writing the boot RAM (was previously writing all the working space). check-in: a432f31cc4 user: stephanie.gawroriski tags: trunk
17:36
Correct WhereIsThis to use method offsets instead of field offsets. check-in: 6d6037f786 user: stephanie.gawroriski tags: trunk
17:32
Add entry marker to bootstrap, it works because it was executed. check-in: cdc3cbf838 user: stephanie.gawroriski tags: trunk
17:31
Initialize and run of the bootstrap CPU. check-in: 4557045776 user: stephanie.gawroriski tags: trunk
17:28
Initialize of Boot RAM memory. check-in: a0a38a0670 user: stephanie.gawroriski tags: trunk
17:15
Write the correct data offset in the MinimizedJarFile. check-in: ebbb59f79e user: stephanie.gawroriski tags: trunk
16:58
Translation and handling of MULTIANEWARRAY. check-in: b3001dc6a2 user: stephanie.gawroriski tags: trunk
16:34
Allow for stack transition from incompatible types by forcing a zero copy. check-in: 8e825b1fdc user: stephanie.gawroriski tags: trunk
16:11
Add means to get the failed class and method for the native code. check-in: 89a4de29f2 user: stephanie.gawroriski tags: trunk
16:02
Initialize and base for loading of the Boot RAM. check-in: 8534576c05 user: stephanie.gawroriski tags: trunk
15:26
Remove all the old deprecated stuff. check-in: b339110547 user: stephanie.gawroriski tags: trunk
15:13
Comment out remaining code. check-in: 05b78fbc5a user: stephanie.gawroriski tags: trunk
15:11
Initialization and writing of the JAR bootstrap area. check-in: 3906dfeb18 user: stephanie.gawroriski tags: trunk
15:02
Build of the JAR bootstrap area. check-in: dd752a8beb user: stephanie.gawroriski tags: trunk
14:39
Refactor and rework the bootstrap to just be static only! check-in: 155d63fbd1 user: stephanie.gawroriski tags: trunk
14:09
Use another class for the bootstrap. check-in: 91a690cba4 user: stephanie.gawroriski tags: trunk
2019-05-03
07:02
Backup developer notes. check-in: 8fc01b904d user: squirreljme tags: trunk
2019-05-02
12:58
Add distinctive exception if a binary cannot be compiled if it has no source and handle this when compiling and shading; When shading ignore ZIP entries which are directories. check-in: 39a60ad562 user: stephanie.gawroriski tags: trunk
07:02
Backup developer notes. check-in: 0c241a2f4e user: squirreljme tags: trunk
2019-05-01
23:54
Implement partial get of record. check-in: b2b64947c8 user: stephanie.gawroriski tags: trunk
23:10
Correct drawRegion using the width/height of the destination for the get of RGB, it should be source. check-in: 6211e9c786 user: stephanie.gawroriski tags: trunk
23:09
Anchor Image regions according the destination width/height and not the source. check-in: 1ed4da9cd1 user: stephanie.gawroriski tags: trunk
23:05
Add font note to changelog. check-in: 5f14adf44f user: stephanie.gawroriski tags: trunk
22:41
Regenerate fonts. check-in: 56523b37f5 user: stephanie.gawroriski tags: trunk
22:39
Adjustments and corrections to the fonts. check-in: e08ba1e9e1 user: stephanie.gawroriski tags: trunk
22:23
Change the sample text for the font demo. check-in: dce5cebd50 user: stephanie.gawroriski tags: trunk
22:17
Regenerate fonts. check-in: 21b699a8f7 user: stephanie.gawroriski tags: trunk
22:15
Finish monospace 12 strike. check-in: 460c747913 user: stephanie.gawroriski tags: trunk
22:01
Set size of 12 strike monospace to all 6 pixels. check-in: 65a9bf8323 user: stephanie.gawroriski tags: trunk
21:56
Copy Sans Serif 12 strike to Monospace 12 strike. check-in: 2ad8ac480a user: stephanie.gawroriski tags: trunk
21:53
Serif 12 strike done. check-in: 81f2a2c405 user: stephanie.gawroriski tags: trunk
21:40
Remove the non-ISO-8859-15 glyphs from the serif font. check-in: e7649c4aad user: stephanie.gawroriski tags: trunk
21:31
Copy Sans Serif 12 strike to Serif 12 strike. check-in: a0bf6936be user: stephanie.gawroriski tags: trunk
16:29
Add ability to get/set pool pointer; The pool value offsets are needed in MinimizedPool; Make the first entries in the pool always: class string, class name, and pool of current class; check-in: 5868a39f32 user: stephanie.gawroriski tags: trunk
13:46
Some minor work. check-in: e6300a1491 user: stephanie.gawroriski tags: trunk
07:02
Backup developer notes. check-in: bbba7626c7 user: squirreljme tags: trunk, x-date-201905
00:42
Base for string init. check-in: 0a5584b14d user: stephanie.gawroriski tags: trunk
00:28
Initialize of method index. check-in: 7e2286c160 user: stephanie.gawroriski tags: trunk
2019-04-30
22:19
Minor work on resolving invoked methods. check-in: c133cfbd7c user: stephanie.gawroriski tags: trunk
21:58
Add handling of interface methods by just invoking a helper method. check-in: 4f819d2a6d user: stephanie.gawroriski tags: trunk
21:22
Add note on how VTables are laid out. check-in: 63a92314a2 user: stephanie.gawroriski tags: trunk
21:18
Add LOAD_TABLE which loads from a int/pointer sized table of a register (saves multiplies by 4); Rework VIRTUAL/SPECIAL invoke to work better. check-in: aa9c2e868b user: stephanie.gawroriski tags: trunk
20:32
Add a method index which refers to a pointer into a VTable for a class. check-in: 5074714647 user: stephanie.gawroriski tags: trunk
20:13
Recursive pool generation. check-in: c304a5187b user: stephanie.gawroriski tags: trunk
20:08
Add decoding of where is this; Implement operation storage. check-in: 173cd74163 user: stephanie.gawroriski tags: trunk
19:54
Writing of non-modified values. check-in: 185853c777 user: stephanie.gawroriski tags: trunk
19:50
Add debug for when a class ID was added. check-in: e4208e229d user: stephanie.gawroriski tags: trunk
19:48
Determination of class ID number. check-in: 50ec7d4e68 user: stephanie.gawroriski tags: trunk
19:23
More logic on class pool initialization. check-in: ecbe7d4dc0 user: stephanie.gawroriski tags: trunk
19:12
Add base for class boot information along with initialization and setup of initial memory. check-in: bcb3c2dd13 user: stephanie.gawroriski tags: trunk
14:54
Add base for boot initializer which will contain initial memory and how many bytes it is. check-in: c2271c18f3 user: stephanie.gawroriski tags: trunk
07:02
Backup developer notes. check-in: 04591ab70f user: squirreljme tags: trunk
01:32
Generate fonts. check-in: 1b25eb5fd0 user: stephanie.gawroriski tags: trunk