ndk v0.05

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
carbonBased

ndk v0.05

Post by carbonBased »

I know at least two people who were interested in checking out the latest ndk sources, and so I've decided to clean them up a little, and put them on my web site.

http://www.neuraldk.org/osDev.html

Major changes to v0.05:
  run-time linking of rdoff2 objects into kernel
  page-based memory management (using stacks)
  text-mode "faux-graphics" plasma boot-up screen
  start of vm86 code (needs a lot more work)
  bugfixes

Check out the /src/oneSemiColon file for a laugh.  All those errors were caused by (wait for it!) ONE missing semi-colon.  After removing it, you can see it compiled perfectly fine.
Post Reply