amaneureka / AtomOS

A multitasking monolithic Kernel based x86 targeting Operating System written in C# from scratch aiming for high-level implementation of drivers in managed environment.
http://www.atomixos.com
BSD 3-Clause "New" or "Revised" License
1.26k stars 85 forks source link

Major namespace refactoring #20

Closed SplittyDev closed 8 years ago

amaneureka commented 8 years ago
  1. Change Build.cmd encoding to UTF-8 without BOM
  2. Build is Crashing

Debug.log

Debugger Initalized
Heap Initialized!!
       Start Address::3222718612
       End Address  ::3223767188
Multiboot Found!!
       Address       ::3221233664
       VBEModeInfo   ::9168
       VBEControlInfo::8656
       Modules Count:1
       RamDisk:3224125440
       RamDisk-Size:377696
       Flags:3693
Parsing Memory Map
New Heap Setup!!
       Start Address::3225419776
       End Address  ::3258974208
@Paging:: Directory: 3222376448
GDT Setup!!
       Base Address::3225419776
       Gate-0 Present
       Gate-1 Present
       Gate-2 Present
       Gate-3 Present
       Gate-4 Present
IDT Setup!!
       Table Address::3225419822
       Entry Address::3225419828
       IDT-Loaded
Initializing interval timer

After this Vmware got crashed