全部博文(68)
发布时间:2017-05-02 11:55:46
#ifndef _ATOMIC_H#define _ATOMIC_H/* Check GCC version, just to be safe */#if !defined(__GNUC__) || (__GNUC__ < 4) || (__GNUC_MINOR__ < 1)# error atomic.h works only with GCC newer than version 4.1#endif /* GNUC >= 4.1 *//** * Atomic type. */typedef struct {volatile int cou.........【阅读全文】
发布时间:2017-04-20 14:26:35
方案一[options]broken_system_clock = true方案2:[problems]# Superblock last mount time is in the future (PR_0_FUTURE_SB_LAST_MOUNT).0x000031 = { preen_ok = true preen_nomessage = true}# Superblock last write time is in the future (PR_0_FUTURE_SB_LAST_WRI.........【阅读全文】
发布时间:2017-04-06 13:48:14
作者 kf92 关注2016.09.19 20:18* 字数 384 阅读 565评论 0喜欢 0......【阅读全文】
发布时间:2017-03-09 11:59:37
start.S –>board_init_r() –>main_loop() –> autoboot_command()–> do_bootm() –>do_bootm_states() –>bootm_os_get_boot_func() –> boot_os[os] –>do_bootm_linux() –> boot_jump_linux()......【阅读全文】