Aman Priyadarshi

Results 24 comments of Aman Priyadarshi

mmhm, I had a second look at the code just now, while adding tests. Turns out, this entire generation code is a mess, with things all over the place. For...

@dbaileychess I've made some additional changes compared to the last revision, and added tests too.

Could you a bit more explain what you did ?

Hey, Sorry for delayed response. Build is passing on Travis https://travis-ci.org/amaneureka/AtomOS Could you check what exactly you are missing ? Error seems to be very specific to some gnu module.

You can check [this](https://github.com/amaneureka/AtomOS/wiki/Build-Environment)

> Add nasm also to required packages in "Building Toolchain". Already there

Hi sorry for delayed response. Seems like something is wrong with standard libraries. Can you please follow [this](http://wiki.osdev.org/GCC_Cross-Compiler#OS_X_Users) to setup standard libraries.

[Paging.cs](https://github.com/amaneureka/AtomOS/blob/master/src/Kernel/Atomix.Kernel_H/Arch/x86/Paging.cs) Function: ```AllocateMainBuffer``` and ```AllocateSecondayBuffer```

Also, PageFault in VM. Full log: ``` Debugger Initalized Heap Initialized!! Start Address::3224244416 End Address ::3225292992 Multiboot Found!! Address ::3221233664 VBEModeInfo ::9144 VBEControlInfo::8632 Modules Count:1 RamDisk:3232219136 RamDisk-Size:1538386 Flags:3693 Parsing Memory...

Issue: Mono return ```0x10``` Storage size of Delegate type. which break many internal functions. Like delegate handling which assume 0xC for Intptr storage and 0x10 for object. Made a dirty...