Commit graph

  • 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. Scalpel_cp 2008-03-13 21:28:13 +0000
  • c598156941 [*] Corrected Engine.Execute method. There was some unreachable code. LostTheBlack_cp 2008-03-13 21:05:02 +0000
  • 131d751d20 fixed read/write byte smremde_cp 2008-03-12 23:54:53 +0000
  • 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. Scalpel_cp 2008-03-12 21:16:03 +0000
  • d4c20e412c Fixed Bool.ToString bug (with good help from Matthijs) Scalpel_cp 2008-03-12 09:55:06 +0000
  • 26402f2eeb Reorganized my testsuite Scalpel_cp 2008-03-11 22:10:49 +0000
  • 4b5330e1e0 Changed RTL8139 to use CPUBus instead of PCIDevice for Read/Write. Added a PacketHeader class with implemented methods. Added a Packet class. Scalpel_cp 2008-03-11 21:26:03 +0000
  • 31178040a4 Massive changes to RTL8139 driver. Several new methods, and enums. Scalpel_cp 2008-03-10 21:02:14 +0000
  • 4d0112cb23 smremde_cp 2008-03-09 23:56:56 +0000
  • e11624b9dd Added ToString in MACAddress. Several changes to RTL8139 driver. Scalpel_cp 2008-03-09 22:01:22 +0000
  • 350a580417 Removed .Clone() for hardcoded, prolly faster implementation smremde_cp 2008-03-09 20:45:07 +0000
  • 86987bc5e6 smremde: Added abstract NetworkDevice class Added Enable/Disable functions to the Device class. These should be overridden by sub classes Added RTL8139 class skeleton smremde_cp 2008-03-09 15:20:49 +0000
  • 5bdb6090fb MBR mterwoord_cp 2008-03-09 09:09:33 +0000
  • 3eaa18df27 Changes in FrodeTest. Added User, Prompt and Session. Scalpel_cp 2008-03-09 00:55:38 +0000
  • 5f95efd31b Added TimeCommand in Shell.Console demo kernel. Scalpel_cp 2008-03-08 23:47:57 +0000
  • b351e04de5 Resized BuildOptions window, and added Cancel ability. Scalpel_cp 2008-03-08 23:17:12 +0000
  • 16c5fef50e Testproject created for Frode "Scalpel" Lillerud Scalpel_cp 2008-03-08 21:33:10 +0000
  • 4ed438e9fd ATA size detection works. mterwoord_cp 2008-03-08 14:58:09 +0000
  • 05f5903f8e mterwoord_cp 2008-03-08 12:49:06 +0000
  • 4890f536e1 smremde_cp 2008-03-08 12:27:17 +0000
  • 36a5c73b89 smremde_cp 2008-03-08 12:00:18 +0000
  • 79debc9c81 pci update. busses enumerated properly (tho there is a bug atm (isn't detect pci-bridges correctly for some reason) smremde_cp 2008-03-08 11:06:32 +0000
  • e418dc4251 ata works completely now mterwoord_cp 2008-03-08 10:16:23 +0000
  • 61f6cd1e8b ATA works now. problem was setting fields of the baseclass. mterwoord_cp 2008-03-08 09:41:24 +0000
  • e628377ddc Huge amount of fixes mterwoord_cp 2008-03-08 08:26:25 +0000
  • d72cf359e1 mterwoord_cp 2008-03-07 18:08:06 +0000
  • 17a8d661b5 kudzu_cp 2008-03-05 22:55:07 +0000
  • 758e423247 User kit, unfinished kudzu_cp 2008-03-05 12:30:03 +0000
  • 512715b78d kudzu_cp 2008-03-02 16:41:14 +0000
  • 0557ccb2c2 fixed string concat bug smremde_cp 2008-03-02 16:29:47 +0000
  • 21390c9cda kudzu_cp 2008-03-02 15:33:16 +0000
  • 9536bc8a6c Fixed some opcodes mterwoord_cp 2008-03-02 13:15:16 +0000
  • 631ca9e2f2 concat tests smremde_cp 2008-03-02 09:27:56 +0000
  • 963f7e3deb more pci fixes. added class/subclass and started on assigning resources to pci devices. problem with arrays of string identified here smremde_cp 2008-03-02 00:52:44 +0000
  • b085ffe396 added PCIDevice class with register accessors removed Mono.Cecil references -- uneeded? smremde_cp 2008-03-01 22:08:26 +0000
  • 1f2f143c61 mterwoord_cp 2008-03-01 12:46:37 +0000
  • 44400811e7 Fixed asm refs again kudzu_cp 2008-02-29 20:26:34 +0000
  • 23bb80572a Fixed Ext2 GetDirectoryEntries support mterwoord_cp 2008-02-29 18:03:56 +0000
  • edac084b3d Fixed exceptions mterwoord_cp 2008-02-27 18:17:59 +0000
  • 1a9805a18a Implemented System.Console.WriteLine(int) mterwoord_cp 2008-02-27 16:31:17 +0000
  • cc4f82c95a Basic test harness mterwoord_cp 2008-02-24 16:15:24 +0000
  • 1b182f0cf2 mterwoord_cp 2008-02-24 12:24:02 +0000
  • a76fe625a2 Fixed build order. Added BuildAll.bat script. tgiphil_cp 2008-02-11 05:26:25 +0000
  • 7e6ed9d4c0 Fixed two projects that used the global GAC assemblies instead from within the solution. tgiphil_cp 2008-02-11 02:07:51 +0000
  • f014a901fb Fixed Cosmos.Flat.sln file. tgiphil_cp 2008-02-11 01:46:51 +0000
  • 96f242a897 Fixed reference to "debug" instead of "release" build in CosmosBoot project. tgiphil_cp 2008-02-11 00:47:54 +0000
  • cdd1604f80 Fixing path in project file. tgiphil_cp 2008-02-11 00:15:39 +0000
  • 4d53a1c604 Fixed project GUIDs in Visual Studio solutions and projects. tgiphil_cp 2008-02-10 22:35:59 +0000
  • 0c6e92e5de mterwoord_cp 2008-02-10 15:27:44 +0000
  • 366fd5dddf Solution file for Visual Studio Express + project fixes tgiphil_cp 2008-02-10 11:34:37 +0000
  • a7d480d5bc Fixed installation problem with Visual Studio Express. tgiphil_cp 2008-02-09 10:05:46 +0000
  • b22ee8ff20 structs should work now. will be testing using the old ext2+ata code... mterwoord_cp 2008-02-08 18:29:30 +0000
  • 2a2c747a83 mterwoord_cp 2008-02-08 13:39:44 +0000
  • 6a3de1368f mterwoord_cp 2008-02-08 13:10:51 +0000
  • db03691ff6 mterwoord_cp 2008-02-08 08:15:59 +0000
  • b079a41ce2 VPC Support kudzu_cp 2008-02-07 23:58:07 +0000
  • 0e1ec65ec7 VPC Project kudzu_cp 2008-02-07 23:53:19 +0000
  • 8de19a23f6 VMWare support kudzu_cp 2008-02-07 23:42:46 +0000
  • c7a0c72011 VMWare updates kudzu_cp 2008-02-07 22:57:28 +0000
  • 9561e2066b kudzu_cp 2008-02-07 22:49:38 +0000
  • db5fb46baa kudzu_cp 2008-02-07 22:48:41 +0000
  • e456d8b27a First part of new UI. Shortcut keys exist (alt). Will work on remembering last settings etc soon. kudzu_cp 2008-02-07 22:01:32 +0000
  • 109f8ed05a mterwoord_cp 2008-02-07 17:29:16 +0000
  • 739904bbdb mterwoord_cp 2008-02-07 09:43:42 +0000
  • 6695af454b mterwoord_cp 2008-02-07 09:09:28 +0000
  • 6931ee4253 Some UI changes to the build console. More coming. kudzu_cp 2008-02-06 22:12:16 +0000
  • b1673ccd7c Readded file. kudzu_cp 2008-02-06 21:05:17 +0000
  • f3f1526afc Removed unused files. kudzu_cp 2008-02-06 20:42:54 +0000
  • 0079751eb7 kudzu_cp 2008-02-06 20:01:44 +0000
  • ff695a9202 kudzu_cp 2008-02-06 16:42:43 +0000
  • c45f83141c kudzu_cp 2008-02-06 16:01:57 +0000
  • 0169338dae Builder is now more versatile. You just need to alter the Main() method in your kernel. moitoius_cp 2008-02-06 13:19:19 +0000
  • 8b580a4777 got the pci bus to use a fake-dictionary. moitoius_cp 2008-02-06 12:30:10 +0000
  • 3d1fed0bd2 moitoius_cp 2008-02-06 11:59:11 +0000
  • ba2619e710 moitoius_cp 2008-02-06 11:58:48 +0000
  • 9c1657758a tried to get dictionaries working moitoius_cp 2008-02-06 11:55:06 +0000
  • 0aef0d5392 Current blocking issues in tests.cs kudzu_cp 2008-02-06 11:44:03 +0000
  • 1781635d84 Made a dictionary hack. moitoius_cp 2008-02-06 11:16:13 +0000
  • 555fffb47c Plugged (U)Int64.ToString(). Imcomplete. moitoius_cp 2008-02-06 08:43:20 +0000
  • 096301fbc1 removed msbuild moitoius_cp 2008-02-06 08:15:50 +0000
  • 186a062c6e moitoius_cp 2008-02-06 08:01:57 +0000
  • 1e8639b8bb kudzu_cp 2008-02-05 20:42:39 +0000
  • 2bc11d7bbe String.concat ("a" + "b") works mterwoord_cp 2008-02-05 18:37:45 +0000
  • 565e749692 fixed some delegate issues mterwoord_cp 2008-02-05 16:15:23 +0000
  • 1216b9042d kudzu_cp 2008-02-05 10:46:32 +0000
  • 73cde37778 Did some work on MSBuilds. moitoius_cp 2008-02-04 18:07:04 +0000
  • 2349c1a71f Made a VS logger for the Build Tasks. moitoius_cp 2008-02-04 17:42:18 +0000
  • ebc47a6bae VS messed things up (honest) moitoius_cp 2008-02-04 17:13:42 +0000
  • e05bb0c9cd kudzu_cp 2008-02-04 17:06:59 +0000
  • 5280746033 kudzu_cp 2008-02-04 17:05:28 +0000
  • ab14cf6964 Made more more test cases. moitoius_cp 2008-02-04 10:30:03 +0000
  • 6678e20031 Everything builds now. Each user has their own kernel: keep your stuff in there until it is 'production quality'. moitoius_cp 2008-02-04 10:16:27 +0000
  • 8d8be568f5 Restructures the kernels. Removed old user commands. moitoius_cp 2008-02-04 10:05:57 +0000
  • 7ab2ec9473 Moved tests into the TestSuite project. moitoius_cp 2008-02-04 10:03:17 +0000
  • 8286aee814 Did some work on MSBuild tasks. moitoius_cp 2008-02-04 09:34:33 +0000
  • c10421c589 Did some work on MSBuild tasks. moitoius_cp 2008-02-04 09:24:59 +0000
  • def1052c25 New IL2CPU version mterwoord_cp 2008-02-04 08:17:37 +0000
  • eb3073592e prompter at MS1 state moitoius_cp 2008-01-30 20:31:52 +0000
  • 286eae5f02 Added scottb to the developers. moitoius_cp 2008-01-30 20:27:42 +0000
  • 9e3e9df827 Did some work on GDB. Fixed the version command. moitoius_cp 2008-01-30 20:24:50 +0000