mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 14:02:19 +00:00
This commit is contained in:
parent
04fd5644d2
commit
a7146f7b73
2 changed files with 17 additions and 6 deletions
15
Docs/Intros/MS5/ToDo.html
Normal file
15
Docs/Intros/MS5/ToDo.html
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
<head>
|
||||||
|
<title></title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
What happens when F5 is pressed</p>
|
||||||
|
<p>
|
||||||
|
Project properties</p>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -2,10 +2,7 @@
|
||||||
<body>
|
<body>
|
||||||
<h3>
|
<h3>
|
||||||
To Do</h3>
|
To Do</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Blog requirements and on website for download</li>
|
|
||||||
<li>New CP article, C# list, youtube</li>
|
|
||||||
<li></li>
|
|
||||||
<li>If no VS.. Cosmos waits for signal after ready... need some sort of time out so
|
<li>If no VS.. Cosmos waits for signal after ready... need some sort of time out so
|
||||||
users can run if they left it with debugging on.<ul>
|
users can run if they left it with debugging on.<ul>
|
||||||
<li>http://wiki.osdev.org/Time_And_Date</li>
|
<li>http://wiki.osdev.org/Time_And_Date</li>
|
||||||
|
|
@ -33,13 +30,12 @@
|
||||||
<li>Build: ISOs etc get rebuilt even when Im running a non Cosmos project (such as
|
<li>Build: ISOs etc get rebuilt even when Im running a non Cosmos project (such as
|
||||||
GDB)</li>
|
GDB)</li>
|
||||||
<li>X# upgrades</li>
|
<li>X# upgrades</li>
|
||||||
<li>TCP</li>
|
|
||||||
<li>Filesystem</li>
|
<li>Filesystem</li>
|
||||||
<li>Text console upgrades</li>
|
<li>Text console upgrades</li>
|
||||||
|
<li>TCP</li>
|
||||||
<li>Cosmos.Debug.Common - much in here is not common and should be moved to
|
<li>Cosmos.Debug.Common - much in here is not common and should be moved to
|
||||||
VSDebug.. Add Readme.html that NASM and VSDebug use whats left</li>
|
VSDebug.. Add Readme.html that NASM and VSDebug use whats left</li>
|
||||||
<li>foreach / interfaces</li>
|
<li>foreach / interfaces</li>
|
||||||
<li>Separate compiler and assembler so compiler can use X#</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<h3>
|
<h3>
|
||||||
Notes</h3>
|
Notes</h3>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue