mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-21 05:18:38 +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>
|
||||
<h3>
|
||||
To Do</h3>
|
||||
<ul>
|
||||
<li>Blog requirements and on website for download</li>
|
||||
<li>New CP article, C# list, youtube</li>
|
||||
<li></li>
|
||||
<ul>
|
||||
<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>
|
||||
<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
|
||||
GDB)</li>
|
||||
<li>X# upgrades</li>
|
||||
<li>TCP</li>
|
||||
<li>Filesystem</li>
|
||||
<li>Text console upgrades</li>
|
||||
<li>TCP</li>
|
||||
<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>
|
||||
<li>foreach / interfaces</li>
|
||||
<li>Separate compiler and assembler so compiler can use X#</li>
|
||||
</ul>
|
||||
<h3>
|
||||
Notes</h3>
|
||||
|
|
|
|||
Loading…
Reference in a new issue