Scalpel_cp
090bb5ff46
Began plugging System.IO.DirectoryInfo
2008-07-31 20:16:39 +00:00
Scalpel_cp
a96c1729e5
Plugged String.LastIndexOf.
...
Added parameter checking for Directory.GetDirectories and Directory.GetFiles plugs.
Lots of changes to FrodeTest.
2008-07-30 22:56:59 +00:00
Scalpel_cp
e2853736a1
Added cd command in FrodeTest
2008-07-30 18:10:40 +00:00
Scalpel_cp
cdd9fcc501
Plugged Directoy.GetLogicalDrives()
...
Added more things to StringTest which doesn't work.
2008-07-30 15:13:55 +00:00
Scalpel_cp
5387bf573f
Plugged Directory.GetDirectories and Directory.GetFiles
2008-07-30 11:28:49 +00:00
Scalpel_cp
70079b676a
RTL8139Test now kills Qemu.
2008-07-29 20:51:01 +00:00
Scalpel_cp
8be261c62d
Added ExceptionTest
2008-07-29 20:24:23 +00:00
Scalpel_cp
9b998f2078
Several changes to FrodeTest (NB, qemu dies when sending network packets)
2008-07-29 08:52:37 +00:00
Scalpel_cp
e893ab4596
Added IConsoleApplication in FrodeTest
2008-07-21 21:02:13 +00:00
Scalpel_cp
232f473fb7
Changes to IPv4 testproject
2008-07-01 21:09:51 +00:00
Scalpel_cp
03cdc5e28c
Deboot.Halt issues HLT instruction
2008-06-26 22:02:57 +00:00
Scalpel_cp
0aee353319
Only some small changes.
2008-06-22 15:14:21 +00:00
Scalpel_cp
011dd801dc
Bitfiddling in IPv4 header
2008-06-22 11:57:33 +00:00
Scalpel_cp
34caa4f61a
Changes to my FrodeTest
2008-06-21 22:32:16 +00:00
Scalpel_cp
d834e12f67
Minor changes to my FrodeTest
2008-06-14 08:37:39 +00:00
Scalpel_cp
9ee665b0be
Added more testing to display bug with byte, char and int.
...
Reimplemented Console.Clear()
2008-06-11 21:02:39 +00:00
Scalpel_cp
6e2674cfb3
Identified bug with adding char and string.
...
Bug still remains elsewhere.
Fixed ToHex.
2008-06-07 21:18:00 +00:00
Scalpel_cp
cc65d39258
Minor change to FrodeTest
2008-05-07 17:33:46 +00:00
kudzu_cp
2495630bde
2008-05-07 00:49:11 +00:00
kudzu_cp
b8da96730b
More code removal. Removed Stages. They were not used in most projects and required too many calls in default Init program.cs sections affecting future compatibilities.
2008-05-06 22:43:04 +00:00
Scalpel_cp
0dbd154155
RTL - Transmit Status Descriptor changes
2008-04-21 15:29:32 +00:00
Scalpel_cp
604157d4c4
IPv4 changes
2008-04-07 20:47:34 +00:00
Scalpel_cp
a2fdd70af5
Added basics for UDP and IPv4
2008-04-06 21:55:21 +00:00
Scalpel_cp
3b7cac07df
RTL - Added several registers
2008-04-05 19:56:26 +00:00
Scalpel_cp
885a26fef2
Added method to convert to Binary
2008-04-05 15:07:55 +00:00
Scalpel_cp
280b6834ea
Added ExtensionMethod for Hex
2008-04-05 14:01:02 +00:00
Scalpel_cp
cbbf94df3f
Initial work to add numbersystems as Extension Methods
2008-04-05 12:52:39 +00:00
Scalpel_cp
6b5e8c1de6
Added ExtensionMethodsTest
2008-04-05 09:53:24 +00:00
Scalpel_cp
2a728d25cb
Added handler for ConnectionLost in Debug Window. Debugwindow turns red if connection to host is lost.
2008-03-24 21:13:03 +00:00
Scalpel_cp
35afa624e4
Beginning of SortedList search algorithm
2008-03-24 18:29:34 +00:00
Scalpel_cp
17d00c15d6
RTL - changes to TransmitStatusDescriptor.
2008-03-24 13:08:14 +00:00
Scalpel_cp
d529b2733b
Code cleanup in RTL
2008-03-23 16:47:23 +00:00
Scalpel_cp
05b23b6ba8
RTL driver changes.
...
Initializes buffers earlier, begin IRQ to detect incoming packet
Added Recieve Configuration Register.
Loopback.
2008-03-22 02:38:08 +00:00
kudzu_cp
decb86c0f5
USB Support, and reorg of build UI
2008-03-22 01:24:47 +00:00
Scalpel_cp
6d287c9681
RTL driver changes.
...
Set size of packet to send.
Initialize RxBuffer.
Packet sending is still VERY unstable.
2008-03-20 18:42:45 +00:00
Scalpel_cp
64c9b71186
Changes to the CommandRegister
2008-03-16 01:10:32 +00:00
Scalpel_cp
089bfe9489
Changes to the TransmitStatusDescriptor in RTL8139 driver
2008-03-16 00:23:10 +00:00
Scalpel_cp
05b71e7825
RTL8139 driver now identifies its hardware revision.
...
Added EarlyRxStatusRegister, TransmitConfigurationRegister and a BinaryHelper class.
Added network settings to Qemu.exe startup
2008-03-15 01:00:44 +00:00
Scalpel_cp
f3d66c26df
More massive changes to RTL8139 driver.
...
First implementation of Transmit(Packet) method. Not working yet.
Fixed bitwise mathematics in PacketHeader.
Created several of the memory-registers as separate classes.
2008-03-13 21:28:13 +00:00
Scalpel_cp
50e33e1a79
RTL8139 network card can now find its own MAC address.
...
Added IOSpace.cs to Read/Write IO space memory.
MACAddress ToString prints as Hex.
2008-03-12 21:16:03 +00:00
Scalpel_cp
26402f2eeb
Reorganized my testsuite
2008-03-11 22:10:49 +00:00
Scalpel_cp
4b5330e1e0
Changed RTL8139 to use CPUBus instead of PCIDevice for Read/Write.
...
Added a PacketHeader class with implemented methods.
Added a Packet class.
2008-03-11 21:26:03 +00:00
Scalpel_cp
31178040a4
Massive changes to RTL8139 driver. Several new methods, and enums.
2008-03-10 21:02:14 +00:00
Scalpel_cp
e11624b9dd
Added ToString in MACAddress.
...
Several changes to RTL8139 driver.
2008-03-09 22:01:22 +00:00
Scalpel_cp
3eaa18df27
Changes in FrodeTest. Added User, Prompt and Session.
2008-03-09 00:55:38 +00:00
Scalpel_cp
16c5fef50e
Testproject created for Frode "Scalpel" Lillerud
2008-03-08 21:33:10 +00:00