Travor Liu
Travor Liu
You need to build a cross compiler from source in order to build this project. The default one in Linux won't work for you. You can see [OSDev Wiki](https://wiki.osdev.org/GCC_Cross_Compiler)
@motosoftos, Did you use a cross compiler or the built-in one. Most of the time when the system compiler or linker pops up error, it is preferable to build a...
Check the value of `dh` that indicates the number of sectors to be loaded to the memory. The bytes loaded are equal to number of sectors times 512 bytes/sector. You'd...
Dear Caio, I guess this problem is not anything OS-specific, and I believe my previous response will help you solve it. BTW, Happy new year! Travor Liu ________________________________ From: Caio...
It will be helpful if you show the source code. ``` Talk is cheap, Show me the code ---- Linus Torvalds ```
It is very likely that 16 violates the rule for CHS addressing. Maybe the # of sectors per cylinder in your booting device is smaller than 16 and greater than...
I used these flags in `configure` that works for gcc 5.2: ``` ./configure --prefix=$PREFIX --target=$TARGET --disable-nls \ --enable-languages=c --without-headers --disable-multilib --with-sysroot --disable-werror --disable-nls ```
I was actually trying to do so from [OSDev Wiki](https://wiki.osdev.org/Shutdown), but I think I should have a research on ACPI before I work the shutdown out (You can check some...
By the way, we will celebrate more on 4th day of February, which is the Chinese New Year
Optimization for Java because Java will be powerful with a macro processor