Commit graph

71 commits

Author SHA1 Message Date
smremde_cp
99c29ffa3a updateed FAT 2008-06-09 09:16:15 +00:00
kudzu_cp
06e7a2b9be 2008-06-08 18:32:59 +00:00
kudzu_cp
c54e466b88 Moved extensions to Cosmos.Kernel 2008-06-08 18:19:36 +00:00
kudzu_cp
e2c9a8e8d9 2008-06-08 18:01:15 +00:00
smremde_cp
28803f9ea9 change FileSystem.Test to be safe! 2008-06-07 09:19:58 +00:00
smremde_cp
b34da49e84 2008-06-07 09:08:41 +00:00
smremde_cp
622c11cc71 added start of FAT12/16/32 file system 2008-06-07 08:52:36 +00:00
smremde_cp
b0c150790e added mbr read/write support
added initial filesystem objects for review
added the ability to use a file as a disk (see filesystem test project)
clead up some redundant fs stuff
2008-06-05 22:16:24 +00:00
mterwoord_cp
21f0f2382e keyboard fix 2008-05-19 17:07:41 +00:00
mterwoord_cp
6595ab8727 some fixes for checksum error.. 2008-05-08 07:58:34 +00:00
kudzu_cp
2495630bde 2008-05-07 00:49:11 +00:00
kudzu_cp
1e44f0f37a 2008-05-06 22:18:50 +00:00
kudzu_cp
489a85a485 2008-05-05 18:13:09 +00:00
kudzu_cp
7b029ab390 2008-05-05 17:56:45 +00:00
kudzu_cp
d72358a3e8 2008-04-25 17:58:08 +00:00
kudzu_cp
6e9394cc33 2008-04-25 17:47:10 +00:00
kudzu_cp
4ebe025071 Merge of source window to debug window 2008-04-25 15:08:20 +00:00
kudzu_cp
dcefefc7ff 2008-04-25 13:43:20 +00:00
kudzu_cp
f6e26512db New source debug window, WPF based 2008-04-23 02:22:37 +00:00
kudzu_cp
944517c19a Debug expansion preparation 2008-04-21 00:45:29 +00:00
LostTheBlack_cp
7dc7dac965 [!] Tests doesn't actually work. Need ilasmed code. 2008-04-18 13:51:20 +00:00
LostTheBlack_cp
c5c5fd4ad9 [+] All conditional branches now pass my 64bit operand tests. 2008-04-17 23:45:08 +00:00
LostTheBlack_cp
199e15b1da [+] Bgt_Un 64bit + tests. 2008-04-17 22:44:20 +00:00
LostTheBlack_cp
c8865cc9fe [+] Tests for Bgt. 2008-04-17 22:35:51 +00:00
LostTheBlack_cp
539933db9c [*] Fixed error with bge.
[+] Bge_Un works with 64-bit values.
2008-04-17 22:00:58 +00:00
LostTheBlack_cp
062a1f46b6 [+] bge works with 64 bits. 2008-04-17 20:34:24 +00:00
LostTheBlack_cp
8bf7d8cbac [+] Beq (branch on equal) works with 64-bit values. 2008-04-17 19:51:46 +00:00
LostTheBlack_cp
5e542fd849 [+] Int64 and works.
[*] Removed LastIndexOf test from StringTest as it is still not implemented.
2008-04-17 08:34:06 +00:00
LostTheBlack_cp
2210f66a8c [+] LastIndexOf checking in TestSuite. 2008-04-17 07:43:57 +00:00
LostTheBlack_cp
9ec9bcdd41 [+] Now Bgt_Un works too. 2008-04-11 16:38:23 +00:00
LostTheBlack_cp
e554b4c2ad [+] It seems that blt_un now works fine on 64-bit operands.
[+] Added JumpIfCarry.
[*] Corrected spelling error: JumpNotCary -> JumpNotCarry.
2008-04-11 16:31:50 +00:00
LostTheBlack_cp
06aae07a91 [*] Now TestSuite starts without ATA 2008-04-10 07:55:34 +00:00
LostTheBlack_cp
3cdedc3658 [*] Fixed to use new builder. 2008-04-10 07:35:34 +00:00
LostTheBlack_cp
7ecd84cb74 [*] Fixed Int64 negatives test (it tested Int32's...) 2008-04-10 06:13:09 +00:00
Scalpel_cp
8d3496f821 Several small changes. 2008-04-04 22:27:27 +00:00
Scalpel_cp
1502cd7ff9 RTL - Promiscuous mode and some TCR changes. 2008-03-29 11:16:24 +00:00
mterwoord_cp
404578bb66 Several fixes 2008-03-25 17:00:24 +00:00
kudzu_cp
6dfe49d654 Now logs EIP 2008-03-25 15:45:40 +00:00
kudzu_cp
961ad1d4d9 Prelim debug packet capture. Displays EIP for now only. 2008-03-24 19:40:42 +00:00
kudzu_cp
ac98bdd983 2008-03-24 16:23:43 +00:00
kudzu_cp
c15405fa94 2008-03-24 14:59:47 +00:00
kudzu_cp
1abf7a14ce 2008-03-24 06:36:13 +00:00
kudzu_cp
bf2a3c28b5 Merged two csproj 2008-03-23 12:45:46 +00:00
kudzu_cp
c5f7d95009 2008-03-22 13:27:23 +00:00
kudzu_cp
decb86c0f5 USB Support, and reorg of build UI 2008-03-22 01:24:47 +00:00
LostTheBlack_cp
72092fc41d [+] Fixed issue #4054 (Switch-Case causes InvalidOperationException).
[*] All conditional branch instructions on longs marked NotImplemented.
[!] Someone familiar enough should review compiler's comparisons handling.
2008-03-18 13:32:24 +00:00
Scalpel_cp
8e7994fe36 Added comment to highlight problem 2008-03-16 21:49:18 +00:00
LostTheBlack_cp
e13b06b86b [+] Added operators test. 2008-03-16 21:11:42 +00:00
LostTheBlack_cp
ea9fcde4ce Int64:
[*] Fixed adding.
[+] Subtraction now works.
2008-03-16 06:44:01 +00:00
LostTheBlack_cp
4aa8fcce86 Int64:
[+] equality comparing
[+] add operation
Int32:
[*] Fixed bge instruction
2008-03-15 09:02:05 +00:00