User:Virtlink: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
(Added personal links section)
 
Line 1: Line 1:
This is my Wiki page. If you have anything to say, please do so on my [[User_talk:Virtlink|talk page]].
This is my Wiki page. If you have anything to say, please do so on my [[User_talk:Virtlink|talk page]].

== Personal pages ==
* [[User:Virtlink/My dream CPU|My dream CPU]]


== OSDev Environment ==
== OSDev Environment ==

Latest revision as of 19:24, 25 July 2012

This is my Wiki page. If you have anything to say, please do so on my talk page.

Personal pages

OSDev Environment

If someone where to build an OS development environment (a la Visual Studio), it's features would be:

  • Modularity
    Add support for new languages, architectures, (initrd) editors, etc... through modules.
  • Syntax highlighting
  • Autocompletion
    For various assembler languages, C, C++.
  • Integrated emulator and debugger
  • Project management
  • Auto makefile generator
    As part of the project.
  • Step-by-step debugging
MOV
Some definition
 
Usage: (Intel)MOV dest, src
Usage: (AT&T)MOVL %src, %dest
Modifies Flags:None
Availability:all